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.43.14
boto3==1.43.18
# via fs-s3fs
botocore==1.43.14
botocore==1.43.18
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -49,7 +49,7 @@ pytz==2026.2
# via xblock
pyyaml==6.0.3
# via xblock
s3transfer==0.17.0
s3transfer==0.18.0
# via boto3
simplejson==4.1.1
# via xblock
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.9.6
platformdirs==4.10.0
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
pyproject-api==1.10.1
# via tox
python-discovery==1.3.1
python-discovery==1.4.0
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.54.0
tox==4.55.0
# via -r requirements/ci.in
virtualenv==21.3.3
virtualenv==21.4.2
# via tox
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.1.1
pip==26.1.2
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
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.43.14
boto3==1.43.18
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.43.14
botocore==1.43.18
# via
# -r requirements/base.txt
# boto3
Expand All @@ -45,7 +45,7 @@ code-annotations==3.0.0
# via edx-lint
cookiecutter==2.7.1
# via xblock-sdk
coverage[toml]==7.14.0
coverage[toml]==7.14.1
# via pytest-cov
dill==0.4.1
# via pylint
Expand All @@ -67,7 +67,7 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
idna==3.16
idna==3.17
# via requests
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -115,7 +115,7 @@ openedx-django-pyfs==4.0.0
# xblock
packaging==26.2
# via pytest
platformdirs==4.9.6
platformdirs==4.10.0
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -177,7 +177,7 @@ requests==2.34.2
# xblock-sdk
rich==15.0.0
# via cookiecutter
s3transfer==0.17.0
s3transfer==0.18.0
# via
# -r requirements/base.txt
# boto3
Expand Down