Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#358)
Browse files Browse the repository at this point in the history
Co-authored-by: Isaac Lee <[email protected]>
  • Loading branch information
edx-requirements-bot and ilee2u authored Feb 14, 2025
1 parent a73d767 commit 41289df
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 92 deletions.
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ attrs==25.1.0
# openedx-events
bleach==6.2.0
# via lti-consumer-xblock
boto3==1.36.12
boto3==1.36.17
# via fs-s3fs
botocore==1.36.12
botocore==1.36.17
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -51,7 +51,7 @@ defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==4.2.18
django==4.2.19
# via
# -c /home/runner/work/edx-exams/edx-exams/requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -87,7 +87,7 @@ django-appconf==1.0.6
# via django-statici18n
django-config-models==2.7.0
# via lti-consumer-xblock
django-cors-headers==4.6.0
django-cors-headers==4.7.0
# via -r requirements/base.in
django-crum==0.7.9
# via
Expand Down Expand Up @@ -199,7 +199,7 @@ lazy==1.6
# via lti-consumer-xblock
lti-consumer-xblock==9.13.2
# via -r requirements/base.in
lxml==5.3.0
lxml==5.3.1
# via
# lti-consumer-xblock
# xblock
Expand All @@ -214,7 +214,7 @@ markupsafe==3.0.2
# xblock
mysqlclient==2.2.7
# via -r requirements/base.in
newrelic==10.5.0
newrelic==10.6.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand All @@ -225,7 +225,7 @@ openapi-codec==1.3.2
# via django-rest-swagger
openedx-django-pyfs==3.7.0
# via lti-consumer-xblock
openedx-events==9.17.0
openedx-events==9.18.0
# via
# -r requirements/base.in
# edx-event-bus-kafka
Expand Down Expand Up @@ -258,7 +258,7 @@ pyjwt[crypto]==2.10.1
# social-auth-core
pymemcache==4.0.0
# via -r requirements/base.in
pymongo==4.11
pymongo==4.11.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand Down Expand Up @@ -344,7 +344,7 @@ webencodings==0.5.1
# via bleach
webob==1.8.9
# via xblock
xblock==5.1.1
xblock==5.1.2
# via lti-consumer-xblock

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.6.10
coverage==7.6.12
# via -r requirements/ci.in
distlib==0.3.9
# via virtualenv
Expand All @@ -32,5 +32,5 @@ pyproject-api==1.9.0
# via tox
tox==4.24.1
# via -r requirements/ci.in
virtualenv==20.29.1
virtualenv==20.29.2
# via tox
30 changes: 16 additions & 14 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ bleach==6.2.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
boto3==1.36.12
boto3==1.36.17
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# fs-s3fs
botocore==1.36.12
botocore==1.36.17
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# boto3
Expand Down Expand Up @@ -93,7 +93,7 @@ coreschema==0.0.4
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# coreapi
coverage[toml]==7.6.10
coverage[toml]==7.6.12
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# pytest-cov
Expand All @@ -120,7 +120,7 @@ distlib==0.3.9
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# virtualenv
django==4.2.18
django==4.2.19
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# django-appconf
Expand Down Expand Up @@ -161,7 +161,7 @@ django-config-models==2.7.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
django-cors-headers==4.6.0
django-cors-headers==4.7.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -269,7 +269,7 @@ edx-token-utils==0.2.1
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
factory-boy==3.3.3
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
faker==35.2.0
faker==36.1.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# factory-boy
Expand Down Expand Up @@ -364,7 +364,7 @@ lazy==1.6
# lti-consumer-xblock
lti-consumer-xblock==9.13.2
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
lxml[html-clean]==5.3.0
lxml[html-clean]==5.3.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-i18n-tools
Expand Down Expand Up @@ -405,7 +405,7 @@ more-itertools==10.6.0
# jaraco-functools
mysqlclient==2.2.7
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
newrelic==10.5.0
newrelic==10.6.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-django-utils
Expand All @@ -427,7 +427,7 @@ openedx-django-pyfs==3.7.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
openedx-events==9.17.0
openedx-events==9.18.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -527,7 +527,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymemcache==4.0.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
pymongo==4.11
pymongo==4.11.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-opaque-keys
Expand All @@ -551,13 +551,12 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
pytest-django==4.9.0
pytest-django==4.10.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
python-dateutil==2.9.0.post0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# botocore
# faker
# freezegun
# xblock
python-slugify==8.0.4
Expand Down Expand Up @@ -689,6 +688,9 @@ typing-extensions==4.12.2
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# edx-opaque-keys
tzdata==2025.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# faker
uritemplate==4.1.1
# via
Expand All @@ -702,7 +704,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.29.1
virtualenv==20.29.2
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# tox
Expand All @@ -726,7 +728,7 @@ wheel==0.45.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/pip-tools.txt
# pip-tools
xblock==5.1.1
xblock==5.1.2
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/validation.txt
# lti-consumer-xblock
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.18
django==4.2.19
30 changes: 16 additions & 14 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ bleach==6.2.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# lti-consumer-xblock
boto3==1.36.12
boto3==1.36.17
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# fs-s3fs
botocore==1.36.12
botocore==1.36.17
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# boto3
Expand Down Expand Up @@ -92,7 +92,7 @@ coreschema==0.0.4
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# coreapi
coverage[toml]==7.6.10
coverage[toml]==7.6.12
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# pytest-cov
Expand All @@ -117,7 +117,7 @@ distlib==0.3.9
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# virtualenv
django==4.2.18
django==4.2.19
# via
# -c /home/runner/work/edx-exams/edx-exams/requirements/common_constraints.txt
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
Expand Down Expand Up @@ -157,7 +157,7 @@ django-config-models==2.7.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# lti-consumer-xblock
django-cors-headers==4.6.0
django-cors-headers==4.7.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
django-crum==0.7.9
# via
Expand Down Expand Up @@ -267,7 +267,7 @@ edx-token-utils==0.2.1
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
factory-boy==3.3.3
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
faker==35.2.0
faker==36.1.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -353,7 +353,7 @@ lazy==1.6
# lti-consumer-xblock
lti-consumer-xblock==9.13.2
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
lxml==5.3.0
lxml==5.3.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# lti-consumer-xblock
Expand Down Expand Up @@ -385,7 +385,7 @@ more-itertools==10.6.0
# jaraco-functools
mysqlclient==2.2.7
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
newrelic==10.5.0
newrelic==10.6.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# edx-django-utils
Expand All @@ -405,7 +405,7 @@ openedx-django-pyfs==3.7.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# lti-consumer-xblock
openedx-events==9.17.0
openedx-events==9.18.0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# edx-event-bus-kafka
Expand Down Expand Up @@ -494,7 +494,7 @@ pylint-plugin-utils==0.8.2
# pylint-django
pymemcache==4.0.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
pymongo==4.11
pymongo==4.11.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# edx-opaque-keys
Expand All @@ -515,13 +515,12 @@ pytest==8.3.4
# pytest-django
pytest-cov==6.0.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
pytest-django==4.9.0
pytest-django==4.10.0
# via -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
python-dateutil==2.9.0.post0
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# botocore
# faker
# freezegun
# xblock
python-slugify==8.0.4
Expand Down Expand Up @@ -660,6 +659,9 @@ typing-extensions==4.12.2
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# edx-opaque-keys
tzdata==2025.1
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# faker
uritemplate==4.1.1
# via
Expand All @@ -674,7 +676,7 @@ urllib3==2.2.3
# requests
# responses
# twine
virtualenv==20.29.1
virtualenv==20.29.2
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# tox
Expand All @@ -694,7 +696,7 @@ webob==1.8.9
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# xblock
xblock==5.1.1
xblock==5.1.2
# via
# -r /home/runner/work/edx-exams/edx-exams/requirements/test.txt
# lti-consumer-xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.45.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.0
pip==25.0.1
# via -r requirements/pip.in
setuptools==75.8.0
# via -r requirements/pip.in
Loading

0 comments on commit 41289df

Please sign in to comment.