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 @@ -36,7 +36,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-toggles
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand All @@ -57,7 +57,7 @@ django-waffle==5.0.0
# edx-toggles
djangorestframework==3.16.1
# via -r requirements/base.in
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
edx-django-utils==8.0.0
# via
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
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -140,7 +140,7 @@ djangorestframework==3.16.1
# via
# -r requirements/quality.txt
# django-mock-queries
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/quality.txt
# pymongo
Expand Down Expand Up @@ -323,12 +323,12 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/quality.txt
# pytest-cov
# pytest-django
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/quality.txt
pytest-django==4.11.1
# via -r requirements/quality.txt
Expand Down Expand Up @@ -402,7 +402,7 @@ tomlkit==0.13.3
# via
# -r requirements/quality.txt
# pylint
tox==4.29.0
tox==4.30.2
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ coverage[toml]==7.10.6
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.6
cryptography==45.0.7
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -110,7 +110,7 @@ djangorestframework==3.16.1
# via
# -r requirements/test.txt
# django-mock-queries
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
Expand Down Expand Up @@ -194,7 +194,7 @@ model-bakery==1.20.5
# via
# -r requirements/test.txt
# django-mock-queries
more-itertools==10.7.0
more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
Expand Down Expand Up @@ -258,12 +258,12 @@ pynacl==1.5.0
# edx-django-utils
pyproject-hooks==1.2.0
# via build
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 @@ -369,7 +369,7 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
twine==6.1.0
twine==6.2.0
# via -r requirements/doc.in
typing-extensions==4.15.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
# via pylint
django==4.2.23
django==4.2.24
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -107,7 +107,7 @@ djangorestframework==3.16.1
# via
# -r requirements/test.txt
# django-mock-queries
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
Expand Down Expand Up @@ -238,12 +238,12 @@ pynacl==1.5.0
# via
# -r requirements/test.txt
# edx-django-utils
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
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ djangorestframework==3.16.1
# via
# -r requirements/base.txt
# django-mock-queries
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
Expand Down Expand Up @@ -180,11 +180,11 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.4.1
pytest==8.4.2
# via
# 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
Loading