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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ redis==7.1.0
# via walrus
six==1.17.0
# via edx-ccx-keys
sqlparse==0.5.4
sqlparse==0.5.5
# via django
stevedore==5.6.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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
# tox
Expand Down Expand Up @@ -120,7 +120,7 @@ fastavro==1.12.1
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.20.0
filelock==3.20.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -269,7 +269,7 @@ snowballstemmer==3.0.1
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/quality.txt
# django
Expand Down
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
docutils==0.22.3
docutils==0.22.4
# via
# pydata-sphinx-theme
# readme-renderer
Expand Down Expand Up @@ -106,7 +106,7 @@ idna==3.11
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==8.7.0
importlib-metadata==8.7.1
# via keyring
iniconfig==2.3.0
# via
Expand All @@ -116,7 +116,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 @@ -222,7 +222,7 @@ rfc3986==2.0.0
# via twine
rich==14.2.0
# via twine
roman-numerals==3.1.0
roman-numerals==4.1.0
# via sphinx
secretstorage==3.5.0
# via keyring
Expand All @@ -232,7 +232,7 @@ six==1.17.0
# edx-ccx-keys
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8
soupsieve==2.8.1
# via beautifulsoup4
sphinx==9.0.4
# via
Expand All @@ -253,7 +253,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/test.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ six==1.17.0
# edx-lint
snowballstemmer==3.0.1
# via pydocstyle
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ six==1.17.0
# via
# -r requirements/base.txt
# edx-ccx-keys
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
Expand Down