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,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.3
cachetools==6.2.4
# via tox
chardet==5.2.0
# via tox
Expand All @@ -14,7 +14,7 @@ coverage==7.13.0
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.1
# via
# tox
# virtualenv
Expand Down
10 changes: 5 additions & 5 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.9
boto3==1.42.14
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# 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.3
cachetools==6.2.4
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -93,7 +93,7 @@ edx-lint==5.6.0
# via -r requirements/test.txt
edx-opaque-keys==3.0.0
# via -r requirements/test.txt
filelock==3.20.0
filelock==3.20.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -256,7 +256,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
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.9
boto3==1.42.14
# via fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -72,7 +72,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via django
stevedore==5.6.0
# via
Expand Down
12 changes: 6 additions & 6 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.9
boto3==1.42.14
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# -r requirements/django.txt
# boto3
Expand All @@ -44,7 +44,7 @@ dnspython==2.8.0
# via
# -r requirements/django.txt
# pymongo
docutils==0.22.3
docutils==0.22.4
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -110,7 +110,7 @@ pyyaml==6.0.3
# via -r requirements/django.txt
requests==2.32.5
# via sphinx
roman-numerals==3.1.0
roman-numerals==4.1.0
# via sphinx
s3transfer==0.16.0
# via
Expand All @@ -126,7 +126,7 @@ six==1.17.0
# python-dateutil
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8
soupsieve==2.8.1
# via beautifulsoup4
sphinx==9.0.4
# via
Expand All @@ -147,7 +147,7 @@ sphinxcontrib-qthelp==2.0.0
# via sphinx
sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/django.txt
# django
Expand Down
10 changes: 5 additions & 5 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.9
boto3==1.42.14
# via
# -r requirements/django.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# -r requirements/django.txt
# boto3
# s3transfer
cachetools==6.2.3
cachetools==6.2.4
# via tox
chardet==5.2.0
# via
Expand Down Expand Up @@ -67,7 +67,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
edx-opaque-keys==3.0.0
# via -r requirements/django.txt
filelock==3.20.0
filelock==3.20.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -193,7 +193,7 @@ six==1.17.0
# python-dateutil
sortedcontainers==2.4.0
# via hypothesis
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/django.txt
# django
Expand Down