Skip to content

chore: Upgrade Python requirements #465

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
Mar 31, 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.37.18
boto3==1.37.23
# via fs-s3fs
botocore==1.37.18
botocore==1.37.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +53,7 @@ python-dateutil==2.9.0.post0
# via
# botocore
# xblock
pytz==2025.1
pytz==2025.2
# via xblock
pyyaml==6.0.2
# 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 @@ -28,7 +28,7 @@ pluggy==1.5.0
# via tox
pyproject-api==1.9.0
# via tox
tox==4.24.2
tox==4.25.0
# via -r requirements/ci.in
virtualenv==20.29.3
# via tox
14 changes: 7 additions & 7 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.37.18
boto3==1.37.23
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.37.18
botocore==1.37.23
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -83,7 +83,7 @@ cookiecutter==2.6.0
# via
# -r requirements/quality.txt
# xblock-sdk
coverage[toml]==7.7.1
coverage[toml]==7.8.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -233,7 +233,7 @@ polib==1.2.0
# via
# -r requirements/quality.txt
# edx-i18n-tools
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/quality.txt
pygments==2.19.1
# via
Expand Down Expand Up @@ -292,7 +292,7 @@ python-slugify==8.0.4
# -r requirements/quality.txt
# code-annotations
# cookiecutter
pytz==2025.1
pytz==2025.2
# via
# -r requirements/quality.txt
# xblock
Expand All @@ -308,7 +308,7 @@ requests==2.32.3
# -r requirements/quality.txt
# cookiecutter
# xblock-sdk
rich==13.9.4
rich==14.0.0
# via
# -r requirements/quality.txt
# cookiecutter
Expand Down Expand Up @@ -348,7 +348,7 @@ tomlkit==0.13.2
# via
# -r requirements/quality.txt
# pylint
tox==4.24.2
tox==4.25.0
# via -r requirements/ci.txt
types-python-dateutil==2.9.0.20241206
# via
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==77.0.3
setuptools==78.1.0
# via -r requirements/pip.in
12 changes: 6 additions & 6 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.37.18
boto3==1.37.23
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.37.18
botocore==1.37.23
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -62,7 +62,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.7.1
coverage[toml]==7.8.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -181,7 +181,7 @@ polib==1.2.0
# via
# -r requirements/test.txt
# edx-i18n-tools
pycodestyle==2.12.1
pycodestyle==2.13.0
# via -r requirements/quality.in
pygments==2.19.1
# via
Expand Down Expand Up @@ -225,7 +225,7 @@ python-slugify==8.0.4
# -r requirements/test.txt
# code-annotations
# cookiecutter
pytz==2025.1
pytz==2025.2
# via
# -r requirements/test.txt
# xblock
Expand All @@ -241,7 +241,7 @@ requests==2.32.3
# -r requirements/test.txt
# cookiecutter
# xblock-sdk
rich==13.9.4
rich==14.0.0
# via
# -r requirements/test.txt
# cookiecutter
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.37.18
boto3==1.37.23
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.37.18
botocore==1.37.23
# via
# -r requirements/base.txt
# boto3
Expand All @@ -37,7 +37,7 @@ click==8.1.8
# via cookiecutter
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.7.1
coverage[toml]==7.8.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -141,7 +141,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via cookiecutter
pytz==2025.1
pytz==2025.2
# via
# -r requirements/base.txt
# xblock
Expand All @@ -155,7 +155,7 @@ requests==2.32.3
# via
# cookiecutter
# xblock-sdk
rich==13.9.4
rich==14.0.0
# via cookiecutter
s3transfer==0.11.4
# via
Expand Down