Skip to content

Commit

Permalink
Merge pull request #324 from edx/repo-tools/upgrade-python-requiremen…
Browse files Browse the repository at this point in the history
…ts-4d0d13a

chore: Upgrade Python requirements
  • Loading branch information
ilee2u authored Jun 11, 2024
2 parents 4d0d13a + 2768347 commit 6a181f2
Show file tree
Hide file tree
Showing 7 changed files with 68 additions and 68 deletions.
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.118
boto3==1.34.123
# via -r requirements/base.in
botocore==1.34.118
botocore==1.34.123
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.7
cryptography==42.0.8
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -121,7 +121,7 @@ edx-django-utils==5.14.2
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/base.in
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via edx-drf-extensions
edx-rest-api-client==4.0.1
# via
Expand Down Expand Up @@ -151,7 +151,7 @@ laces==0.1.1
# via wagtail
mock==5.1.0
# via -r requirements/base.in
more-itertools==10.2.0
more-itertools==10.3.0
# via inflect
mysqlclient==2.2.4
# via -r requirements/base.in
Expand All @@ -163,7 +163,7 @@ oauthlib==3.2.2
# social-auth-core
openpyxl==3.1.3
# via wagtail
packaging==24.0
packaging==24.1
# via drf-yasg
pbr==6.0.0
# via stevedore
Expand All @@ -184,7 +184,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pymongo==4.4.0
pymongo==4.7.3
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down Expand Up @@ -247,7 +247,7 @@ telepath==0.3.1
# via wagtail
typeguard==4.3.0
# via inflect
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
Expand All @@ -265,7 +265,7 @@ willow[heif]==1.8.0
# via
# wagtail
# willow
zipp==3.19.1
zipp==3.19.2
# via
# -r requirements/base.in
# importlib-metadata
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.118
boto3==1.34.123
# via -r requirements/quality.txt
botocore==1.34.118
botocore==1.34.123
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -79,7 +79,7 @@ coverage[toml]==7.5.3
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.7
cryptography==42.0.8
# via
# -r requirements/quality.txt
# pyjwt
Expand Down Expand Up @@ -208,7 +208,7 @@ edx-i18n-tools==1.6.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/quality.txt
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via
# -r requirements/quality.txt
# edx-drf-extensions
Expand All @@ -226,7 +226,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==25.4.0
faker==25.8.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -296,7 +296,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/quality.txt
more-itertools==10.2.0
more-itertools==10.3.0
# via
# -r requirements/quality.txt
# inflect
Expand All @@ -315,7 +315,7 @@ openpyxl==3.1.3
# via
# -r requirements/quality.txt
# wagtail
packaging==24.0
packaging==24.1
# via
# -r requirements/quality.txt
# drf-yasg
Expand Down Expand Up @@ -373,7 +373,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.2
pylint==3.2.3
# via
# -r requirements/quality.txt
# edx-lint
Expand All @@ -393,7 +393,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.4.0
pymongo==4.7.3
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down Expand Up @@ -521,13 +521,13 @@ tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
tox==4.15.0
tox==4.15.1
# via -r requirements/quality.txt
typeguard==4.3.0
# via
# -r requirements/quality.txt
# inflect
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
Expand Down Expand Up @@ -555,7 +555,7 @@ willow[heif]==1.8.0
# via
# -r requirements/quality.txt
# wagtail
zipp==3.19.1
zipp==3.19.2
# via
# -r requirements/quality.txt
# importlib-metadata
24 changes: 12 additions & 12 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.118
boto3==1.34.123
# via -r requirements/test.txt
botocore==1.34.118
botocore==1.34.123
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -82,7 +82,7 @@ coverage[toml]==7.5.3
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.7
cryptography==42.0.8
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -209,7 +209,7 @@ edx-drf-extensions==10.3.0
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/test.txt
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via
# -r requirements/test.txt
# edx-drf-extensions
Expand All @@ -227,7 +227,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.4.0
faker==25.8.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -293,7 +293,7 @@ mccabe==0.7.0
# pylint
mock==5.1.0
# via -r requirements/test.txt
more-itertools==10.2.0
more-itertools==10.3.0
# via
# -r requirements/test.txt
# inflect
Expand All @@ -314,7 +314,7 @@ openpyxl==3.1.3
# via
# -r requirements/test.txt
# wagtail
packaging==24.0
packaging==24.1
# via
# -r requirements/test.txt
# drf-yasg
Expand Down Expand Up @@ -367,7 +367,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.2
pylint==3.2.3
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -387,7 +387,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.4.0
pymongo==4.7.3
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -536,13 +536,13 @@ tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
tox==4.15.0
tox==4.15.1
# via -r requirements/test.txt
typeguard==4.3.0
# via
# -r requirements/test.txt
# inflect
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/test.txt
# asgiref
Expand Down Expand Up @@ -570,7 +570,7 @@ willow[heif]==1.8.0
# via
# -r requirements/test.txt
# wagtail
zipp==3.19.1
zipp==3.19.2
# via
# -r requirements/test.txt
# importlib-metadata
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==7.1.0
# via build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand All @@ -24,7 +24,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.19.1
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ beautifulsoup4==4.12.3
# via
# -r requirements/base.txt
# wagtail
boto3==1.34.118
boto3==1.34.123
# via
# -r requirements/base.txt
# -r requirements/production.in
botocore==1.34.118
botocore==1.34.123
# via
# -r requirements/base.txt
# boto3
Expand All @@ -48,7 +48,7 @@ click==8.1.7
# via
# -r requirements/base.txt
# edx-django-utils
cryptography==42.0.7
cryptography==42.0.8
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -155,7 +155,7 @@ edx-django-utils==5.14.2
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/base.txt
edx-opaque-keys==2.9.0
edx-opaque-keys==2.10.0
# via
# -r requirements/base.txt
# edx-drf-extensions
Expand Down Expand Up @@ -204,7 +204,7 @@ laces==0.1.1
# wagtail
mock==5.1.0
# via -r requirements/base.txt
more-itertools==10.2.0
more-itertools==10.3.0
# via
# -r requirements/base.txt
# inflect
Expand All @@ -223,7 +223,7 @@ openpyxl==3.1.3
# via
# -r requirements/base.txt
# wagtail
packaging==24.0
packaging==24.1
# via
# -r requirements/base.txt
# drf-yasg
Expand Down Expand Up @@ -259,7 +259,7 @@ pyjwt[crypto]==2.8.0
# social-auth-core
pymemcache==4.0.0
# via -r requirements/production.in
pymongo==4.4.0
pymongo==4.7.3
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -351,7 +351,7 @@ typeguard==4.3.0
# via
# -r requirements/base.txt
# inflect
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -373,7 +373,7 @@ willow[heif]==1.8.0
# via
# -r requirements/base.txt
# wagtail
zipp==3.19.1
zipp==3.19.2
# via
# -r requirements/base.txt
# importlib-metadata
Expand Down
Loading

0 comments on commit 6a181f2

Please sign in to comment.