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 @@ -104,7 +104,7 @@ jsonschema==4.23.0
# via drf-spectacular
jsonschema-specifications==2024.10.1
# via jsonschema
meilisearch==0.33.1
meilisearch==0.34.0
# via -r requirements/base.in
mysqlclient==2.2.7
# via -r requirements/base.in
Expand Down Expand Up @@ -158,7 +158,7 @@ requests==2.32.3
# -r requirements/base.in
# edx-drf-extensions
# meilisearch
rpds-py==0.22.3
rpds-py==0.23.1
# via
# jsonschema
# referencing
Expand All @@ -173,7 +173,7 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.3
# via django
stevedore==5.4.0
stevedore==5.4.1
# via
# edx-django-utils
# edx-opaque-keys
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.5.1
cachetools==5.5.2
# via tox
chardet==5.2.0
# via tox
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ attrs==25.1.0
# -r requirements/test.txt
# jsonschema
# referencing
cachetools==5.5.1
cachetools==5.5.2
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -87,7 +87,7 @@ cryptography==44.0.1
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/test.txt
dill==0.3.9
# via
Expand Down Expand Up @@ -252,7 +252,7 @@ mccabe==0.7.0
# via
# -r requirements/test.txt
# pylint
meilisearch==0.33.1
meilisearch==0.34.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -407,7 +407,7 @@ requests==2.32.3
# -r requirements/test.txt
# edx-drf-extensions
# meilisearch
rpds-py==0.22.3
rpds-py==0.23.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -433,7 +433,7 @@ sqlparse==0.5.3
# -r requirements/base.txt
# -r requirements/test.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ attrs==25.1.0
# -r requirements/base.txt
# jsonschema
# referencing
cachetools==5.5.1
cachetools==5.5.2
# via tox
camel-converter[pydantic]==4.0.1
# via
Expand Down Expand Up @@ -65,7 +65,7 @@ cryptography==44.0.1
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.2
diff-cover==9.2.3
# via -r requirements/test.in
dill==0.3.9
# via pylint
Expand Down Expand Up @@ -183,7 +183,7 @@ markupsafe==3.0.2
# via jinja2
mccabe==0.7.0
# via pylint
meilisearch==0.33.1
meilisearch==0.34.0
# via -r requirements/base.txt
more-itertools==10.6.0
# via -r requirements/test.in
Expand Down Expand Up @@ -291,7 +291,7 @@ requests==2.32.3
# -r requirements/base.txt
# edx-drf-extensions
# meilisearch
rpds-py==0.22.3
rpds-py==0.23.1
# via
# -r requirements/base.txt
# jsonschema
Expand All @@ -312,7 +312,7 @@ sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.4.0
stevedore==5.4.1
# via
# -r requirements/base.txt
# code-annotations
Expand Down