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
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ binaryornot==0.6.0
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.43.34
boto3==1.43.36
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.43.34
botocore==1.43.36
# via
# -r requirements/test.txt
# boto3
Expand All @@ -54,7 +54,7 @@ charset-normalizer==3.4.7
# via
# -r requirements/test.txt
# requests
click==8.4.1
click==8.4.2
# via
# -r requirements/test.txt
# click-log
Expand All @@ -77,7 +77,7 @@ cookiecutter==2.7.1
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.14.2
coverage[toml]==7.14.3
# via
# -r requirements/test.txt
# coveralls
Expand Down Expand Up @@ -378,11 +378,11 @@ tomlkit==0.15.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.55.1
tox==4.56.1
# via -r requirements/tox.txt
twine==6.2.0
# via -r requirements/test.txt
typer==0.26.7
typer==0.26.8
# via
# -r requirements/test.txt
# coveralls
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.5.0
# via pip-tools
click==8.4.1
click==8.4.2
# via pip-tools
packaging==26.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.43.34
boto3==1.43.36
# via fs-s3fs
botocore==1.43.34
botocore==1.43.36
# via
# boto3
# s3transfer
certifi==2026.6.17
# via requests
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via
# click-log
# code-annotations
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.43.34
boto3==1.43.36
# via fs-s3fs
botocore==1.43.34
botocore==1.43.36
# via
# boto3
# s3transfer
Expand All @@ -34,7 +34,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via
# click-log
# code-annotations
Expand All @@ -46,7 +46,7 @@ code-annotations==3.0.0
# via edx-lint
cookiecutter==2.7.1
# via xblock-sdk
coverage[toml]==7.14.2
coverage[toml]==7.14.3
# via coveralls
coveralls==4.1.0
# via -r requirements/test.in
Expand Down Expand Up @@ -244,7 +244,7 @@ tomlkit==0.15.0
# pylint
twine==6.2.0
# via -r requirements/test.in
typer==0.26.7
typer==0.26.8
# via coveralls
typing-extensions==4.15.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ python-discovery==1.4.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.55.1
tox==4.56.1
# via -r requirements/tox.in
virtualenv==21.5.1
# via tox
Loading