Commit Graph

219 Commits

Author SHA1 Message Date
Ned Batchelder
a52baf605c Pin the third-party random2 library 2020-12-07 12:57:05 -05:00
David Joy
a9f1a03787 Pin requirements to temporarily fix instructor task registration (#25787)
* Pin requirements to temporarily fix instructor task registration

We ran into an issue where instructor tasks were not being registered with celery correctly, resulting in: https://openedx.atlassian.net/browse/CR-2982

The cause wasn’t clear, so we started reverting some recent, suspect PRs.  When we reverted #25746, the issue went away.

The revert PR was this one: https://github.com/edx/edx-platform/pull/25766

So that we can unpause our deployment pipelines, we’re temporarily pinning the versions of the four packages upgraded in #25746 so we can continue to investigate.

* Result of make upgrade, propagating constraints out to other requirements files
2020-12-07 12:48:23 -05:00
Feanil Patel
79d8dad9b9 Revert "Python Requirements Update" 2020-12-04 14:33:43 -05:00
edX requirements bot
57e900b664 Updating Python Requirements 2020-12-02 19:56:33 -05:00
arbi-bom
8c05ff7fcb make upgrade 2020-12-01 14:01:16 +05:00
Awais Qureshi
1e1e48b25c Adding pin to avoid test failures. 2020-12-01 12:48:28 +05:00
edX requirements bot
f1f8fcf78d Updating Python Requirements 2020-11-30 19:56:08 -05:00
edX requirements bot
2771658256 Updating Python Requirements 2020-11-24 23:55:20 -05:00
edX requirements bot
56e2d32a83 Updating Python Requirements (#25665) 2020-11-23 11:57:12 +05:00
Awais Qureshi
4bf9bb53c8 Adding custom fork celery with better logging. 2020-11-20 18:02:23 +05:00
edX requirements bot
f4e4dac965 Updating Python Requirements 2020-11-16 23:46:15 -05:00
edX requirements bot
10b92eed17 Updating Python Requirements 2020-11-12 23:46:29 -05:00
edX requirements bot
9c22e31d0d Updating Python Requirements (#25578) 2020-11-12 11:28:14 +05:00
edX requirements bot
0f39482e54 Updating Python Requirements 2020-11-02 23:55:45 -05:00
edX requirements bot
db50766181 Updating Python Requirements (#25486) 2020-10-30 14:33:27 +05:00
muhammad-ammar
1374586719 upgrade edx-enterprise to 3.9.11 2020-10-29 21:38:23 +05:00
arbi-bom
d6d147c970 pin django-oauth-toolkit 2020-10-21 13:04:18 +05:00
Jeff Chaves
d25d4038fd ENT-3460: updating usage of EnterpriseCustomerBrandingConfiguration, edx-enterprise 3.8.42 (#25376)
* bumping enterprise version

* adding pillow constraint

* updating usage of EnterpriseCustomerBrandingConfiguration
2020-10-19 16:42:16 -04:00
edX requirements bot
45b808d522 Updating Python Requirements (#25358) 2020-10-16 12:11:39 +05:00
Alex Dusenbery
98719faca8 Revert "bumping enterprise version to 3.8.35 (#25342)"
This reverts commit 5bf54d696a.
2020-10-14 19:56:55 -04:00
Jeff Chaves
5bf54d696a bumping enterprise version to 3.8.35 (#25342)
* bumping enterprise version

* fixing platform tests broken by branding config changes
2020-10-14 14:42:39 -04:00
edX requirements bot
5c0bead9e5 Updating Python Requirements 2020-10-12 00:46:11 -04:00
edX requirements bot
5e29d9761b Updating Python Requirements 2020-10-09 11:49:42 -04:00
edX requirements bot
e30fd3e850 Updating Python Requirements 2020-09-30 00:55:20 -04:00
edX requirements bot
66c0ff5d8f Updating Python Requirements 2020-09-24 00:55:19 -04:00
edX requirements bot
4679d33d24 Updating Python Requirements (#25039) 2020-09-22 11:48:18 +05:00
edX requirements bot
6cf35d7e70 Updating Python Requirements 2020-09-14 02:35:53 -04:00
edX requirements bot
4fc2c8d38b Updating Python Requirements (#24852) 2020-08-27 14:08:23 +05:00
edX requirements bot
f102e737f6 Updating Python Requirements 2020-08-17 00:56:03 -04:00
edX requirements bot
5ab6f2100b Updating Python Requirements 2020-08-04 00:55:43 -04:00
edX requirements bot
210ae4378e Updating Python Requirements 2020-07-27 04:05:55 -04:00
edX requirements bot
ada0de992c Updating Python Requirements 2020-07-21 01:24:19 -04:00
edX requirements bot
8fb817cec0 Updating Python Requirements 2020-07-17 00:46:17 -04:00
edX requirements bot
ac10f0bcaf Updating Python Requirements (#24493) 2020-07-15 11:48:30 +05:00
Dave St.Germain
b03b5744da Upgrade lti-consumer-xblock 2020-06-30 08:59:38 -04:00
edX requirements bot
2922a4db96 Updating Python Requirements 2020-06-29 11:29:28 -04:00
morenol
a4a7e63ef8 Remove usage of enum34, since we are already in python>=3.4 (#24337)
enum34 is causing problems in python3.8 tests of edx-platform because it has incompatibility with recent versions of python, the error the error happens while importing the re module in these python versions.

This library is a backport of enum of python3.4 made for python<3.4, therefore is not needed anymore.

edx-val was updated to remove that dependency: https://github.com/edx/edx-val/pull/245
2020-06-26 13:13:12 -04:00
bom
77fa87d8d3 Make Upgrade 2020-06-09 22:50:10 +05:00
Awais Qureshi
4e84d435c1 BOM-1637
rename djang-babel to enmarker
upgrade the reqs
2020-06-09 21:52:54 +05:00
Zulqarnain
ac412c9dc9 update dependencies in sandbox 2020-06-09 18:50:03 +05:00
Feanil Patel
f182c77092 Upgrade and constrain things for python 3.
sympy needs to be at a newer version for python3.
2020-06-08 16:21:30 -04:00
Aarif
e90cf34471 ordered dependencies alphabetically as suggested 2020-06-05 19:18:24 +05:00
Aarif
dc2537c202 switch the dependencies to use openedx-chem from pypi
updated the constraints order
2020-06-05 18:50:41 +05:00
Tim McCormack
881cae6c67 Upgrade Python dependencies, including Django 2.2.13 fix (#24137)
- Updating Python Requirements
- Fix cache key generation to use class name and module

This was stringifying the class object directly, resulting in cache keys
like `:1:<class 'xblock_django.models.XBlockConfiguration'>.xblock_django.api.deprecated_xblocks`
which then cause breakage when Django 2.2.13 validates the keys.

Co-authored-by: edX requirements bot <testeng+edx-requirements-bot@edx.org>
2020-06-05 13:25:54 +00:00
edX requirements bot
7738d62503 Python Requirements Update (#24056)
* Updating Python Requirements

* Pin django-pipeline and lxml

Co-authored-by: Jeremy Bowman <jbowman@edx.org>
2020-05-26 14:11:31 -04:00
Alex Dusenbery
30e609f6cf Revert "Updating Python Requirements (#24024)" (#24032)
This reverts commit 1d7ff32af0.
2020-05-20 08:07:27 -04:00
edX requirements bot
1d7ff32af0 Updating Python Requirements (#24024) 2020-05-19 17:42:22 +00:00
Jeff Chaves
5b42995227 make upgrade to bump edx-enterprise version (#24013) 2020-05-15 18:32:33 -04:00
edX requirements bot
89f691ed37 Updating Python Requirements (#24007) 2020-05-15 18:41:10 +00:00
edX requirements bot
5724432741 Python Requirements Update (#23984)
* Updating Python Requirements

* Constrain django-cookies-samesite until dep bug fixed

* Fix PEP 8 problems revealed by pycodestyle upgrade

Co-authored-by: Tim McCormack <tmccormack@edx.org>
Co-authored-by: Jeremy Bowman <jbowman@edx.org>
2020-05-13 20:24:30 +00:00