Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Dec 30, 2024
1 parent 540e8c5 commit 0d5f5eb
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 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.86
boto3==1.35.90
# via fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# boto3
# s3transfer
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asgiref==3.8.1
# -r requirements/quality.txt
# -r requirements/test.txt
# django
astroid==3.3.7
astroid==3.3.8
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -29,12 +29,12 @@ binaryornot==0.4.4
# -r requirements/quality.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.86
boto3==1.35.90
# via
# -r requirements/quality.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -61,7 +61,7 @@ chardet==5.2.0
# binaryornot
# diff-cover
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -95,7 +95,7 @@ cookiecutter==2.6.0
# -r requirements/quality.txt
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -276,7 +276,7 @@ pygments==2.18.0
# -r requirements/test.txt
# diff-cover
# rich
pylint==3.3.2
pylint==3.3.3
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,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 @@ -58,7 +58,7 @@ chardet==5.2.0
# -r requirements/test.txt
# binaryornot
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/test.txt
# requests
Expand All @@ -77,7 +77,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
# pytest-cov
Expand Down Expand Up @@ -162,7 +162,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==25.5.0
keyring==25.6.0
# via twine
lxml[html-clean]==5.3.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
astroid==3.3.7
astroid==3.3.8
# via
# pylint
# pylint-celery
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 @@ -46,7 +46,7 @@ chardet==5.2.0
# -r requirements/test.txt
# binaryornot
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via
# -r requirements/test.txt
# requests
Expand All @@ -71,7 +71,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
# pytest-cov
Expand Down Expand Up @@ -208,7 +208,7 @@ pygments==2.18.0
# via
# -r requirements/test.txt
# rich
pylint==3.3.2
pylint==3.3.3
# via
# edx-lint
# pylint-celery
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ asgiref==3.8.1
# django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.86
boto3==1.35.90
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.86
botocore==1.35.90
# via
# -r requirements/base.txt
# boto3
Expand All @@ -33,7 +33,7 @@ chardet==5.2.0
# via
# binaryornot
# tox
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.8
# via
Expand All @@ -45,7 +45,7 @@ colorama==0.4.6
# via tox
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.6.9
coverage[toml]==7.6.10
# via pytest-cov
distlib==0.3.9
# via virtualenv
Expand Down

0 comments on commit 0d5f5eb

Please sign in to comment.