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
4 changes: 2 additions & 2 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.10.0
# via django
boto3==1.40.45
boto3==1.40.50
# via fs-s3fs
botocore==1.40.45
botocore==1.40.50
# via
# boto3
# s3transfer
Expand Down
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@
#
# make upgrade
#
cachetools==6.2.0
cachetools==6.2.1
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.19.1
filelock==3.20.0
# via
# tox
# virtualenv
packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.4.0
platformdirs==4.5.0
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.9.1
pyproject-api==1.10.0
# via tox
tox==4.30.3
tox==4.31.0
# via -r requirements/ci.in
virtualenv==20.34.0
virtualenv==20.35.3
# via tox
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==3.3.11
# pylint-celery
binaryornot==0.4.4
# via cookiecutter
boto3==1.40.45
boto3==1.40.50
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.40.45
botocore==1.40.50
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -74,7 +74,7 @@ fs-s3fs==1.1.1
# -r requirements/base.txt
# openedx-django-pyfs
# xblock-sdk
idna==3.10
idna==3.11
# via requests
iniconfig==2.1.0
# via pytest
Expand Down Expand Up @@ -127,7 +127,7 @@ parsel==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
platformdirs==4.4.0
platformdirs==4.5.0
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -187,7 +187,7 @@ requests==2.32.5
# via
# cookiecutter
# xblock-sdk
rich==14.1.0
rich==14.2.0
# via cookiecutter
s3transfer==0.14.0
# via
Expand Down Expand Up @@ -216,7 +216,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
types-python-dateutil==2.9.0.20250822
types-python-dateutil==2.9.0.20251008
# via arrow
urllib3==2.5.0
# via
Expand Down