Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Oct 7, 2024
1 parent 12462d3 commit 0fcf62e
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 30 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.29
boto3==1.35.34
# via fs-s3fs
botocore==1.35.29
botocore==1.35.34
# 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.10.0
openedx-filters==1.11.0
# via -r requirements/base.in
python-dateutil==2.9.0.post0
# via
Expand Down
14 changes: 7 additions & 7 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.4
astroid==3.3.5
# 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.29
boto3==1.35.34
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -233,7 +233,7 @@ openedx-django-pyfs==3.7.0
# via
# -r requirements/test.txt
# xblock
openedx-filters==1.10.0
openedx-filters==1.11.0
# via -r requirements/test.txt
packaging==24.1
# via
Expand Down Expand Up @@ -349,7 +349,7 @@ rfc3986==2.0.0
# via
# -r requirements/test.txt
# twine
rich==13.8.1
rich==13.9.2
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -390,11 +390,11 @@ tomlkit==0.13.2
# via
# -r requirements/test.txt
# pylint
tox==4.20.0
tox==4.21.2
# via -r requirements/tox.txt
twine==5.1.1
# via -r requirements/test.txt
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via
# -r requirements/test.txt
# arrow
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.29
boto3==1.35.34
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.29
botocore==1.35.34
# 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.10.0
openedx-filters==1.11.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.29
boto3==1.35.34
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.29
botocore==1.35.34
# 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.10.0
openedx-filters==1.11.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 @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.2.2
build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
Expand Down
12 changes: 6 additions & 6 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.4
astroid==3.3.5
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.29
boto3==1.35.34
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -146,7 +146,7 @@ openedx-django-pyfs==3.7.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.10.0
openedx-filters==1.11.0
# via -r requirements/base.txt
pbr==6.1.0
# via stevedore
Expand Down Expand Up @@ -211,7 +211,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via
# cookiecutter
# twine
Expand Down Expand Up @@ -245,7 +245,7 @@ tomlkit==0.13.2
# via pylint
twine==5.1.1
# via -r requirements/quality.in
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
urllib3==2.2.3
# via
Expand Down
12 changes: 6 additions & 6 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.4
astroid==3.3.5
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.29
boto3==1.35.34
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.29
botocore==1.35.34
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -156,7 +156,7 @@ openedx-django-pyfs==3.7.0
# via
# -r requirements/base.txt
# xblock
openedx-filters==1.10.0
openedx-filters==1.11.0
# via -r requirements/base.txt
packaging==24.1
# via pytest
Expand Down Expand Up @@ -231,7 +231,7 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.2
# via
# cookiecutter
# twine
Expand Down Expand Up @@ -265,7 +265,7 @@ tomlkit==0.13.2
# via pylint
twine==5.1.1
# via -r requirements/test.in
types-python-dateutil==2.9.0.20240906
types-python-dateutil==2.9.0.20241003
# via arrow
urllib3==2.2.3
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.8.0
# via tox
tox==4.20.0
tox==4.21.2
# via -r requirements/tox.in
virtualenv==20.26.6
# via tox

0 comments on commit 0fcf62e

Please sign in to comment.