Skip to content
Open
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ django-waffle==5.0.0
# edx-drf-extensions
djangoql==0.19.1
# via -r requirements/base.in
djangorestframework==3.17.1
djangorestframework==3.17.2
# via
# drf-jwt
# edx-drf-extensions
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ cffi==2.1.1
# -r requirements/quality.txt
# cryptography
# pynacl
chardet==7.4.3
chardet==7.5.1
# via diff-cover
charset-normalizer==3.4.9
# via
Expand All @@ -61,7 +61,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.15.3
coverage[toml]==7.15.4
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -73,7 +73,7 @@ ddt==1.7.2
# via
# -r requirements/dev.in
# -r requirements/quality.txt
diff-cover==10.4.1
diff-cover==10.4.2
# via -r requirements/dev.in
dill==0.4.1
# via
Expand Down Expand Up @@ -126,7 +126,7 @@ django-waffle==5.0.0
# edx-drf-extensions
djangoql==0.19.1
# via -r requirements/quality.txt
djangorestframework==3.17.1
djangorestframework==3.17.2
# via
# -r requirements/quality.txt
# drf-jwt
Expand Down Expand Up @@ -322,7 +322,7 @@ pytest==9.1.1
# pytest-django
pytest-cov==7.1.0
# via -r requirements/quality.txt
pytest-django==4.12.0
pytest-django==4.13.0
# via -r requirements/quality.txt
python-discovery==1.5.1
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ click==8.4.2
# edx-django-utils
code-annotations==3.0.0
# via -r requirements/test.txt
coverage[toml]==7.15.3
coverage[toml]==7.15.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -97,7 +97,7 @@ django-waffle==5.0.0
# edx-drf-extensions
djangoql==0.19.1
# via -r requirements/test.txt
djangorestframework==3.17.1
djangorestframework==3.17.2
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -260,7 +260,7 @@ pytest==9.1.1
# pytest-django
pytest-cov==7.1.0
# via -r requirements/test.txt
pytest-django==4.12.0
pytest-django==4.13.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down Expand Up @@ -311,7 +311,7 @@ six==1.17.0
# edx-rbac
snowballstemmer==3.1.1
# via sphinx
soupsieve==2.9.1
soupsieve==2.9.2
# via beautifulsoup4
sphinx==9.1.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.15.3
coverage[toml]==7.15.4
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -96,7 +96,7 @@ django-waffle==5.0.0
# edx-drf-extensions
djangoql==0.19.1
# via -r requirements/test.txt
djangorestframework==3.17.1
djangorestframework==3.17.2
# via
# -r requirements/test.txt
# drf-jwt
Expand Down Expand Up @@ -237,7 +237,7 @@ pytest==9.1.1
# pytest-django
pytest-cov==7.1.0
# via -r requirements/test.txt
pytest-django==4.12.0
pytest-django==4.13.0
# via -r requirements/test.txt
python-slugify==8.0.4
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ click==8.4.2
# edx-django-utils
code-annotations==3.0.0
# via -r requirements/test.in
coverage[toml]==7.15.3
coverage[toml]==7.15.4
# via pytest-cov
cryptography==50.0.0
# via
Expand Down Expand Up @@ -81,7 +81,7 @@ django-waffle==5.0.0
# edx-drf-extensions
djangoql==0.19.1
# via -r requirements/base.txt
djangorestframework==3.17.1
djangorestframework==3.17.2
# via
# -r requirements/base.txt
# drf-jwt
Expand Down Expand Up @@ -180,7 +180,7 @@ pytest==9.1.1
# pytest-django
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-django==4.12.0
pytest-django==4.13.0
# via -r requirements/test.in
python-slugify==8.0.4
# via code-annotations
Expand Down