Commit Graph

3120 Commits

Author SHA1 Message Date
Michael Terry
c9c548a550 Merge pull request #24365 from edx/ddumesnil/AA-220
AA-220: Making Library Content an Aggregator CompletionMode
2020-07-02 10:57:01 -04:00
edX requirements bot
0e4fe2eb15 Updating Python Requirements (#24383) 2020-07-02 17:59:36 +05:00
Dillon Dumesnil
35549f56ba AA-220: Making Library Content an Aggregator CompletionMode
This change will prevent Library Content from being marked as
complete on view and the corresponding version bump to
edx-completion contains code that will start looking at the
children of the library content for completeness.
2020-07-01 17:33:54 -04:00
Tim McCormack
bba346cb7f Unpin PyJWT to unblock use of Apple auth backend (ARCHBOM-1281) (#24375)
...and pin django-ipware for the moment
2020-07-01 17:55:34 +00:00
Saleem Latif
625b85c836 Merge pull request #24370 from edx/saleem-latif/ENT-2657-bug-fix
Fixed COURSE_CATALOG_URL_ROOT attribute error for studio
2020-07-01 18:29:59 +05:00
Saleem Latif
300d361de4 Fixed COURSE_CATALOG_URL_ROOT attribute error for studio 2020-07-01 15:27:37 +05:00
Awais Qureshi
d3f3c87186 BOM-1521
Removing ddt constraint.
2020-07-01 11:50:41 +05:00
Jeremy Bowman
76ad393cd1 Pin edx-enterprise until bug in new releases is fixed ARCHBOM-1324 (#24366)
The new releases end up importing code in Studio that relies on an LMS-only setting. Pinning until resolved.

Also pinning edx-completion until the test failures in #24365 get resolved.
2020-06-30 17:13:10 -04:00
M. Zulqarnain
061faba726 unpin sailthru-client and django-cookies samesite (#24358) 2020-06-30 20:26:58 +05:00
Dave St.Germain
b03b5744da Upgrade lti-consumer-xblock 2020-06-30 08:59:38 -04:00
Michael Terry
a1672db5dc Downgrade pycontracts to 1.8.12
They seem to have removed 1.8.14 from pypi.
2020-06-29 15:22:41 -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
Usama Sadiq
d01c721859 Merge pull request #24259 from edx/usamasadiq/bom-1742-pymongo-constraint-removal
Removed pymongo constraint in paver.in
2020-06-26 14:40:54 +05:00
M. Zulqarnain
32643eada2 removed waffle constraint (#24333) 2020-06-26 13:38:45 +05:00
edX requirements bot
c0293660e8 Updating Python Requirements (#24324) 2020-06-25 17:18:26 +00:00
usamasadiq
987aa09768 Removed pymongo constraint in paver.in 2020-06-25 17:46:34 +05:00
Eric Herrera
dcf9a3380a Remove mongoengine constraint to upgrade package avoiding raising StopIteration since after python 3.7 is produces an error. 2020-06-24 20:20:38 -05:00
edX requirements bot
6c441231fd Updating Python Requirements 2020-06-24 09:48:43 -04:00
edX requirements bot
6031802f9c Updating Python Requirements 2020-06-23 06:49:02 -04:00
edX requirements bot
2e6d561e6b Updating Python Requirements 2020-06-22 06:45:53 -04:00
Brandon Baker
38496d55c5 Pin django-ses to 0.8.14 to avoid AttributeError (#24267)
Upgrade to 1.0.0 caused issues which are described and being
investigated in https://github.com/django-ses/django-ses/issues/186.
2020-06-19 15:23:34 -04:00
edX requirements bot
2e9df7c3cf Updating Python Requirements (#24260) 2020-06-19 16:33:19 +00:00
Luis Moreno
66d9829443 Remove constraint from mako 2020-06-19 10:50:27 -04:00
Awais Qureshi
137fd0a96e Merge pull request #24126 from eduNEXT/eric/update-social-django-app-dep
[BD-6] Use Pypi release of social-app-django
2020-06-19 16:16:07 +05:00
M. Zulqarnain
db953d89a6 upgrade ora2 to install from PyPI (#24236) 2020-06-19 15:44:36 +05:00
Eric Herrera
249fcad94c Move social-app-django from github to base requirement, since PyPi version is now compatible with the platform. 2020-06-18 18:44:56 -05:00
Binod Pant
2c229481dc Result of running make upgrade in order to upgrade to edx-enterprise v3.3.5 (#24256)
all versions updates were minor and no visible downgrades
2020-06-18 16:59:19 -04:00
Michael Roytman
9ec1c3e6ca update version of edx-proctoring library 2020-06-18 09:50:23 -04:00
ericfab179
c8abbd2c0f Update transifex client to use PyPi release. (#24217)
Use transifex client from PyPi since required change was merged recently.
2020-06-16 13:56:31 -04:00
Farhanah Sheets
6fedb15cc4 Revert "BOM-1703 : Ora2 Upgrade (#24221)"
This reverts commit f3161468a3.
2020-06-15 16:48:12 -04:00
M. Zulqarnain
f3161468a3 BOM-1703 : Ora2 Upgrade (#24221) 2020-06-15 18:44:07 +05:00
edX requirements bot
46ae66a146 Updating Python Requirements (edx-enterprise) (#24212) 2020-06-12 08:52:49 -04:00
morenol
cfb53bb9bb Upgrade transifex-client (#24183)
Upgrade transifex-client version.

This is only made in order to run the tests with a transifex-client version compatible with python3.8

The actual problem that we have in edx-platform is that the last version of transifex-client has as constraint python-slugify<2.0.0 which is not compatible with the current requierements of edx-platform on the other hand, the current version used in edx-platform is not compatible with python3.8
2020-06-11 16:06:03 -04:00
Binod Pant
44eeaa1874 Upgrade deps to edx-enterprise 3.3.1 and others (#24203) 2020-06-11 10:39:44 -04:00
Awais Qureshi
03b5b4322f Revert "Updating the comment." 2020-06-11 17:16:57 +05:00
Awais Qureshi
ffe69a5b43 Updating the comment. 2020-06-10 17:57:45 +05: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
d58914fca0 Merge pull request #24171 from edx/feanil/update-sandbox-reqs-2
Feanil/update sandbox reqs 2
2020-06-09 08:59:22 -04:00
M. Zulqarnain
8c16a93cf6 install lti-consumer-xblock from pypi (#24167) 2020-06-09 02:26:14 +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
Tim McCormack
325cdeadc9 Explain drf-jwt pin with issue link (#24159) 2020-06-08 18:19:14 +00:00
Ben Warzeski
b37b6c4c4e bump edx-proctoring and completion versions. (#24168)
* bump proctoring version to 2.4.2 (python requirements update)

* bump completion to 3.2.1 (python requirements update)

Co-authored-by: Ben Warzeski <benwarzeski@edX-C02CD0HCLVDM.cable.rcn.com>
2020-06-08 10:25:56 -04:00
M. Zulqarnain
185fc3c8e0 update crowdsourcehinter to install from pypi (#24155) 2020-06-08 13:39:20 +05:00
Aarif
fe5a0cb68c Merge branch 'master' into openedx-chem-upgrade 2020-06-05 21:12:05 +05:00
Aarif
e90cf34471 ordered dependencies alphabetically as suggested 2020-06-05 19:18:24 +05:00
M. Zulqarnain
c382237c33 update django-appconf installation (#24151) 2020-06-05 19:09:58 +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