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 Jan 6, 2025
1 parent 19f60ba commit 278224f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 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.35.90
boto3==1.35.92
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -248,7 +248,7 @@ pycparser==2.22
# via
# -r requirements/test.txt
# cffi
pygments==2.18.0
pygments==2.19.0
# via
# -r requirements/test.txt
# readme-renderer
Expand Down Expand Up @@ -379,7 +379,7 @@ urllib3==2.3.0
# botocore
# requests
# twine
virtualenv==20.28.0
virtualenv==20.28.1
# via
# -r requirements/tox.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.18.0
pygments==2.19.0
# via
# accessible-pygments
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.7.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ astroid==3.3.8
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.90
boto3==1.35.92
# via fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -101,7 +101,7 @@ platformdirs==4.3.6
# via pylint
pycodestyle==2.12.1
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.0
# via rich
pylint==3.3.3
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.90
boto3==1.35.92
# via fs-s3fs
botocore==1.35.90
botocore==1.35.92
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -144,7 +144,7 @@ pluggy==1.5.0
# via pytest
pycparser==2.22
# via cffi
pygments==2.18.0
pygments==2.19.0
# via
# readme-renderer
# rich
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.23.2
# via -r requirements/tox.in
virtualenv==20.28.0
virtualenv==20.28.1
# via tox

0 comments on commit 278224f

Please sign in to comment.