Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#2510)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jun 25, 2024
1 parent 557a0e4 commit a7c129b
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 53 deletions.
28 changes: 14 additions & 14 deletions requirements/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ bleach==6.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.34.128
boto3==1.34.132
# via
# -r requirements/production.txt
# django-ses
botocore==1.34.128
botocore==1.34.132
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -106,7 +106,7 @@ coreschema==0.0.4
# -r requirements/dev.txt
# -r requirements/production.txt
# coreapi
coverage==7.5.3
coverage==7.5.4
# via -r requirements/dev.txt
cryptography==42.0.8
# via
Expand Down Expand Up @@ -171,7 +171,7 @@ django-appconf==1.0.6
# -r requirements/dev.txt
# -r requirements/production.txt
# django-statici18n
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -228,7 +228,7 @@ django-webpack-loader==3.1.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -306,7 +306,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rest-api-client==5.7.0
edx-rest-api-client==5.7.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -321,7 +321,7 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/dev.txt
faker==25.8.0
faker==25.9.1
# via
# -r requirements/dev.txt
# factory-boy
Expand All @@ -330,7 +330,7 @@ fastavro==1.9.4
# -r requirements/dev.txt
# -r requirements/production.txt
# openedx-events
filelock==3.15.1
filelock==3.15.4
# via
# -r requirements/dev.txt
# tox
Expand Down Expand Up @@ -439,7 +439,7 @@ openedx-atlas==0.6.1
# via
# -r requirements/dev.txt
# -r requirements/production.txt
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -489,7 +489,7 @@ polib==1.2.0
# -r requirements/dev.txt
# -r requirements/production.txt
# edx-i18n-tools
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -552,7 +552,7 @@ pypng==0.20220715.0
# -r requirements/dev.txt
# -r requirements/production.txt
# qrcode
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/dev.txt
# tox
Expand Down Expand Up @@ -605,7 +605,7 @@ qrcode==7.4.2
# via
# -r requirements/dev.txt
# -r requirements/production.txt
requests==2.31.0
requests==2.32.3
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -625,7 +625,7 @@ requests-oauthlib==2.0.0
# social-auth-core
responses==0.25.3
# via -r requirements/dev.txt
s3transfer==0.10.1
s3transfer==0.10.2
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -735,7 +735,7 @@ urllib3==1.26.19
# botocore
# requests
# responses
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/dev.txt
# tox
Expand Down
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ django==4.2.13
# xss-utils
django-appconf==1.0.6
# via django-statici18n
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/base.in
django-crum==0.7.9
# via
Expand Down Expand Up @@ -113,7 +113,7 @@ django-waffle==4.1.0
# edx-toggles
django-webpack-loader==3.1.0
# via -r requirements/base.in
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/base.in
# django-rest-swagger
Expand Down Expand Up @@ -158,7 +158,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rest-api-client==5.7.0
edx-rest-api-client==5.7.1
# via -r requirements/base.in
edx-toggles==5.2.0
# via
Expand Down Expand Up @@ -205,7 +205,7 @@ openapi-codec==1.3.2
# via django-rest-swagger
openedx-atlas==0.6.1
# via -r requirements/base.in
openedx-events==9.10.0
openedx-events==9.11.0
# via edx-event-bus-kafka
packaging==24.1
# via drf-yasg
Expand All @@ -217,7 +217,7 @@ pillow==10.3.0
# via -r requirements/base.in
polib==1.2.0
# via edx-i18n-tools
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand Down Expand Up @@ -261,7 +261,7 @@ pyyaml==6.0.1
# edx-i18n-tools
qrcode==7.4.2
# via -r requirements/base.in
requests==2.31.0
requests==2.32.3
# via
# -r requirements/base.in
# coreapi
Expand Down
22 changes: 11 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ coreschema==0.0.4
# via
# -r requirements/test.txt
# coreapi
coverage==7.5.3
coverage==7.5.4
# via -r requirements/test.txt
cryptography==42.0.8
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ django-appconf==1.0.6
# via
# -r requirements/test.txt
# django-statici18n
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/test.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ django-waffle==4.1.0
# edx-toggles
django-webpack-loader==3.1.0
# via -r requirements/test.txt
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/test.txt
# django-rest-swagger
Expand Down Expand Up @@ -231,7 +231,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rest-api-client==5.7.0
edx-rest-api-client==5.7.1
# via -r requirements/test.txt
edx-toggles==5.2.0
# via
Expand All @@ -243,15 +243,15 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.8.0
faker==25.9.1
# via
# -r requirements/test.txt
# factory-boy
fastavro==1.9.4
# via
# -r requirements/test.txt
# openedx-events
filelock==3.15.1
filelock==3.15.4
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -327,7 +327,7 @@ openapi-codec==1.3.2
# django-rest-swagger
openedx-atlas==0.6.1
# via -r requirements/test.txt
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/test.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -369,7 +369,7 @@ polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -422,7 +422,7 @@ pypng==0.20220715.0
# via
# -r requirements/test.txt
# qrcode
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -464,7 +464,7 @@ pyyaml==6.0.1
# responses
qrcode==7.4.2
# via -r requirements/test.txt
requests==2.31.0
requests==2.32.3
# via
# -r requirements/test.txt
# coreapi
Expand Down Expand Up @@ -572,7 +572,7 @@ urllib3==1.26.19
# -r requirements/test.txt
# requests
# responses
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.1.1
# via -r requirements/pip.in
18 changes: 9 additions & 9 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ backports-zoneinfo==0.2.1 ; python_version < "3.9"
# djangorestframework
bleach==6.1.0
# via -r requirements/base.txt
boto3==1.34.128
boto3==1.34.132
# via django-ses
botocore==1.34.128
botocore==1.34.132
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -109,7 +109,7 @@ django-appconf==1.0.6
# via
# -r requirements/base.txt
# django-statici18n
django-cors-headers==4.3.1
django-cors-headers==4.4.0
# via -r requirements/base.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -142,7 +142,7 @@ django-waffle==4.1.0
# edx-toggles
django-webpack-loader==3.1.0
# via -r requirements/base.txt
djangorestframework==3.15.1
djangorestframework==3.15.2
# via
# -r requirements/base.txt
# django-rest-swagger
Expand Down Expand Up @@ -195,7 +195,7 @@ edx-opaque-keys[django]==2.10.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
edx-rest-api-client==5.7.0
edx-rest-api-client==5.7.1
# via -r requirements/base.txt
edx-toggles==5.2.0
# via
Expand Down Expand Up @@ -271,7 +271,7 @@ openapi-codec==1.3.2
# django-rest-swagger
openedx-atlas==0.6.1
# via -r requirements/base.txt
openedx-events==9.10.0
openedx-events==9.11.0
# via
# -r requirements/base.txt
# edx-event-bus-kafka
Expand All @@ -294,7 +294,7 @@ polib==1.2.0
# via
# -r requirements/base.txt
# edx-i18n-tools
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -358,7 +358,7 @@ pyyaml==6.0.1
# edx-i18n-tools
qrcode==7.4.2
# via -r requirements/base.txt
requests==2.31.0
requests==2.32.3
# via
# -r requirements/base.txt
# coreapi
Expand All @@ -373,7 +373,7 @@ requests-oauthlib==2.0.0
# via
# -r requirements/base.txt
# social-auth-core
s3transfer==0.10.1
s3transfer==0.10.2
# via boto3
sailthru-client==2.2.3
# via
Expand Down
Loading

0 comments on commit a7c129b

Please sign in to comment.