Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 30, 2024
1 parent ceeaf88 commit 12462d3
Show file tree
Hide file tree
Showing 8 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 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.35.24
boto3==1.35.29
# via fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -45,7 +45,7 @@ markupsafe==2.1.5
# xblock
openedx-django-pyfs==3.7.0
# via xblock
openedx-filters==1.9.0
openedx-filters==1.10.0
# via -r requirements/base.in
python-dateutil==2.9.0.post0
# via
Expand Down
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.3
astroid==3.3.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -29,11 +29,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -95,7 +95,7 @@ cryptography==43.0.1
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
dill==0.3.9
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -164,7 +164,7 @@ jaraco-context==6.0.1
# via
# -r requirements/test.txt
# keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -233,7 +233,7 @@ openedx-django-pyfs==3.7.0
# via
# -r requirements/test.txt
# xblock
openedx-filters==1.9.0
openedx-filters==1.10.0
# via -r requirements/test.txt
packaging==24.1
# via
Expand Down Expand Up @@ -274,7 +274,7 @@ pygments==2.18.0
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.3.0
pylint==3.3.1
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -404,7 +404,7 @@ urllib3==2.2.3
# botocore
# requests
# twine
virtualenv==20.26.5
virtualenv==20.26.6
# via
# -r requirements/tox.txt
# tox
Expand Down
6 changes: 3 additions & 3 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.35.24
boto3==1.35.29
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -72,7 +72,7 @@ openedx-django-pyfs==3.7.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.9.0
openedx-filters==1.10.0
# via -r requirements/base.txt
path==16.16.0
# via edx-i18n-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.16.0
# sphinx
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -90,7 +90,7 @@ openedx-django-pyfs==3.7.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.9.0
openedx-filters==1.10.0
# via -r requirements/base.txt
packaging==24.1
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.1.0
pyproject-hooks==1.2.0
# via
# build
# pip-tools
Expand Down
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -55,7 +55,7 @@ cryptography==43.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/quality.in
dill==0.3.8
dill==0.3.9
# via pylint
django==4.2.16
# via
Expand Down Expand Up @@ -94,7 +94,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ openedx-django-pyfs==3.7.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.9.0
openedx-filters==1.10.0
# via -r requirements/base.txt
pbr==6.1.0
# via stevedore
Expand All @@ -162,7 +162,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.3.0
pylint==3.3.1
# via
# -r requirements/quality.in
# edx-lint
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.3
astroid==3.3.4
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.24
boto3==1.35.29
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.24
botocore==1.35.29
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -59,7 +59,7 @@ cryptography==43.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
dill==0.3.9
# via pylint
django==4.2.16
# via
Expand Down Expand Up @@ -102,7 +102,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
Expand Down Expand Up @@ -156,7 +156,7 @@ openedx-django-pyfs==3.7.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.9.0
openedx-filters==1.10.0
# via -r requirements/base.txt
packaging==24.1
# via pytest
Expand All @@ -176,7 +176,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.3.0
pylint==3.3.1
# via
# edx-lint
# pylint-celery
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.8.0
# via tox
tox==4.20.0
# via -r requirements/tox.in
virtualenv==20.26.5
virtualenv==20.26.6
# via tox

0 comments on commit 12462d3

Please sign in to comment.