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
14 changes: 7 additions & 7 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.4.26
certifi==2025.6.15
# via
# elasticsearch
# requests
Expand All @@ -28,9 +28,9 @@ charset-normalizer==3.4.2
# via requests
click==8.2.1
# via edx-django-utils
cryptography==45.0.3
cryptography==45.0.4
# via pyjwt
django==4.2.22
django==4.2.23
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -56,7 +56,7 @@ django-elasticsearch-dsl-drf==0.22.5
# via -r requirements/base.in
django-nine==0.2.7
# via django-elasticsearch-dsl-drf
django-waffle==4.2.0
django-waffle==5.0.0
# via
# edx-django-utils
# edx-drf-extensions
Expand Down Expand Up @@ -122,7 +122,7 @@ psutil==7.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pydantic==2.11.5
pydantic==2.11.7
# via camel-converter
pydantic-core==2.33.2
# via pydantic
Expand All @@ -131,7 +131,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/base.in
# drf-jwt
# edx-drf-extensions
pymongo==4.13.0
pymongo==4.13.1
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
Expand All @@ -149,7 +149,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.32.3
requests==2.32.4
# via
# -r requirements/base.in
# edx-drf-extensions
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.22
django==4.2.23
21 changes: 11 additions & 10 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.4.26
certifi==2025.6.15
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -76,11 +76,11 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.8.2
coverage[toml]==7.9.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.3
cryptography==45.0.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -97,7 +97,7 @@ distlib==0.3.9
# via
# -r requirements/test.txt
# virtualenv
django==4.2.22
django==4.2.23
# via
# -c https://raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -135,7 +135,7 @@ django-nine==0.2.7
# -r requirements/base.txt
# -r requirements/test.txt
# django-elasticsearch-dsl-drf
django-waffle==4.2.0
django-waffle==5.0.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
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.3.0
faker==37.4.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -298,6 +298,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# diff-cover
# pytest
# pytest-cov
# tox
psutil==7.0.0
# via
Expand All @@ -311,7 +312,7 @@ pycparser==2.22
# -r requirements/base.txt
# -r requirements/test.txt
# cffi
pydantic==2.11.5
pydantic==2.11.7
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -348,7 +349,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pymongo==4.13.0
pymongo==4.13.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -367,7 +368,7 @@ pytest==8.4.0
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.1.1
pytest-cov==6.2.1
# via -r requirements/test.txt
pytest-django==4.11.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -397,7 +398,7 @@ referencing==0.36.2
# -r requirements/test.txt
# jsonschema
# jsonschema-specifications
requests==2.32.3
requests==2.32.4
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down
19 changes: 10 additions & 9 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.4.26
certifi==2025.6.15
# via
# -r requirements/base.txt
# elasticsearch
Expand All @@ -55,11 +55,11 @@ code-annotations==2.3.0
# via -r requirements/test.in
colorama==0.4.6
# via tox
coverage[toml]==7.8.2
coverage[toml]==7.9.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==45.0.3
cryptography==45.0.4
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -100,7 +100,7 @@ django-nine==0.2.7
# via
# -r requirements/base.txt
# django-elasticsearch-dsl-drf
django-waffle==4.2.0
django-waffle==5.0.0
# via
# -r requirements/base.txt
# edx-django-utils
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.3.0
faker==37.4.0
# via factory-boy
filelock==3.18.0
# via
Expand Down Expand Up @@ -218,6 +218,7 @@ pluggy==1.6.0
# via
# diff-cover
# pytest
# pytest-cov
# tox
psutil==7.0.0
# via
Expand All @@ -227,7 +228,7 @@ pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pydantic==2.11.5
pydantic==2.11.7
# via
# -r requirements/base.txt
# camel-converter
Expand All @@ -246,7 +247,7 @@ pyjwt[crypto]==2.10.1
# edx-drf-extensions
pylint==3.3.7
# via -r requirements/test.in
pymongo==4.13.0
pymongo==4.13.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand All @@ -261,7 +262,7 @@ pytest==8.4.0
# -r requirements/test.in
# pytest-cov
# pytest-django
pytest-cov==6.1.1
pytest-cov==6.2.1
# via -r requirements/test.in
pytest-django==4.11.1
# via -r requirements/test.in
Expand All @@ -284,7 +285,7 @@ referencing==0.36.2
# -r requirements/base.txt
# jsonschema
# jsonschema-specifications
requests==2.32.3
requests==2.32.4
# via
# -r requirements/base.txt
# edx-drf-extensions
Expand Down