Skip to content
Closed
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 @@ -10,9 +10,9 @@ asgiref==3.11.0
# via django
bleach[css]==6.3.0
# via -r requirements/base.in
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 @@ -65,7 +65,7 @@ sqlparse==0.5.4
# via django
tinycss2==1.4.0
# via bleach
urllib3==2.6.0
urllib3==2.6.2
# via botocore
web-fragments==3.1.0
# via xblock
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.3.0
# via -r requirements/quality.txt
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -73,7 +73,7 @@ cookiecutter==2.6.0
# via
# -r requirements/quality.txt
# xblock-sdk
coverage[toml]==7.12.0
coverage[toml]==7.13.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -338,11 +338,11 @@ tox==3.28.0
# tox-battery
tox-battery==0.6.2
# via -r requirements/ci.txt
tzdata==2025.2
tzdata==2025.3
# via
# -r requirements/quality.txt
# arrow
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/quality.txt
# botocore
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# cookiecutter
bleach[css]==6.3.0
# via -r requirements/test.txt
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
Expand Down Expand Up @@ -64,7 +64,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
# pytest-cov
Expand Down Expand Up @@ -277,11 +277,11 @@ tinycss2==1.4.0
# bleach
tomlkit==0.13.3
# via pylint
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
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ asgiref==3.11.0
binaryornot==0.4.4
# via cookiecutter
# via -r requirements/base.txt
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 @@ -40,7 +40,7 @@ code-annotations==2.3.0
# via -r requirements/test.in
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.12.0
coverage[toml]==7.13.0
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -185,9 +185,9 @@ tinycss2==1.4.0
# via
# -r requirements/base.txt
# bleach
tzdata==2025.2
tzdata==2025.3
# via arrow
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/base.txt
# botocore
Expand Down