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 committed Sep 3, 2024
1 parent 01b8d56 commit 7ea5473
Show file tree
Hide file tree
Showing 11 changed files with 162 additions and 69 deletions.
14 changes: 9 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand All @@ -17,11 +17,15 @@ attrs==24.2.0
# -r requirements/base.in
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.35.9
boto3==1.35.10
# via fs-s3fs
botocore==1.35.9
botocore==1.35.10
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +57,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -148,7 +152,7 @@ edx-django-utils==5.15.0
# edx-rest-api-client
# edx-toggles
# openedx-events
edx-drf-extensions==10.3.0
edx-drf-extensions==10.4.0
# via -r requirements/base.in
edx-event-bus-kafka==5.8.1
# via -r requirements/base.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
41 changes: 31 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -31,15 +31,20 @@ backports-tarfile==1.2.0
# via
# -r requirements/validation.txt
# jaraco-context
backports-zoneinfo==0.2.1
# via
# -r requirements/validation.txt
# django
# djangorestframework
bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.35.9
boto3==1.35.10
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.35.9
botocore==1.35.10
# via
# -r requirements/validation.txt
# boto3
Expand Down Expand Up @@ -109,6 +114,7 @@ cryptography==43.0.0
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/validation.txt
Expand All @@ -127,7 +133,7 @@ distlib==0.3.8
# via
# -r requirements/validation.txt
# virtualenv
django==4.2.15
django==4.2.16
# via
# -r requirements/validation.txt
# django-appconf
Expand Down Expand Up @@ -214,7 +220,7 @@ dnspython==2.6.1
# via
# -r requirements/validation.txt
# pymongo
docutils==0.21.2
docutils==0.20.1
# via
# -r requirements/validation.txt
# readme-renderer
Expand Down Expand Up @@ -247,7 +253,7 @@ edx-django-utils==5.15.0
# edx-rest-api-client
# edx-toggles
# openedx-events
edx-drf-extensions==10.3.0
edx-drf-extensions==10.4.0
# via -r requirements/validation.txt
edx-event-bus-kafka==5.8.1
# via -r requirements/validation.txt
Expand Down Expand Up @@ -279,7 +285,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.1
# via -r requirements/validation.txt
faker==28.0.0
faker==28.1.0
# via
# -r requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -319,6 +325,10 @@ importlib-metadata==8.4.0
# build
# keyring
# twine
importlib-resources==6.4.4
# via
# -r requirements/validation.txt
# keyring
inflection==0.5.1
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -347,6 +357,11 @@ jaraco-functools==4.0.2
# via
# -r requirements/validation.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/validation.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -512,7 +527,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -558,7 +573,7 @@ pytest==8.3.2
# pytest-django
pytest-cov==5.0.0
# via -r requirements/validation.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/validation.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -589,7 +604,7 @@ pyyaml==6.0.2
# edx-i18n-tools
# responses
# xblock
readme-renderer==44.0
readme-renderer==43.0
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -632,6 +647,10 @@ s3transfer==0.10.2
# via
# -r requirements/validation.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/validation.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -711,6 +730,7 @@ typing-extensions==4.12.2
# astroid
# edx-opaque-keys
# pylint
# rich
uritemplate==4.1.1
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -756,6 +776,7 @@ zipp==3.20.1
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
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.15
django==4.2.16
50 changes: 34 additions & 16 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
alabaster==0.7.16
alabaster==0.7.13
# via sphinx
appdirs==1.4.4
# via
Expand Down Expand Up @@ -33,15 +33,20 @@ babel==2.16.0
# via sphinx
backports-tarfile==1.2.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
# -r requirements/test.txt
# django
# djangorestframework
bleach==6.1.0
# via
# -r requirements/test.txt
# lti-consumer-xblock
boto3==1.35.9
boto3==1.35.10
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.9
botocore==1.35.10
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -106,6 +111,7 @@ cryptography==43.0.0
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/test.txt
Expand All @@ -122,7 +128,7 @@ distlib==0.3.8
# via
# -r requirements/test.txt
# virtualenv
django==4.2.15
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -206,7 +212,7 @@ dnspython==2.6.1
# via
# -r requirements/test.txt
# pymongo
doc8==1.1.1
doc8==1.1.2
# via -r requirements/doc.in
docutils==0.19
# via
Expand Down Expand Up @@ -243,7 +249,7 @@ edx-django-utils==5.15.0
# edx-rest-api-client
# edx-toggles
# openedx-events
edx-drf-extensions==10.3.0
edx-drf-extensions==10.4.0
# via -r requirements/test.txt
edx-event-bus-kafka==5.8.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -275,7 +281,7 @@ exceptiongroup==1.2.2
# pytest
factory-boy==3.3.1
# via -r requirements/test.txt
faker==28.0.0
faker==28.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -316,6 +322,8 @@ importlib-metadata==8.4.0
# keyring
# sphinx
# twine
importlib-resources==6.4.4
# via keyring
inflection==0.5.1
# via
# -r requirements/test.txt
Expand All @@ -338,6 +346,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -480,7 +492,7 @@ pyjwt[crypto]==2.9.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.6
pylint==3.2.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -523,7 +535,7 @@ pytest==8.3.2
# pytest-django
pytest-cov==5.0.0
# via -r requirements/test.txt
pytest-django==4.8.0
pytest-django==4.9.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand All @@ -543,6 +555,7 @@ python3-openid==3.2.0
pytz==2024.1
# via
# -r requirements/test.txt
# babel
# drf-yasg
# xblock
pyyaml==6.0.2
Expand Down Expand Up @@ -591,6 +604,8 @@ s3transfer==0.10.2
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -632,17 +647,17 @@ sphinx==5.3.0
# via
# -r requirements/doc.in
# edx-sphinx-theme
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.5.1
# via
Expand Down Expand Up @@ -684,6 +699,7 @@ typing-extensions==4.12.2
# astroid
# edx-opaque-keys
# pylint
# rich
uritemplate==4.1.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -721,7 +737,9 @@ xblock==5.1.0
# -r requirements/test.txt
# lti-consumer-xblock
zipp==3.20.1
# via importlib-metadata
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
Expand Down
Loading

0 comments on commit 7ea5473

Please sign in to comment.