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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.11.1
# via django
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.74
boto3==1.42.78
# via fs-s3fs
botocore==1.42.74
botocore==1.42.78
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -84,7 +84,7 @@ pyyaml==6.0.3
# via
# cookiecutter
# xblock
requests==2.32.5
requests==2.33.0
# via
# -r requirements/base.in
# cookiecutter
Expand Down Expand Up @@ -119,7 +119,7 @@ webob==1.8.9
# via
# -r requirements/base.in
# 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
13 changes: 7 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.6.0
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.42.74
boto3==1.42.78
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.74
botocore==1.42.78
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -265,9 +265,10 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.2.0
python-discovery==1.2.1
# via
# -r requirements/test.txt
# tox
# virtualenv
python-slugify==8.0.4
# via
Expand All @@ -287,7 +288,7 @@ pyyaml==6.0.3
# code-annotations
# cookiecutter
# xblock
requests==2.32.5
requests==2.33.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -335,7 +336,7 @@ tomli-w==1.2.0
# tox
tomlkit==0.14.0
# via pylint
tox==4.50.3
tox==4.51.0
# via
# -r requirements/test.in
# -r requirements/test.txt
Expand Down Expand Up @@ -364,7 +365,7 @@ webob==1.8.9
# -r requirements/base.txt
# -r requirements/test.txt
# xblock
xblock[django]==5.3.0
xblock[django]==6.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
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
13 changes: 7 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.6.0
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.42.74
boto3==1.42.78
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.74
botocore==1.42.78
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -224,9 +224,10 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.2.0
python-discovery==1.2.1
# via
# -r requirements/test.txt
# tox
# virtualenv
python-slugify==8.0.4
# via
Expand All @@ -243,7 +244,7 @@ pyyaml==6.0.3
# code-annotations
# cookiecutter
# xblock
requests==2.32.5
requests==2.33.0
# via
# -r requirements/test.txt
# cookiecutter
Expand Down Expand Up @@ -284,7 +285,7 @@ tomli-w==1.2.0
# tox
tomlkit==0.14.0
# via pylint
tox==4.50.3
tox==4.51.0
# via -r requirements/test.txt
tzdata==2025.3
# via
Expand All @@ -307,7 +308,7 @@ webob==1.8.9
# via
# -r requirements/test.txt
# xblock
xblock[django]==5.3.0
xblock[django]==6.0.0
# via
# -r requirements/test.txt
# acid-xblock
Expand Down
16 changes: 9 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.6.0
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.42.74
boto3==1.42.78
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.74
botocore==1.42.78
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -167,8 +167,10 @@ python-dateutil==2.9.0.post0
# arrow
# botocore
# xblock
python-discovery==1.2.0
# via virtualenv
python-discovery==1.2.1
# via
# tox
# virtualenv
python-slugify==8.0.4
# via
# -r requirements/base.txt
Expand All @@ -182,7 +184,7 @@ pyyaml==6.0.3
# -r requirements/base.txt
# cookiecutter
# xblock
requests==2.32.5
requests==2.33.0
# via
# -r requirements/base.txt
# cookiecutter
Expand Down Expand Up @@ -214,7 +216,7 @@ text-unidecode==1.3
# python-slugify
tomli-w==1.2.0
# via tox
tox==4.50.3
tox==4.51.0
# via -r requirements/test.in
tzdata==2025.3
# via
Expand All @@ -235,7 +237,7 @@ webob==1.8.9
# via
# -r requirements/base.txt
# xblock
xblock[django]==5.3.0
xblock[django]==6.0.0
# via
# -r requirements/base.txt
# acid-xblock
Expand Down
Loading