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.9.1
# via django
boto3==1.40.16
boto3==1.40.21
# via fs-s3fs
botocore==1.40.16
botocore==1.40.21
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.1.0
cachetools==6.2.0
# via tox
chardet==5.2.0
# via tox
Expand All @@ -20,15 +20,15 @@ packaging==25.0
# via
# pyproject-api
# tox
platformdirs==4.3.8
platformdirs==4.4.0
# via
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.28.4
tox==4.29.0
# via -r requirements/ci.in
virtualenv==20.34.0
# via tox
12 changes: 5 additions & 7 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.16
boto3==1.40.21
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.40.16
botocore==1.40.21
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,7 +47,7 @@ code-annotations==2.3.0
# via edx-lint
cookiecutter==2.6.0
# via xblock-sdk
coverage[toml]==7.10.5
coverage[toml]==7.10.6
# via pytest-cov
cssselect==1.2.0
# via
Expand Down Expand Up @@ -127,9 +127,7 @@ parsel==1.6.0
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
pbr==7.0.1
# via stevedore
platformdirs==4.3.8
platformdirs==4.4.0
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -212,7 +210,7 @@ sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.4.1
stevedore==5.5.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
Expand Down