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,16 +29,16 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==6.2.2
cachetools==6.2.3
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.12.0
coverage[toml]==7.13.0
# via
# -r requirements/test.txt
# coveralls
Expand Down Expand Up @@ -367,11 +367,11 @@ tox==4.32.0
# via -r requirements/tox.txt
twine==6.2.0
# via -r requirements/test.txt
tzdata==2025.2
tzdata==2025.3
# via
# -r requirements/test.txt
# arrow
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/test.txt
# botocore
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ typing-extensions==4.15.0
# via
# beautifulsoup4
# pydata-sphinx-theme
urllib3==2.6.0
urllib3==2.6.2
# via requests
web-fragments==3.1.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,9 +20,9 @@ astroid==3.3.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.4
boto3==1.42.9
# via fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -168,9 +168,9 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
tzdata==2025.2
tzdata==2025.3
# via arrow
urllib3==2.6.0
urllib3==2.6.2
# via
# botocore
# requests
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 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.4
boto3==1.42.9
# via fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# boto3
# s3transfer
Expand All @@ -48,7 +48,7 @@ code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.12.0
coverage[toml]==7.13.0
# via coveralls
coveralls==4.0.2
# via -r requirements/test.in
Expand Down Expand Up @@ -231,9 +231,9 @@ tomlkit==0.13.3
# via pylint
twine==6.2.0
# via -r requirements/test.in
tzdata==2025.2
tzdata==2025.3
# via arrow
urllib3==2.6.0
urllib3==2.6.2
# via
# botocore
# requests
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.2
cachetools==6.2.3
# via tox
chardet==5.2.0
# via tox
Expand Down