Skip to content

chore: Upgrade Python requirements #475

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2025
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 @@ -10,9 +10,9 @@ asgiref==3.8.1
# via django
bleach[css]==6.2.0
# via -r requirements/base.in
boto3==1.38.18
boto3==1.38.23
# via fs-s3fs
botocore==1.38.18
botocore==1.38.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -57,7 +57,7 @@ pytz==2025.2
# via xblock
pyyaml==6.0.2
# via xblock
s3transfer==0.12.0
s3transfer==0.13.0
# via boto3
simplejson==3.20.1
# via xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.2
cachetools==6.0.0
# via tox
chardet==5.2.0
# via tox
Expand Down
12 changes: 6 additions & 6 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.2.0
# via -r requirements/quality.txt
boto3==1.38.18
boto3==1.38.23
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.38.18
botocore==1.38.23
# via
# -r requirements/quality.txt
# boto3
Expand All @@ -40,7 +40,7 @@ build==1.2.2.post1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.5.2
cachetools==6.0.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -58,7 +58,7 @@ charset-normalizer==3.4.2
# via
# -r requirements/quality.txt
# requests
click==8.2.0
click==8.2.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/quality.txt
# xblock-sdk
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -312,7 +312,7 @@ rich==14.0.0
# via
# -r requirements/quality.txt
# cookiecutter
s3transfer==0.12.0
s3transfer==0.13.0
# via
# -r requirements/quality.txt
# boto3
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.2.2.post1
# via pip-tools
click==8.2.0
click==8.2.1
# via pip-tools
packaging==25.0
# via build
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.7.1
setuptools==80.8.0
# via -r requirements/pip.in
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.2.0
# via -r requirements/test.txt
boto3==1.38.18
boto3==1.38.23
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.38.18
botocore==1.38.23
# via
# -r requirements/test.txt
# boto3
Expand All @@ -47,7 +47,7 @@ charset-normalizer==3.4.2
# via
# -r requirements/test.txt
# requests
click==8.2.0
click==8.2.1
# via
# -r requirements/test.txt
# click-log
Expand All @@ -62,7 +62,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -245,7 +245,7 @@ rich==14.0.0
# via
# -r requirements/test.txt
# cookiecutter
s3transfer==0.12.0
s3transfer==0.13.0
# via
# -r requirements/test.txt
# boto3
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ binaryornot==0.4.4
# via cookiecutter
bleach[css]==6.2.0
# via -r requirements/base.txt
boto3==1.38.18
boto3==1.38.23
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.38.18
botocore==1.38.23
# via
# -r requirements/base.txt
# boto3
Expand All @@ -33,11 +33,11 @@ chardet==5.2.0
# via binaryornot
charset-normalizer==3.4.2
# via requests
click==8.2.0
click==8.2.1
# via cookiecutter
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.8.0
coverage[toml]==7.8.2
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -157,7 +157,7 @@ requests==2.32.3
# xblock-sdk
rich==14.0.0
# via cookiecutter
s3transfer==0.12.0
s3transfer==0.13.0
# via
# -r requirements/base.txt
# boto3
Expand Down