Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.40.69
boto3==1.40.74
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.69
botocore==1.40.74
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.2.1
cachetools==6.2.2
# via
# -r requirements/tox.txt
# tox
certifi==2025.10.5
certifi==2025.11.12
# via
# -r requirements/test.txt
# requests
Expand All @@ -60,7 +60,7 @@ charset-normalizer==3.4.4
# via
# -r requirements/test.txt
# requests
click==8.3.0
click==8.3.1
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -179,7 +179,7 @@ jmespath==1.0.1
# -r requirements/test.txt
# boto3
# botocore
keyring==25.6.0
keyring==25.7.0
# via
# -r requirements/test.txt
# twine
Expand Down Expand Up @@ -278,7 +278,7 @@ pyproject-api==1.10.0
# via
# -r requirements/tox.txt
# tox
pytest==9.0.0
pytest==9.0.1
# via -r requirements/test.txt
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -331,7 +331,7 @@ s3transfer==0.14.0
# via
# -r requirements/test.txt
# boto3
secretstorage==3.4.0
secretstorage==3.4.1
# via
# -r requirements/test.txt
# keyring
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.2
# via pydata-sphinx-theme
certifi==2025.10.5
certifi==2025.11.12
# via requests
charset-normalizer==3.4.4
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==1.3.0
# via pip-tools
click==8.3.0
click==8.3.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.1
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ astroid==3.3.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.69
boto3==1.40.74
# via fs-s3fs
botocore==1.40.69
botocore==1.40.74
# via
# boto3
# s3transfer
certifi==2025.10.5
certifi==2025.11.12
# via requests
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via
# click-log
# code-annotations
Expand Down
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.69
boto3==1.40.74
# via fs-s3fs
botocore==1.40.69
botocore==1.40.74
# via
# boto3
# s3transfer
certifi==2025.10.5
certifi==2025.11.12
# via requests
cffi==2.0.0
# via cryptography
chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -103,7 +103,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
keyring==25.6.0
keyring==25.7.0
# via twine
lxml==6.0.2
# via
Expand Down Expand Up @@ -163,7 +163,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pypng==0.20220715.0
# via xblock-sdk
pytest==9.0.0
pytest==9.0.1
# via -r requirements/test.in
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -205,7 +205,7 @@ rich==14.2.0
# twine
s3transfer==0.14.0
# via boto3
secretstorage==3.4.0
secretstorage==3.4.1
# via keyring
simplejson==3.20.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.1
cachetools==6.2.2
# via tox
chardet==5.2.0
# via tox
Expand Down