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 @@ -28,9 +28,9 @@ charset-normalizer==3.4.3
# via requests
click==8.2.1
# via edx-django-utils
cryptography==45.0.6
cryptography==45.0.7
# via pyjwt
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -67,7 +67,7 @@ djangorestframework==3.16.1
# drf-jwt
# drf-spectacular
# edx-drf-extensions
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.9.1
# via tox
tox==4.29.0
tox==4.30.2
# via -r requirements/ci.in
virtualenv==20.34.0
# via tox
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==4.2.23
django==4.2.24
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ coverage[toml]==7.10.6
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand All @@ -97,7 +97,7 @@ distlib==0.4.0
# via
# -r requirements/test.txt
# virtualenv
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/openedx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.txt
Expand Down Expand Up @@ -149,7 +149,7 @@ djangorestframework==3.16.1
# drf-jwt
# drf-spectacular
# edx-drf-extensions
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -256,7 +256,7 @@ meilisearch==0.37.0
# via
# -r requirements/base.txt
# -r requirements/test.txt
more-itertools==10.7.0
more-itertools==10.8.0
# via -r requirements/test.txt
mysqlclient==2.2.7
# via
Expand Down Expand Up @@ -358,12 +358,12 @@ pyproject-api==1.9.1
# via
# -r requirements/test.txt
# tox
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.txt
pytest-django==4.11.1
# via -r requirements/test.txt
Expand Down Expand Up @@ -436,7 +436,7 @@ tomlkit==0.13.3
# via
# -r requirements/test.txt
# pylint
tox==4.29.0
tox==4.30.2
# via -r requirements/test.txt
typing-extensions==4.15.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ coverage[toml]==7.10.6
# via
# -r requirements/test.in
# pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -112,7 +112,7 @@ djangorestframework==3.16.1
# drf-jwt
# drf-spectacular
# edx-drf-extensions
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
Expand Down Expand Up @@ -185,7 +185,7 @@ mccabe==0.7.0
# via pylint
meilisearch==0.37.0
# via -r requirements/base.txt
more-itertools==10.7.0
more-itertools==10.8.0
# via -r requirements/test.in
mysqlclient==2.2.7
# via -r requirements/base.txt
Expand Down Expand Up @@ -253,12 +253,12 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.9.1
# via tox
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/test.in
# pytest-cov
# pytest-django
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.in
pytest-django==4.11.1
# via -r requirements/test.in
Expand Down Expand Up @@ -315,7 +315,7 @@ text-unidecode==1.3
# via python-slugify
tomlkit==0.13.3
# via pylint
tox==4.29.0
tox==4.30.2
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand Down