edX requirements bot
401789dad3
Updating Python Requirements ( #27251 )
2021-04-06 13:03:24 +05:00
edX requirements bot
a86b474931
Updating Python Requirements ( #27237 )
2021-04-05 13:17:30 +05:00
edX requirements bot
65e025c248
Updating Python Requirements ( #27070 )
2021-03-19 15:53:28 +05:00
edX requirements bot
311c30aa69
Updating Python Requirements ( #26886 )
2021-03-08 12:41:55 +05:00
edX requirements bot
fe085be406
Updating Python Requirements ( #26753 )
2021-02-26 12:27:58 +05:00
edX requirements bot
a5aa069115
Updating Python Requirements ( #26610 )
2021-02-18 12:19:54 +05:00
edX requirements bot
4124f31f74
Updating Python Requirements
2021-02-11 23:45:40 -05:00
edX requirements bot
a2635e9821
Python Requirements Update ( #26463 )
...
* Updating Python Requirements
* change namespaced_switch_name to name
Co-authored-by: Zulqarnain <muhammad.zulqarnain@arbisoft.com >
2021-02-10 16:25:34 +05:00
edX requirements bot
5e0f34cb17
Updating Python Requirements
2021-01-11 16:00:34 +05:00
edX requirements bot
5c186507c3
Python Requirements Update ( #25977 )
...
* Updating Python Requirements
* Fixing test failure.
* Update timezone count for new pytz version
Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com >
Co-authored-by: usamasadiq <usama.sadiq@arbisoft.com >
2021-01-05 14:12:03 +05:00
Kyle McCormick
e49e3fa566
Constrain cryptography to <3.3 because Python 3.5 support was dropped ( #25857 )
...
Although application code is on Python 3.8,
we are still using Python 3.5 to execute jailed code for now.
Run make upgrade.
2020-12-11 09:03:53 -05:00
Feanil Patel
3d797e12df
Run make upgrade.
2020-12-10 14:25:48 -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
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
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
muhammad-ammar
1374586719
upgrade edx-enterprise to 3.9.11
2020-10-29 21:38:23 +05:00
edX requirements bot
45b808d522
Updating Python Requirements ( #25358 )
2020-10-16 12:11:39 +05: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
edX requirements bot
2922a4db96
Updating Python Requirements
2020-06-29 11:29:28 -04:00
Awais Qureshi
4e84d435c1
BOM-1637
...
rename djang-babel to enmarker
upgrade the reqs
2020-06-09 21:52:54 +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
edX requirements bot
21c5ec2cd2
Updating Python Requirements ( #23943 )
2020-05-08 14:16:17 -04:00
edX requirements bot
bd9db3dd7e
Updating Python Requirements ( #23883 )
2020-05-04 08:22:40 -04:00
edX requirements bot
cb6625aa0f
Updating Python Requirements ( #23821 )
2020-04-28 08:48:50 -04:00
edX requirements bot
257bb71734
Python Requirements Update ( #23806 )
2020-04-24 12:40:46 -04:00
edX requirements bot
fa511f6f29
Updating Python Requirements ( #23782 )
2020-04-22 13:49:12 +00:00
Tim McCormack
e25723b2de
Unblock make-upgrade by unpinning python3-saml ( #23730 )
2020-04-16 00:18:23 +00:00
Manjinder Singh
c94beec16b
Ran make upgrade with new contraints ( #23609 )
...
This adds contraints to:
kiwisolver: next release only works with python>=3.6
The was run to upgrade:
django-splash
django-wiki
edx-search
The previous versions were constraining django below 2.0.
Co-authored-by: Robert Raposa <rraposa@edx.org >
2020-04-06 09:20:04 -04:00