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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.11.1
coverage==7.11.2
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==3.3.11
# -r requirements/test.txt
# pylint
# pylint-celery
boto3==1.40.68
boto3==1.40.69
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -62,7 +62,7 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.11.1
coverage[toml]==7.11.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -216,7 +216,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/django.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ appdirs==1.4.4
# fs
asgiref==3.10.0
# via django
boto3==1.40.68
boto3==1.40.69
# via fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.14.2
# via pydata-sphinx-theme
boto3==1.40.68
boto3==1.40.69
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# -r requirements/django.txt
# boto3
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ astroid==3.3.11
# -r requirements/test.in
# pylint
# pylint-celery
boto3==1.40.68
boto3==1.40.69
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.40.68
botocore==1.40.69
# via
# -r requirements/django.txt
# boto3
Expand All @@ -43,7 +43,7 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.11.1
coverage[toml]==7.11.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -157,7 +157,7 @@ pymongo==4.15.3
# edx-opaque-keys
pyproject-api==1.10.0
# via tox
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down