Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 30, 2024
1 parent ee3be06 commit 19f60ba
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
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.7
astroid==3.3.8
# 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.86
boto3==1.35.90
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# -r requirements/test.txt
# boto3
Expand All @@ -56,7 +56,7 @@ chardet==5.2.0
# -r requirements/tox.txt
# binaryornot
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/test.txt
# requests
Expand All @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/test.txt
# coveralls
Expand Down Expand Up @@ -175,7 +175,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==25.5.0
keyring==25.6.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -253,7 +253,7 @@ pygments==2.18.0
# -r requirements/test.txt
# readme-renderer
# rich
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/test.txt
# edx-lint
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2024.12.14
# via requests
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
django==4.2.17
# via -r requirements/base.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.7
astroid==3.3.8
# via
# pylint
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.86
boto3==1.35.90
# via fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# boto3
# s3transfer
certifi==2024.12.14
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand Down Expand Up @@ -103,7 +103,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pygments==2.18.0
# via rich
pylint==3.3.2
pylint==3.3.3
# 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,17 +14,17 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.3.7
astroid==3.3.8
# via
# pylint
# pylint-celery
backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.86
boto3==1.35.90
# via fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# boto3
# s3transfer
Expand All @@ -34,7 +34,7 @@ cffi==1.17.1
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand All @@ -48,7 +48,7 @@ code-annotations==2.1.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
Expand Down Expand Up @@ -101,7 +101,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
keyring==25.5.0
keyring==25.6.0
# via twine
lxml==5.3.0
# via
Expand Down Expand Up @@ -148,7 +148,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down

0 comments on commit 19f60ba

Please sign in to comment.