taliaedX
74730ef7c9
Merge pull request #24439 from edx/trhodes/07092020requirements_bump
...
update to new edx-enterprise version
2020-07-13 10:22:34 -04:00
Feanil Patel
0a582ff1c5
Revert "[BD-6] Upgrade packages [codejail]"
2020-07-13 09:25:21 -04:00
Robert Raposa
306af0cd15
add isort constraint ( #24457 )
...
isort 5.0.0 dropped support for Python 3.5.
2020-07-10 17:08:28 -04:00
Talia
34f8954145
update to new edx-enterprise version
2020-07-10 14:59:33 -04:00
Ubuntu
755d721349
Bump codejail version
2020-07-10 15:15:22 +00:00
Feanil Patel
2e0e2ef80c
Revert "Python Requirements Update"
2020-07-10 09:59:38 -04:00
edX requirements bot
98e606d23b
Updating Python Requirements
2020-07-10 07:29:40 -04:00
Alex Dusenbery
0e2b612c1f
Update edx-enterprise to 3.3.18
2020-07-09 11:17:25 -04:00
Felipe Montoya
72483a0f66
Merge pull request #24379 from eduNEXT/lmm/ratelimit
...
[BD-6] Use PyPi release of django-ratelimit
2020-07-09 09:23:03 -05:00
edX requirements bot
4b078a056d
Updating Python Requirements ( #24419 )
2020-07-08 17:06:07 +05:00
Luis Moreno
a96c218553
Use PyPi release of django-ratelimit
2020-07-07 19:19:55 -04:00
Kellie Selinka
4ac48c5ff8
update edx-enterprise version
...
ENT-3073
2020-07-07 15:47:31 -04:00
Alex Wang
6cc47a6803
update version of edx-proctoring library for MST-297 ( #24402 )
2020-07-07 13:03:43 -04:00
Feanil Patel
db2656ae98
Constrain edx-enterprise.
...
This will allow for more controlled releases of enterprise code in edx-platform.
2020-07-02 16:00:10 -04:00
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