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.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.40.30
boto3==1.40.35
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.30
botocore==1.40.35
# via
# -r requirements/test.txt
# boto3
Expand All @@ -60,7 +60,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/test.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/test.txt
# click-log
Expand All @@ -83,13 +83,13 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.txt
# coveralls
coveralls==4.0.1
# via -r requirements/test.txt
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/test.txt
# secretstorage
Expand All @@ -112,7 +112,7 @@ docopt==0.6.2
# via
# -r requirements/test.txt
# coveralls
docutils==0.22
docutils==0.22.2
# via
# -r requirements/test.txt
# readme-renderer
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.3.0
# via pip-tools
click==8.2.1
click==8.3.0
# via pip-tools
packaging==25.0
# via build
Expand Down
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.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.30
boto3==1.40.35
# via fs-s3fs
botocore==1.40.30
botocore==1.40.35
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# click-log
# code-annotations
Expand Down
12 changes: 6 additions & 6 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.40.30
boto3==1.40.35
# via fs-s3fs
botocore==1.40.30
botocore==1.40.35
# via
# boto3
# s3transfer
Expand All @@ -36,7 +36,7 @@ chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# click-log
# code-annotations
Expand All @@ -48,11 +48,11 @@ code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via coveralls
coveralls==4.0.1
# via -r requirements/test.in
cryptography==45.0.7
cryptography==46.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
Expand All @@ -64,7 +64,7 @@ dill==0.4.0
# xblock-sdk
docopt==0.6.2
# via coveralls
docutils==0.22
docutils==0.22.2
# via readme-renderer
edx-lint==5.6.0
# via -r requirements/test.in
Expand Down