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/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==6.2.2
cachetools==6.2.3
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.12.0
coverage==7.13.0
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
12 changes: 6 additions & 6 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.42.4
boto3==1.42.9
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/test.txt
# boto3
Expand All @@ -30,7 +30,7 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.2
cachetools==6.2.3
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -62,14 +62,14 @@ colorama==0.4.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
coverage[toml]==7.12.0
coverage[toml]==7.13.0
# via
# -r requirements/ci.txt
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.7.2
diff-cover==10.0.0
# via -r requirements/test.txt
dill==0.4.0
# via
Expand Down Expand Up @@ -281,7 +281,7 @@ typing-extensions==4.15.0
# via
# -r requirements/test.txt
# edx-opaque-keys
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/test.txt
# botocore
Expand Down
6 changes: 3 additions & 3 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.11.0
# via django
boto3==1.42.4
boto3==1.42.9
# via fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -82,7 +82,7 @@ typing-extensions==4.15.0
# via
# -r requirements/base.txt
# edx-opaque-keys
urllib3==2.6.0
urllib3==2.6.2
# via botocore
web-fragments==3.1.0
# via -r requirements/base.txt
Expand Down
6 changes: 3 additions & 3 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.3
# via pydata-sphinx-theme
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/django.txt
# boto3
Expand Down Expand Up @@ -161,7 +161,7 @@ typing-extensions==4.15.0
# beautifulsoup4
# edx-opaque-keys
# pydata-sphinx-theme
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/django.txt
# botocore
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ astroid==3.3.11
# -r requirements/test.in
# pylint
# pylint-celery
boto3==1.42.4
boto3==1.42.9
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.4
botocore==1.42.9
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==6.2.2
cachetools==6.2.3
# via tox
chardet==5.2.0
# via
Expand All @@ -43,13 +43,13 @@ code-annotations==2.3.0
# via edx-lint
colorama==0.4.6
# via tox
coverage[toml]==7.12.0
coverage[toml]==7.13.0
# via
# -r requirements/test.in
# pytest-cov
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.7.2
diff-cover==10.0.0
# via -r requirements/test.in
dill==0.4.0
# via pylint
Expand Down Expand Up @@ -212,7 +212,7 @@ typing-extensions==4.15.0
# via
# -r requirements/django.txt
# edx-opaque-keys
urllib3==2.6.0
urllib3==2.6.2
# via
# -r requirements/django.txt
# botocore
Expand Down