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
2 changes: 1 addition & 1 deletion 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
coverage==7.11.0
coverage==7.11.2
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
10 changes: 3 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ astroid==3.3.11
# -r requirements/doc.txt
# pylint
# pylint-celery
attrs==25.4.0
# via
# -r requirements/doc.txt
# hypothesis
babel==2.17.0
# via
# -r requirements/doc.txt
Expand Down Expand Up @@ -70,7 +66,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.11.0
coverage[toml]==7.11.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -106,7 +102,7 @@ filelock==3.20.0
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.144.0
hypothesis==6.147.0
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down Expand Up @@ -225,7 +221,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/doc.txt
# pytest-cov
Expand Down
10 changes: 3 additions & 7 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ astroid==3.3.11
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==25.4.0
# via
# -r requirements/test.txt
# hypothesis
click==8.3.0
# via
# -r requirements/test.txt
Expand All @@ -27,7 +23,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.11.0
coverage[toml]==7.11.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -47,7 +43,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.144.0
hypothesis==6.147.0
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -122,7 +118,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymongo==4.15.3
# via -r requirements/test.txt
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
10 changes: 3 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ astroid==3.3.11
# -r requirements/test.txt
# pylint
# pylint-celery
attrs==25.4.0
# via
# -r requirements/test.txt
# hypothesis
babel==2.17.0
# via
# pydata-sphinx-theme
Expand All @@ -41,7 +37,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.11.0
coverage[toml]==7.11.2
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -66,7 +62,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.144.0
hypothesis==6.147.0
# via -r requirements/test.txt
idna==3.11
# via requests
Expand Down Expand Up @@ -156,7 +152,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymongo==4.15.3
# via -r requirements/test.txt
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 3 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ astroid==3.3.11
# via
# pylint
# pylint-celery
attrs==25.4.0
# via hypothesis
click==8.3.0
# via
# click-log
Expand All @@ -19,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.11.0
coverage[toml]==7.11.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -35,7 +33,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.144.0
hypothesis==6.147.0
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand Down Expand Up @@ -83,7 +81,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymongo==4.15.3
# via -r requirements/base.txt
pytest==8.4.2
pytest==9.0.0
# via
# -r requirements/test.in
# pytest-cov
Expand Down