Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and rijuma committed Jul 12, 2024
1 parent 61365c1 commit 2eb1a99
Show file tree
Hide file tree
Showing 10 changed files with 81 additions and 81 deletions.
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ backports-zoneinfo==0.2.1
# djangorestframework
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.34.132
boto3==1.34.141
# via fs-s3fs
botocore==1.34.132
botocore==1.34.141
# via
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -57,7 +57,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.13
django==4.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -173,7 +173,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
edx-token-utils==0.2.1
# via -r requirements/base.in
fastavro==1.9.4
fastavro==1.9.5
# via openedx-events
fs==2.4.16
# via
Expand Down Expand Up @@ -262,7 +262,7 @@ pyjwt[crypto]==2.8.0
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.7.3
pymongo==4.8.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -285,7 +285,7 @@ pyyaml==6.0.1
# drf-yasg
# edx-django-release-util
# xblock
redis==5.0.6
redis==5.0.7
# via walrus
requests==2.32.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
30 changes: 15 additions & 15 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.34.132
boto3==1.34.141
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.34.132
botocore==1.34.141
# via
# -r requirements/validation.txt
# boto3
Expand All @@ -57,7 +57,7 @@ cachetools==5.3.3
# via
# -r requirements/validation.txt
# tox
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/validation.txt
# requests
Expand Down Expand Up @@ -123,7 +123,7 @@ defusedxml==0.8.0rc2
# -r requirements/validation.txt
# python3-openid
# social-auth-core
diff-cover==9.0.0
diff-cover==9.1.0
# via -r requirements/dev.in
dill==0.3.8
# via
Expand All @@ -133,7 +133,7 @@ distlib==0.3.8
# via
# -r requirements/validation.txt
# virtualenv
django==4.2.13
django==4.2.14
# via
# -r requirements/validation.txt
# django-appconf
Expand Down Expand Up @@ -181,7 +181,7 @@ django-crum==0.7.9
# -r requirements/validation.txt
# edx-django-utils
# edx-toggles
django-debug-toolbar==4.4.2
django-debug-toolbar==4.4.5
# via -r requirements/dev.in
django-dynamic-fixture==4.0.1
# via -r requirements/validation.txt
Expand Down Expand Up @@ -285,11 +285,11 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==25.9.1
faker==26.0.0
# via
# -r requirements/validation.txt
# factory-boy
fastavro==1.9.4
fastavro==1.9.5
# via
# -r requirements/validation.txt
# openedx-events
Expand Down Expand Up @@ -432,7 +432,7 @@ newrelic==9.11.0
# via
# -r requirements/validation.txt
# edx-django-utils
nh3==0.2.17
nh3==0.2.18
# via
# -r requirements/validation.txt
# readme-renderer
Expand Down Expand Up @@ -476,7 +476,7 @@ pbr==6.0.0
# stevedore
pip-tools==7.4.1
# via -r requirements/pip-tools.txt
pkginfo==1.11.1
pkginfo==1.10.0
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -530,7 +530,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/validation.txt
# edx-lint
Expand All @@ -552,7 +552,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymemcache==4.0.0
# via -r requirements/validation.txt
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/validation.txt
# edx-opaque-keys
Expand Down Expand Up @@ -611,7 +611,7 @@ readme-renderer==43.0
# via
# -r requirements/validation.txt
# twine
redis==5.0.6
redis==5.0.7
# via
# -r requirements/validation.txt
# walrus
Expand Down Expand Up @@ -722,9 +722,9 @@ tomlkit==0.12.5
# via
# -r requirements/validation.txt
# pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/validation.txt
twine==5.1.0
twine==5.1.1
# via -r requirements/validation.txt
typing-extensions==4.12.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.13
django==4.2.14
26 changes: 13 additions & 13 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.34.132
boto3==1.34.141
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.34.132
botocore==1.34.141
# via
# -r requirements/test.txt
# boto3
Expand All @@ -57,7 +57,7 @@ cachetools==5.3.3
# via
# -r requirements/test.txt
# tox
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -128,7 +128,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.13
django==4.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -281,11 +281,11 @@ exceptiongroup==1.2.1
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==25.9.1
faker==26.0.0
# via
# -r requirements/test.txt
# factory-boy
fastavro==1.9.4
fastavro==1.9.5
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -410,7 +410,7 @@ newrelic==9.11.0
# via
# -r requirements/test.txt
# edx-django-utils
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
oauthlib==3.2.2
# via
Expand Down Expand Up @@ -448,7 +448,7 @@ pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
pkginfo==1.11.1
pkginfo==1.10.0
# via twine
platformdirs==4.2.2
# via
Expand Down Expand Up @@ -493,7 +493,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.3
pylint==3.2.5
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -515,7 +515,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymemcache==4.0.0
# via -r requirements/test.txt
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand Down Expand Up @@ -569,7 +569,7 @@ pyyaml==6.0.1
# xblock
readme-renderer==43.0
# via twine
redis==5.0.6
redis==5.0.7
# via
# -r requirements/test.txt
# walrus
Expand Down Expand Up @@ -689,9 +689,9 @@ tomlkit==0.12.5
# via
# -r requirements/test.txt
# pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/test.txt
twine==5.1.0
twine==5.1.1
# via -r requirements/doc.in
typing-extensions==4.12.2
# via
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.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.1.1
setuptools==70.2.0
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ bleach==6.1.0
# via
# -r requirements/base.txt
# lti-consumer-xblock
boto3==1.34.132
boto3==1.34.141
# via
# -r requirements/base.txt
# django-ses
# fs-s3fs
botocore==1.34.132
botocore==1.34.141
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -82,7 +82,7 @@ defusedxml==0.8.0rc2
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==4.2.13
django==4.2.14
# via
# -r requirements/base.txt
# django-appconf
Expand Down Expand Up @@ -217,7 +217,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
edx-token-utils==0.2.1
# via -r requirements/base.txt
fastavro==1.9.4
fastavro==1.9.5
# via
# -r requirements/base.txt
# openedx-events
Expand Down Expand Up @@ -357,7 +357,7 @@ pyjwt[crypto]==2.8.0
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.txt
pymongo==4.7.3
pymongo==4.8.0
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -394,7 +394,7 @@ pyyaml==6.0.1
# drf-yasg
# edx-django-release-util
# xblock
redis==5.0.6
redis==5.0.7
# via
# -r requirements/base.txt
# walrus
Expand Down
Loading

0 comments on commit 2eb1a99

Please sign in to comment.