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 @@ -163,7 +163,7 @@ six==1.17.0
# edx-django-release-util
# elasticsearch-dsl
# python-dateutil
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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ attrs==25.4.0
# -r requirements/test.txt
# jsonschema
# referencing
cachetools==6.2.3
cachetools==6.2.4
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -198,11 +198,11 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.3
# via -r requirements/test.txt
faker==38.2.0
faker==39.0.0
# via
# -r requirements/test.txt
# factory-boy
filelock==3.20.0
filelock==3.20.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -416,7 +416,7 @@ six==1.17.0
# edx-lint
# elasticsearch-dsl
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ attrs==25.4.0
# -r requirements/base.txt
# jsonschema
# referencing
cachetools==6.2.3
cachetools==6.2.4
# via tox
camel-converter[pydantic]==5.0.0
# via
Expand Down Expand Up @@ -147,9 +147,9 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.3
# via -r requirements/test.in
faker==38.2.0
faker==39.0.0
# via factory-boy
filelock==3.20.0
filelock==3.20.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -301,7 +301,7 @@ six==1.17.0
# edx-django-release-util
# elasticsearch-dsl
# python-dateutil
sqlparse==0.5.4
sqlparse==0.5.5
# via
# -r requirements/base.txt
# django
Expand Down