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
6 changes: 3 additions & 3 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.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 @@ -70,7 +70,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 edx-opaque-keys
Expand Down
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
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
# s3transfer
cachetools==6.2.3
cachetools==6.2.4
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -121,7 +121,7 @@ docopt==0.6.2
# via
# -r requirements/test.txt
# coveralls
docutils==0.22.3
docutils==0.22.4
# via
# -r requirements/test.txt
# readme-renderer
Expand All @@ -131,7 +131,7 @@ edx-opaque-keys[django]==3.0.0
# via
# -r requirements/test.txt
# openedx-filters
filelock==3.20.0
filelock==3.20.1
# via
# -r requirements/tox.txt
# tox
Expand All @@ -155,7 +155,7 @@ idna==3.11
# via
# -r requirements/test.txt
# requests
importlib-metadata==8.7.0
importlib-metadata==8.7.1
# via
# -r requirements/test.txt
# keyring
Expand All @@ -175,7 +175,7 @@ jaraco-context==6.0.1
# via
# -r requirements/test.txt
# keyring
jaraco-functools==4.3.0
jaraco-functools==4.4.0
# via
# -r requirements/test.txt
# keyring
Expand Down Expand Up @@ -384,7 +384,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ asgiref==3.11.0
# via
# -r requirements/base.txt
# django
boto3==1.42.9
boto3==1.42.14
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -118,7 +118,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
Expand Down
12 changes: 6 additions & 6 deletions requirements/docs.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/base.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# -r requirements/base.txt
# boto3
Expand All @@ -47,7 +47,7 @@ dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
docutils==0.22.3
docutils==0.22.4
# via
# pydata-sphinx-theme
# sphinx
Expand Down Expand Up @@ -130,7 +130,7 @@ pyyaml==6.0.3
# xblock
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 @@ -148,7 +148,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 @@ -169,7 +169,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/base.txt
# django
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.9
boto3==1.42.14
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -71,7 +71,7 @@ dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
docutils==0.22.3
docutils==0.22.4
# via readme-renderer
edx-lint==5.6.0
# via -r requirements/quality.in
Expand All @@ -94,15 +94,15 @@ id==1.5.0
# via twine
idna==3.11
# via requests
importlib-metadata==8.7.0
importlib-metadata==8.7.1
# via keyring
isort==6.1.0
# via pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.3.0
jaraco-functools==4.4.0
# via keyring
jeepney==0.9.0
# via
Expand Down Expand Up @@ -244,7 +244,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ backports-tarfile==1.2.0
# via jaraco-context
binaryornot==0.4.4
# via cookiecutter
boto3==1.42.9
boto3==1.42.14
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.42.9
botocore==1.42.14
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -76,7 +76,7 @@ dnspython==2.8.0
# pymongo
docopt==0.6.2
# via coveralls
docutils==0.22.3
docutils==0.22.4
# via readme-renderer
edx-lint==5.6.0
# via -r requirements/test.in
Expand All @@ -99,7 +99,7 @@ id==1.5.0
# via twine
idna==3.11
# via requests
importlib-metadata==8.7.0
importlib-metadata==8.7.1
# via keyring
iniconfig==2.3.0
# via pytest
Expand All @@ -109,7 +109,7 @@ jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.3.0
jaraco-functools==4.4.0
# via keyring
jeepney==0.9.0
# via
Expand Down Expand Up @@ -264,7 +264,7 @@ six==1.17.0
# fs
# fs-s3fs
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==6.2.3
cachetools==6.2.4
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.20.0
filelock==3.20.1
# via
# tox
# virtualenv
Expand Down