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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==25.3.0
# referencing
camel-converter[pydantic]==4.0.1
# via meilisearch
certifi==2025.7.9
certifi==2025.7.14
# via
# elasticsearch
# requests
Expand Down Expand Up @@ -100,7 +100,7 @@ idna==3.10
# via requests
inflection==0.5.1
# via drf-spectacular
jsonschema==4.24.0
jsonschema==4.25.0
# via drf-spectacular
jsonschema-specifications==2025.4.1
# via jsonschema
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
distlib==0.3.9
distlib==0.4.0
# via virtualenv
filelock==3.18.0
# via
Expand All @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.27.0
tox==4.28.0
# via -r requirements/ci.in
virtualenv==20.31.2
# via tox
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ camel-converter[pydantic]==4.0.1
# -r requirements/base.txt
# -r requirements/test.txt
# meilisearch
certifi==2025.7.9
certifi==2025.7.14
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -87,13 +87,13 @@ cryptography==45.0.5
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
diff-cover==9.5.0
diff-cover==9.6.0
# via -r requirements/test.txt
dill==0.4.0
# via
# -r requirements/test.txt
# pylint
distlib==0.3.9
distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
Expand Down Expand Up @@ -198,7 +198,7 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.3
# via -r requirements/test.txt
faker==37.4.0
faker==37.4.2
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -234,7 +234,7 @@ jinja2==3.1.6
# -r requirements/test.txt
# code-annotations
# diff-cover
jsonschema==4.24.0
jsonschema==4.25.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -441,7 +441,7 @@ tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
tox==4.27.0
tox==4.28.0
# via -r requirements/test.txt
typing-extensions==4.14.1
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ camel-converter[pydantic]==4.0.1
# via
# -r requirements/base.txt
# meilisearch
certifi==2025.7.9
certifi==2025.7.14
# via
# -r requirements/base.txt
# elasticsearch
Expand Down Expand Up @@ -65,11 +65,11 @@ cryptography==45.0.5
# pyjwt
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.5.0
diff-cover==9.6.0
# via -r requirements/test.in
dill==0.4.0
# via pylint
distlib==0.3.9
distlib==0.4.0
# via virtualenv
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down Expand Up @@ -147,7 +147,7 @@ elasticsearch-dsl==7.4.1
# django-elasticsearch-dsl-drf
factory-boy==3.3.3
# via -r requirements/test.in
faker==37.4.0
faker==37.4.2
# via factory-boy
filelock==3.18.0
# via
Expand All @@ -171,7 +171,7 @@ jinja2==3.1.6
# via
# code-annotations
# diff-cover
jsonschema==4.24.0
jsonschema==4.25.0
# via
# -r requirements/base.txt
# drf-spectacular
Expand Down Expand Up @@ -319,7 +319,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
tox==4.27.0
tox==4.28.0
# via -r requirements/test.in
typing-extensions==4.14.1
# via
Expand Down