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
10 changes: 5 additions & 5 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.91
boto3==1.42.96
# via fs-s3fs
botocore==1.42.91
botocore==1.42.96
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -49,9 +49,9 @@ pytz==2026.1.post1
# via xblock
pyyaml==6.0.3
# via xblock
s3transfer==0.16.0
s3transfer==0.16.1
# via boto3
simplejson==4.0.1
simplejson==4.1.1
# via xblock
six==1.17.0
# via
Expand All @@ -66,7 +66,7 @@ web-fragments==4.0.0
# via xblock
webob==1.8.9
# via xblock
xblock[django]==6.0.0
xblock[django]==6.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.0.5
cachetools==7.0.6
# via tox
colorama==0.4.6
# via tox
Expand All @@ -15,7 +15,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
packaging==26.1
packaging==26.2
# via
# pyproject-api
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.4.3
build==1.4.4
# via pip-tools
click==8.3.2
click==8.3.3
# via pip-tools
packaging==26.1
packaging==26.2
# via
# build
# wheel
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
packaging==26.1
packaging==26.2
# via wheel
wheel==0.46.3
wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
20 changes: 10 additions & 10 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ astroid==4.0.4
# pylint-celery
binaryornot==0.6.0
# via cookiecutter
boto3==1.42.91
boto3==1.42.96
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.91
botocore==1.42.96
# via
# -r requirements/base.txt
# boto3
# s3transfer
certifi==2026.2.25
certifi==2026.4.22
# via requests
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -67,7 +67,7 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
idna==3.11
idna==3.13
# via requests
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -113,7 +113,7 @@ openedx-django-pyfs==4.0.0
# via
# -r requirements/base.txt
# xblock
packaging==26.1
packaging==26.2
# via pytest
platformdirs==4.9.6
# via pylint
Expand Down Expand Up @@ -177,11 +177,11 @@ requests==2.33.1
# xblock-sdk
rich==15.0.0
# via cookiecutter
s3transfer==0.16.0
s3transfer==0.16.1
# via
# -r requirements/base.txt
# boto3
simplejson==4.0.1
simplejson==4.1.1
# via
# -r requirements/base.txt
# xblock
Expand All @@ -203,7 +203,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
tzdata==2026.1
tzdata==2026.2
# via arrow
urllib3==2.6.3
# via
Expand All @@ -220,7 +220,7 @@ webob==1.8.9
# -r requirements/base.txt
# xblock
# xblock-sdk
xblock[django]==6.0.0
xblock[django]==6.1.0
# via
# -r requirements/base.txt
# xblock-sdk
Expand Down