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 Feb 17, 2025
1 parent 1e7cad5 commit 220696d
Show file tree
Hide file tree
Showing 7 changed files with 39 additions and 39 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
boto3==1.36.16
boto3==1.36.21
# via fs-s3fs
botocore==1.36.16
botocore==1.36.21
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -39,7 +39,7 @@ jmespath==1.0.1
# botocore
lazy==1.6
# via xblock
lxml==5.3.0
lxml==5.3.1
# via xblock
mako==1.3.9
# via xblock
Expand All @@ -53,7 +53,7 @@ openedx-filters==1.13.0
# via -r requirements/base.in
pbr==6.1.1
# via stevedore
pymongo==4.11
pymongo==4.11.1
# via edx-opaque-keys
python-dateutil==2.9.0.post0
# via
Expand All @@ -65,7 +65,7 @@ pyyaml==6.0.2
# via xblock
s3transfer==0.11.2
# via boto3
simplejson==3.19.3
simplejson==3.20.1
# via xblock
six==1.17.0
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.36.16
boto3==1.36.21
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.36.16
botocore==1.36.21
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -83,13 +83,13 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via
# -r requirements/test.txt
# coveralls
coveralls==4.0.1
# via -r requirements/test.txt
cryptography==44.0.0
cryptography==44.0.1
# via
# -r requirements/test.txt
# secretstorage
Expand Down Expand Up @@ -202,7 +202,7 @@ lazy==1.6
# via
# -r requirements/test.txt
# xblock
lxml==5.3.0
lxml==5.3.1
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -302,7 +302,7 @@ pylint-plugin-utils==0.8.2
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/test.txt
# edx-opaque-keys
Expand All @@ -318,7 +318,7 @@ pytest==8.3.4
# via
# -r requirements/test.txt
# pytest-django
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -375,7 +375,7 @@ secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
simplejson==3.19.3
simplejson==3.20.1
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -423,7 +423,7 @@ urllib3==2.2.3
# botocore
# requests
# twine
virtualenv==20.29.1
virtualenv==20.29.2
# via
# -r requirements/tox.txt
# tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
boto3==1.36.16
boto3==1.36.21
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.36.16
botocore==1.36.21
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml[html-clean]==5.3.0
lxml[html-clean]==5.3.1
# via
# -r requirements/base.txt
# edx-i18n-tools
Expand Down Expand Up @@ -90,7 +90,7 @@ pbr==6.1.1
# stevedore
polib==1.2.0
# via edx-i18n-tools
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -112,7 +112,7 @@ s3transfer==0.11.2
# via
# -r requirements/base.txt
# boto3
simplejson==3.19.3
simplejson==3.20.1
# via
# -r requirements/base.txt
# xblock
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.3
# via pydata-sphinx-theme
boto3==1.36.16
boto3==1.36.21
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.36.16
botocore==1.36.21
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -80,7 +80,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==5.3.0
lxml==5.3.1
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -113,7 +113,7 @@ pygments==2.19.1
# accessible-pygments
# pydata-sphinx-theme
# sphinx
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -136,7 +136,7 @@ s3transfer==0.11.2
# via
# -r requirements/base.txt
# boto3
simplejson==3.19.3
simplejson==3.20.1
# via
# -r requirements/base.txt
# xblock
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.16
boto3==1.36.21
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.36.16
botocore==1.36.21
# via
# -r requirements/base.txt
# boto3
Expand All @@ -51,7 +51,7 @@ code-annotations==2.2.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
cryptography==44.0.0
cryptography==44.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/quality.in
Expand Down Expand Up @@ -123,7 +123,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==5.3.0
lxml==5.3.1
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -187,7 +187,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down Expand Up @@ -236,7 +236,7 @@ s3transfer==0.11.2
# boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.3
simplejson==3.20.1
# via
# -r requirements/base.txt
# xblock
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.36.16
boto3==1.36.21
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.36.16
botocore==1.36.21
# via
# -r requirements/base.txt
# boto3
Expand All @@ -51,11 +51,11 @@ code-annotations==2.2.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.11
coverage[toml]==7.6.12
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
cryptography==44.0.0
cryptography==44.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -131,7 +131,7 @@ lazy==1.6
# via
# -r requirements/base.txt
# xblock
lxml==5.3.0
lxml==5.3.1
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -200,7 +200,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.11
pymongo==4.11.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -210,7 +210,7 @@ pytest==8.3.4
# via
# -r requirements/test.in
# pytest-django
pytest-django==4.9.0
pytest-django==4.10.0
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -256,7 +256,7 @@ s3transfer==0.11.2
# boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.3
simplejson==3.20.1
# via
# -r requirements/base.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.9.0
# via tox
tox==4.24.1
# via -r requirements/tox.in
virtualenv==20.29.1
virtualenv==20.29.2
# via tox

0 comments on commit 220696d

Please sign in to comment.