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.1
# via django
boto3==1.42.73
boto3==1.42.78
# via fs-s3fs
botocore==1.42.73
botocore==1.42.78
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -66,7 +66,7 @@ web-fragments==4.0.0
# via xblock
webob==1.8.9
# via xblock
xblock[django]==5.3.0
xblock[django]==6.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 5 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.0
# via virtualenv
python-discovery==1.2.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.50.3
tox==4.51.0
# via -r requirements/ci.in
virtualenv==21.2.0
# via tox
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.0
build==1.4.2
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.73
boto3==1.42.78
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.73
botocore==1.42.78
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -123,7 +123,7 @@ pluggy==1.6.0
# pytest-cov
pycodestyle==2.14.0
# via -r requirements/test.in
pygments==2.19.2
pygments==2.20.0
# via
# pytest
# rich
Expand Down Expand Up @@ -171,7 +171,7 @@ pyyaml==6.0.3
# code-annotations
# cookiecutter
# xblock
requests==2.32.5
requests==2.33.0
# via
# cookiecutter
# xblock-sdk
Expand Down Expand Up @@ -220,11 +220,11 @@ webob==1.8.9
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==5.3.0
xblock[django]==6.0.0
# via
# -r requirements/base.txt
# xblock-sdk
xblock-sdk==0.13.0
xblock-sdk==0.14.0
# via -r requirements/test.in

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