Skip to content
Snippets Groups Projects
Unverified Commit a9bd66b4 authored by Zaman Afzal's avatar Zaman Afzal Committed by GitHub
Browse files

bump edx-enterprise-version (#23060)

parent 69418e36
No related merge requests found
...@@ -106,7 +106,7 @@ edx-django-release-util==0.3.6 ...@@ -106,7 +106,7 @@ edx-django-release-util==0.3.6
edx-django-sites-extensions==2.4.3 edx-django-sites-extensions==2.4.3
edx-django-utils==2.0.4 edx-django-utils==2.0.4
edx-drf-extensions==2.4.6 edx-drf-extensions==2.4.6
edx-enterprise==2.3.6 edx-enterprise==2.3.8
edx-i18n-tools==0.5.0 edx-i18n-tools==0.5.0
edx-milestones==0.2.6 edx-milestones==0.2.6
edx-oauth2-provider==1.3.1 edx-oauth2-provider==1.3.1
...@@ -243,7 +243,7 @@ uritemplate==3.0.1 # via coreapi, drf-yasg ...@@ -243,7 +243,7 @@ uritemplate==3.0.1 # via coreapi, drf-yasg
urllib3==1.25.8 urllib3==1.25.8
user-util==0.1.5 user-util==0.1.5
voluptuous==0.11.7 voluptuous==0.11.7
watchdog==0.10.1 watchdog==0.10.2
web-fragments==0.3.1 web-fragments==0.3.1
webencodings==0.5.1 # via bleach, html5lib webencodings==0.5.1 # via bleach, html5lib
webob==1.8.6 # via xblock webob==1.8.6 # via xblock
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# make upgrade # make upgrade
# #
coverage==5.0.3 coverage==5.0.3
diff-cover==2.5.2 diff-cover==2.6.0
importlib-metadata==1.5.0 # via inflect, pluggy importlib-metadata==1.5.0 # via inflect, pluggy
inflect==3.0.2 # via jinja2-pluralize inflect==3.0.2 # via jinja2-pluralize
jinja2-pluralize==0.3.0 # via diff-cover jinja2-pluralize==0.3.0 # via diff-cover
......
...@@ -61,7 +61,7 @@ cssutils==1.0.2 ...@@ -61,7 +61,7 @@ cssutils==1.0.2
ddt==1.2.2 ddt==1.2.2
decorator==4.4.1 decorator==4.4.1
defusedxml==0.5.0 defusedxml==0.5.0
diff-cover==2.5.2 diff-cover==2.6.0
git+https://github.com/django-compressor/django-appconf@1526a842ee084b791aa66c931b3822091a442853#egg=django-appconf git+https://github.com/django-compressor/django-appconf@1526a842ee084b791aa66c931b3822091a442853#egg=django-appconf
django-babel-underscore==0.5.2 django-babel-underscore==0.5.2
django-babel==0.6.2 django-babel==0.6.2
...@@ -117,7 +117,7 @@ edx-django-release-util==0.3.6 ...@@ -117,7 +117,7 @@ edx-django-release-util==0.3.6
edx-django-sites-extensions==2.4.3 edx-django-sites-extensions==2.4.3
edx-django-utils==2.0.4 edx-django-utils==2.0.4
edx-drf-extensions==2.4.6 edx-drf-extensions==2.4.6
edx-enterprise==2.3.6 edx-enterprise==2.3.8
edx-i18n-tools==0.5.0 edx-i18n-tools==0.5.0
edx-lint==1.3.0 edx-lint==1.3.0
edx-milestones==0.2.6 edx-milestones==0.2.6
...@@ -160,6 +160,7 @@ httpretty==0.9.7 ...@@ -160,6 +160,7 @@ httpretty==0.9.7
idna==2.8 idna==2.8
imagesize==1.2.0 # via sphinx imagesize==1.2.0 # via sphinx
importlib-metadata==1.5.0 importlib-metadata==1.5.0
importlib-resources==1.0.2
inflect==3.0.2 inflect==3.0.2
inflection==0.3.1 inflection==0.3.1
ipaddress==1.0.23 ipaddress==1.0.23
...@@ -290,7 +291,7 @@ social-auth-core==3.2.0 ...@@ -290,7 +291,7 @@ social-auth-core==3.2.0
git+https://github.com/jazzband/sorl-thumbnail.git@13bedfb7d2970809eda597e3ef79318a6fa80ac2#egg=sorl-thumbnail git+https://github.com/jazzband/sorl-thumbnail.git@13bedfb7d2970809eda597e3ef79318a6fa80ac2#egg=sorl-thumbnail
sortedcontainers==2.1.0 sortedcontainers==2.1.0
soupsieve==1.9.5 soupsieve==1.9.5
sphinx==2.3.1 # via edx-sphinx-theme, sphinxcontrib-httpdomain sphinx==2.4.0 # via edx-sphinx-theme, sphinxcontrib-httpdomain
sphinxcontrib-applehelp==1.0.1 # via sphinx sphinxcontrib-applehelp==1.0.1 # via sphinx
sphinxcontrib-devhelp==1.0.1 # via sphinx sphinxcontrib-devhelp==1.0.1 # via sphinx
sphinxcontrib-htmlhelp==1.0.2 # via sphinx sphinxcontrib-htmlhelp==1.0.2 # via sphinx
...@@ -315,10 +316,10 @@ unidiff==0.5.5 ...@@ -315,10 +316,10 @@ unidiff==0.5.5
uritemplate==3.0.1 uritemplate==3.0.1
urllib3==1.25.8 urllib3==1.25.8
user-util==0.1.5 user-util==0.1.5
virtualenv==16.7.9 virtualenv==20.0.0
voluptuous==0.11.7 voluptuous==0.11.7
vulture==1.3 vulture==1.3
watchdog==0.10.1 watchdog==0.10.2
wcwidth==0.1.8 wcwidth==0.1.8
web-fragments==0.3.1 web-fragments==0.3.1
webencodings==0.5.1 webencodings==0.5.1
......
...@@ -25,6 +25,6 @@ requests==2.22.0 ...@@ -25,6 +25,6 @@ requests==2.22.0
six==1.14.0 # via edx-opaque-keys, libsass, mock, paver, python-memcached, stevedore six==1.14.0 # via edx-opaque-keys, libsass, mock, paver, python-memcached, stevedore
stevedore==1.31.0 stevedore==1.31.0
urllib3==1.25.8 # via requests urllib3==1.25.8 # via requests
watchdog==0.10.1 watchdog==0.10.2
wrapt==1.11.2 wrapt==1.11.2
zipp==1.0.0 # via importlib-metadata zipp==1.0.0 # via importlib-metadata
...@@ -60,7 +60,7 @@ cssutils==1.0.2 ...@@ -60,7 +60,7 @@ cssutils==1.0.2
ddt==1.2.2 ddt==1.2.2
decorator==4.4.1 decorator==4.4.1
defusedxml==0.5.0 defusedxml==0.5.0
diff-cover==2.5.2 diff-cover==2.6.0
git+https://github.com/django-compressor/django-appconf@1526a842ee084b791aa66c931b3822091a442853#egg=django-appconf git+https://github.com/django-compressor/django-appconf@1526a842ee084b791aa66c931b3822091a442853#egg=django-appconf
django-babel-underscore==0.5.2 django-babel-underscore==0.5.2
django-babel==0.6.2 django-babel==0.6.2
...@@ -113,7 +113,7 @@ edx-django-release-util==0.3.6 ...@@ -113,7 +113,7 @@ edx-django-release-util==0.3.6
edx-django-sites-extensions==2.4.3 edx-django-sites-extensions==2.4.3
edx-django-utils==2.0.4 edx-django-utils==2.0.4
edx-drf-extensions==2.4.6 edx-drf-extensions==2.4.6
edx-enterprise==2.3.6 edx-enterprise==2.3.8
edx-i18n-tools==0.5.0 edx-i18n-tools==0.5.0
edx-lint==1.3.0 edx-lint==1.3.0
edx-milestones==0.2.6 edx-milestones==0.2.6
...@@ -138,7 +138,7 @@ event-tracking==0.3.0 ...@@ -138,7 +138,7 @@ event-tracking==0.3.0
execnet==1.7.1 # via pytest-xdist execnet==1.7.1 # via pytest-xdist
factory-boy==2.8.1 factory-boy==2.8.1
faker==4.0.0 # via factory-boy faker==4.0.0 # via factory-boy
filelock==3.0.12 # via tox filelock==3.0.12 # via tox, virtualenv
flake8-polyfill==1.0.2 # via radon flake8-polyfill==1.0.2 # via radon
flake8==3.7.9 # via flake8-polyfill flake8==3.7.9 # via flake8-polyfill
freezegun==0.3.12 freezegun==0.3.12
...@@ -154,6 +154,7 @@ httplib2==0.17.0 ...@@ -154,6 +154,7 @@ httplib2==0.17.0
httpretty==0.9.7 httpretty==0.9.7
idna==2.8 idna==2.8
importlib-metadata==1.5.0 importlib-metadata==1.5.0
importlib-resources==1.0.2 # via virtualenv
inflect==3.0.2 inflect==3.0.2
inflection==0.3.1 inflection==0.3.1
ipaddress==1.0.23 ipaddress==1.0.23
...@@ -293,9 +294,9 @@ unidiff==0.5.5 ...@@ -293,9 +294,9 @@ unidiff==0.5.5
uritemplate==3.0.1 uritemplate==3.0.1
urllib3==1.25.8 urllib3==1.25.8
user-util==0.1.5 user-util==0.1.5
virtualenv==16.7.9 # via tox virtualenv==20.0.0 # via tox
voluptuous==0.11.7 voluptuous==0.11.7
watchdog==0.10.1 watchdog==0.10.2
wcwidth==0.1.8 # via pytest wcwidth==0.1.8 # via pytest
web-fragments==0.3.1 web-fragments==0.3.1
webencodings==0.5.1 webencodings==0.5.1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment