Skip to content

chore: Upgrade Python requirements #469

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
Apr 15, 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
8 changes: 4 additions & 4 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.28
boto3==1.37.33
# via fs-s3fs
botocore==1.37.28
botocore==1.37.33
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -41,7 +41,7 @@ lazy==1.6
# via xblock
lxml==5.3.2
# via xblock
mako==1.3.9
mako==1.3.10
# via xblock
markupsafe==3.0.2
# via
Expand Down Expand Up @@ -82,7 +82,7 @@ webencodings==0.5.1
# tinycss2
webob==1.8.9
# via xblock
xblock[django]==5.1.2
xblock[django]==5.2.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
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.28
boto3==1.37.33
# via
# -r requirements/quality.txt
# fs-s3fs
botocore==1.37.28
botocore==1.37.33
# via
# -r requirements/quality.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ click-log==0.4.0
# via
# -r requirements/quality.txt
# edx-lint
code-annotations==2.2.0
code-annotations==2.3.0
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -165,11 +165,11 @@ lxml[html-clean]==5.3.2
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.4.1
lxml-html-clean==0.4.2
# via
# -r requirements/quality.txt
# lxml
mako==1.3.9
mako==1.3.10
# via
# -r requirements/quality.txt
# xblock
Expand Down Expand Up @@ -383,11 +383,11 @@ wheel==0.45.1
# via
# -r requirements/pip-tools.txt
# pip-tools
xblock[django]==5.1.2
xblock[django]==5.2.0
# via
# -r requirements/quality.txt
# xblock-sdk
xblock-sdk==0.12.0
xblock-sdk==0.13.0
# via -r requirements/quality.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
14 changes: 7 additions & 7 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.28
boto3==1.37.33
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.37.28
botocore==1.37.33
# via
# -r requirements/test.txt
# boto3
Expand All @@ -56,7 +56,7 @@ click==8.1.8
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==2.2.0
code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via
Expand Down Expand Up @@ -131,11 +131,11 @@ lxml[html-clean]==5.3.2
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.4.1
lxml-html-clean==0.4.2
# via
# -r requirements/test.txt
# lxml
mako==1.3.9
mako==1.3.10
# via
# -r requirements/test.txt
# xblock
Expand Down Expand Up @@ -302,11 +302,11 @@ webob==1.8.9
# -r requirements/test.txt
# xblock
# xblock-sdk
xblock[django]==5.1.2
xblock[django]==5.2.0
# via
# -r requirements/test.txt
# xblock-sdk
xblock-sdk==0.12.0
xblock-sdk==0.13.0
# via -r requirements/test.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
12 changes: 6 additions & 6 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.28
boto3==1.37.33
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.37.28
botocore==1.37.33
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -90,9 +90,9 @@ lxml[html-clean]==5.3.2
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.4.1
lxml-html-clean==0.4.2
# via lxml
mako==1.3.9
mako==1.3.10
# via
# -r requirements/base.txt
# xblock
Expand Down Expand Up @@ -205,11 +205,11 @@ webob==1.8.9
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==5.1.2
xblock[django]==5.2.0
# via
# -r requirements/base.txt
# xblock-sdk
xblock-sdk==0.12.0
xblock-sdk==0.13.0
# via -r requirements/test.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down