Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Mar 24, 2022
1 parent cb8162c commit 605ddf6
Show file tree
Hide file tree
Showing 8 changed files with 112 additions and 75 deletions.
16 changes: 10 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ analytics-python==1.4.0
# via -r requirements/base.in
asgiref==3.5.0
# via django
async-timeout==4.0.2
# via redis
backoff==1.10.0
# via analytics-python
billiard==3.6.4.0
Expand All @@ -31,7 +33,7 @@ coreschema==0.0.4
# via
# coreapi
# drf-yasg
cryptography==36.0.1
cryptography==36.0.2
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -108,7 +110,7 @@ edx-auth-backends==4.1.0
# via -r requirements/base.in
edx-django-release-util==1.2.0
# via -r requirements/base.in
edx-django-utils==4.5.0
edx-django-utils==4.6.0
# via
# edx-drf-extensions
# edx-rest-api-client
Expand All @@ -126,7 +128,7 @@ inflection==0.5.1
# via drf-yasg
itypes==1.2.0
# via coreapi
jinja2==3.0.3
jinja2==3.1.0
# via coreschema
kombu==4.6.11
# via celery
Expand Down Expand Up @@ -173,14 +175,14 @@ python-dateutil==2.8.2
# edx-drf-extensions
python3-openid==3.2.0
# via social-auth-core
pytz==2021.3
pytz==2022.1
# via
# -r requirements/base.in
# celery
# django
pyyaml==6.0
# via edx-django-release-util
redis==4.1.4
redis==4.2.0
# via -r requirements/base.in
requests==2.27.1
# via
Expand Down Expand Up @@ -224,11 +226,13 @@ stevedore==3.5.0
# via
# edx-django-utils
# edx-opaque-keys
typing-extensions==4.1.1
# via redis
uritemplate==4.1.1
# via
# coreapi
# drf-yasg
urllib3==1.26.8
urllib3==1.26.9
# via requests
vine==1.3.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


