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 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 21, 2023
1 parent 905ef2a commit caa68b9
Show file tree
Hide file tree
Showing 11 changed files with 292 additions and 255 deletions.
33 changes: 18 additions & 15 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ amqp==2.6.1
analytics-python==1.4.post1
# via -r requirements/base.in
asgiref==3.7.2
# via django
# via
# django
# django-cors-headers
async-timeout==4.0.3
# via redis
backoff==1.10.0
Expand All @@ -23,25 +25,25 @@ celery==4.4.7
# -c requirements/constraints.txt
# -r requirements/base.in
# django-user-tasks
certifi==2023.7.22
certifi==2023.11.17
# via requests
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.6
django==4.2.7
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand All @@ -63,7 +65,7 @@ django==4.2.6
# edx-django-utils
# edx-drf-extensions
# social-auth-app-django
django-cors-headers==4.2.0
django-cors-headers==4.3.1
# via -r requirements/base.in
django-crum==0.7.9
# via edx-django-utils
Expand All @@ -77,7 +79,7 @@ django-model-utils==4.3.1
# via
# -r requirements/base.in
# django-user-tasks
django-mysql==4.11.0
django-mysql==4.12.0
# via -r requirements/base.in
django-simple-history==3.4.0
# via -r requirements/base.in
Expand Down Expand Up @@ -112,15 +114,15 @@ edx-auth-backends==4.2.0
# via -r requirements/base.in
edx-django-release-util==1.3.0
# via -r requirements/base.in
edx-django-utils==5.7.0
edx-django-utils==5.8.0
# via
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==8.10.0
edx-drf-extensions==8.13.1
# via -r requirements/base.in
edx-opaque-keys==2.5.1
# via edx-drf-extensions
edx-rest-api-client==5.6.0
edx-rest-api-client==5.6.1
# via -r requirements/base.in
idna==3.4
# via requests
Expand All @@ -140,9 +142,9 @@ oauthlib==3.2.2
# social-auth-core
packaging==23.2
# via drf-yasg
pbr==5.11.1
pbr==6.0.0
# via stevedore
psutil==5.9.5
psutil==5.9.6
# via edx-django-utils
pycparser==2.21
# via cffi
Expand All @@ -152,6 +154,7 @@ pyjwt[crypto]==2.8.0
# edx-auth-backends
# edx-drf-extensions
# edx-rest-api-client
# pyjwt
# social-auth-core
pymongo==3.13.0
# via edx-opaque-keys
Expand Down Expand Up @@ -193,11 +196,11 @@ six==1.16.0
# python-dateutil
slumber==0.7.1
# via edx-rest-api-client
social-auth-app-django==5.3.0
social-auth-app-django==5.4.0
# via
# -r requirements/base.in
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# edx-auth-backends
# social-auth-app-django
Expand All @@ -213,7 +216,7 @@ typing-extensions==4.8.0
# edx-opaque-keys
uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.17
urllib3==1.26.18
# via
# -c requirements/constraints.txt
# requests
Expand Down
7 changes: 4 additions & 3 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0
# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
Loading

0 comments on commit caa68b9

Please sign in to comment.