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
6 changes: 3 additions & 3 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.11.0
# via django
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 @@ -76,7 +76,7 @@ stevedore==5.6.0
# via edx-opaque-keys
typing-extensions==4.15.0
# via edx-opaque-keys
urllib3==2.6.0
urllib3==2.6.2
# via botocore
web-fragments==3.1.0
# via xblock
Expand Down
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 @@ -409,11 +409,11 @@ typing-extensions==4.15.0
# via
# -r requirements/test.txt
# edx-opaque-keys
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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.11.0
# via
# -r requirements/base.txt
# django
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -130,7 +130,7 @@ typing-extensions==4.15.0
# via
# -r requirements/base.txt
# edx-opaque-keys
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/base.txt
# botocore
Expand Down
6 changes: 3 additions & 3 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -183,7 +183,7 @@ typing-extensions==4.15.0
# beautifulsoup4
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/base.txt
# botocore
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -263,9 +263,9 @@ typing-extensions==4.15.0
# via
# -r requirements/base.txt
# edx-opaque-keys
tzdata==2025.2
tzdata==2025.3
# via arrow
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/base.txt
# botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/base.txt
# boto3
Expand All @@ -51,7 +51,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 @@ -283,9 +283,9 @@ typing-extensions==4.15.0
# via
# -r requirements/base.txt
# edx-opaque-keys
tzdata==2025.2
tzdata==2025.3
# via arrow
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/base.txt
# botocore
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