# using LTS django version
Django<3.3
Django<4.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
Expand Down
33 changes: 19 additions & 14 deletions requirements/devstack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ astroid==2.9.3
# -r requirements/local.txt
# pylint
# pylint-celery
async-timeout==4.0.2
# via
# -r requirements/local.txt
# redis
attrs==21.4.0
# via
# -r requirements/local.txt
Expand All @@ -39,12 +43,12 @@ billiard==3.6.4.0
# via
# -r requirements/local.txt
# celery
boto3==1.21.19
boto3==1.21.25
# via
# -c requirements/constraints.txt
# -r requirements/local.txt
# moto
botocore==1.24.19
botocore==1.24.25
# via
# -r requirements/local.txt
# boto3
Expand Down Expand Up @@ -99,7 +103,7 @@ coverage[toml]==6.3.2
# via
# -r requirements/local.txt
# pytest-cov
cryptography==36.0.1
cryptography==36.0.2
# via
# -r requirements/local.txt
# moto
Expand Down Expand Up @@ -203,7 +207,7 @@ edx-auth-backends==4.1.0
# via -r requirements/local.txt
edx-django-release-util==1.2.0
# via -r requirements/local.txt
edx-django-utils==4.5.0
edx-django-utils==4.6.0
# via
# -r requirements/local.txt
# edx-drf-extensions
Expand All @@ -224,7 +228,7 @@ edx-sphinx-theme==3.0.0
# via -r requirements/local.txt
factory-boy==3.2.1
# via -r requirements/local.txt
faker==13.3.2
faker==13.3.3
# via
# -r requirements/local.txt
# factory-boy
Expand All @@ -233,7 +237,7 @@ filelock==3.6.0
# -r requirements/local.txt
# tox
# virtualenv
freezegun==1.2.0
freezegun==1.2.1
# via -r requirements/local.txt
future==0.18.2
# via
Expand Down Expand Up @@ -275,14 +279,14 @@ itypes==1.2.0
# via
# -r requirements/local.txt
# coreapi
jinja2==3.0.3
jinja2==3.1.0
# via
# -r requirements/local.txt
# code-annotations
# coreschema
# moto
# sphinx
jmespath==0.10.0
jmespath==1.0.0
# via
# -r requirements/local.txt
# boto3
Expand All @@ -308,7 +312,7 @@ monotonic==1.6
# via
# -r requirements/local.txt
# analytics-python
moto==3.1.0
moto==3.1.1
# via -r requirements/local.txt
mysqlclient==2.1.0
# via -r requirements/nonlocal.txt
Expand Down Expand Up @@ -419,7 +423,7 @@ pyparsing==3.0.7
# via
# -r requirements/local.txt
# packaging
pytest==7.1.0
pytest==7.1.1
# via
# -r requirements/local.txt
# pytest-cov
Expand Down Expand Up @@ -450,7 +454,7 @@ python3-openid==3.2.0
# via
# -r requirements/local.txt
# social-auth-core
pytz==2021.3
pytz==2022.1
# via
# -r requirements/local.txt
# babel
Expand All @@ -466,7 +470,7 @@ pyyaml==6.0
# edx-django-release-util
# edx-i18n-tools
# yamllint
redis==4.1.4
redis==4.2.0
# via -r requirements/local.txt
requests==2.27.1
# via
Expand Down Expand Up @@ -623,12 +627,13 @@ typing-extensions==4.1.1
# -r requirements/local.txt
# astroid
# pylint
# redis
uritemplate==4.1.1
# via
# -r requirements/local.txt
# coreapi
# drf-yasg
urllib3==1.26.8
urllib3==1.26.9
# via
# -r requirements/local.txt
# botocore
Expand All @@ -640,7 +645,7 @@ vine==1.3.0
# -r requirements/local.txt
# amqp
# celery
virtualenv==20.13.3
virtualenv==20.13.4
# via
# -r requirements/local.txt
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ imagesize==1.3.0
# via sphinx
importlib-metadata==4.11.3
# via sphinx
jinja2==3.0.3
jinja2==3.1.0
# via sphinx
markupsafe==2.1.1
# via jinja2
Expand All @@ -32,7 +32,7 @@ pygments==2.11.2
# via sphinx
pyparsing==3.0.7
# via packaging
pytz==2021.3
pytz==2022.1
# via babel
requests==2.27.1
# via sphinx
Expand All @@ -56,7 +56,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.8
urllib3==1.26.9
# via requests
zipp==3.7.0
# via importlib-metadata
33 changes: 19 additions & 14 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ astroid==2.9.3
# -r requirements/test.txt
# pylint
# pylint-celery
async-timeout==4.0.2
# via
# -r requirements/test.txt
# redis
attrs==21.4.0
# via
# -r requirements/test.txt
Expand All @@ -39,12 +43,12 @@ billiard==3.6.4.0
# via
# -r requirements/test.txt
# celery
boto3==1.21.19
boto3==1.21.25
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
# moto
botocore==1.24.19
botocore==1.24.25
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -99,7 +103,7 @@ coverage[toml]==6.3.2
# via
# -r requirements/test.txt
# pytest-cov
cryptography==36.0.1
cryptography==36.0.2
# via
# -r requirements/test.txt
# moto
Expand Down Expand Up @@ -203,7 +207,7 @@ edx-auth-backends==4.1.0
# via -r requirements/test.txt
edx-django-release-util==1.2.0
# via -r requirements/test.txt
edx-django-utils==4.5.0
edx-django-utils==4.6.0
# via
# -r requirements/test.txt
# edx-drf-extensions
Expand All @@ -224,7 +228,7 @@ edx-sphinx-theme==3.0.0
# via -r requirements/docs.txt
factory-boy==3.2.1
# via -r requirements/test.txt
faker==13.3.2
faker==13.3.3
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -233,7 +237,7 @@ filelock==3.6.0
# -r requirements/test.txt
# tox
# virtualenv
freezegun==1.2.0
freezegun==1.2.1
# via -r requirements/test.txt
future==0.18.2
# via
Expand Down Expand Up @@ -272,15 +276,15 @@ itypes==1.2.0
# via
# -r requirements/test.txt
# coreapi
jinja2==3.0.3
jinja2==3.1.0
# via
# -r requirements/docs.txt
# -r requirements/test.txt
# code-annotations
# coreschema
# moto
# sphinx
jmespath==0.10.0
jmespath==1.0.0
# via
# -r requirements/test.txt
# boto3
Expand All @@ -307,7 +311,7 @@ monotonic==1.6
# via
# -r requirements/test.txt
# analytics-python
moto==3.1.0
moto==3.1.1
# via -r requirements/test.txt
newrelic==5.24.0.153
# via
Expand Down Expand Up @@ -414,7 +418,7 @@ pyparsing==3.0.7
# -r requirements/docs.txt
# -r requirements/test.txt
# packaging
pytest==7.1.0
pytest==7.1.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -443,7 +447,7 @@ python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2021.3
pytz==2022.1
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -460,7 +464,7 @@ pyyaml==6.0
# edx-django-release-util
# edx-i18n-tools
# yamllint
redis==4.1.4
redis==4.2.0
# via -r requirements/test.txt
requests==2.27.1
# via
Expand Down Expand Up @@ -611,12 +615,13 @@ typing-extensions==4.1.1
# -r requirements/test.txt
# astroid
# pylint
# redis
uritemplate==4.1.1
# via
# -r requirements/test.txt
# coreapi
# drf-yasg
urllib3==1.26.8
urllib3==1.26.9
# via
# -r requirements/docs.txt
# -r requirements/test.txt
Expand All @@ -629,7 +634,7 @@ vine==1.3.0
# -r requirements/test.txt
# amqp
# celery
virtualenv==20.13.3
virtualenv==20.13.4
# via
# -r requirements/test.txt
# tox
Expand Down
Loading

0 comments on commit 605ddf6

Please sign in to comment.