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/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
dnspython==2.8.0
# via pymongo
pymongo==4.15.0
pymongo==4.15.1
# via -r requirements/base.in
stevedore==5.5.0
# via -r requirements/base.in
Expand Down
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.10.6
coverage==7.10.7
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/doc.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
Expand All @@ -70,7 +70,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -106,7 +106,7 @@ filelock==3.19.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.138.16
hypothesis==6.139.2
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -139,7 +139,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/doc.txt
mypy==1.18.1
mypy==1.18.2
# via -r requirements/doc.txt
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -214,7 +214,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/doc.txt
# pylint-celery
# pylint-django
pymongo==4.15.0
pymongo==4.15.1
# via -r requirements/doc.txt
pyproject-api==1.9.1
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ attrs==25.3.0
# via
# -r requirements/test.txt
# hypothesis
click==8.2.1
click==8.3.0
# via
# -r requirements/test.txt
# click-log
Expand All @@ -27,7 +27,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.138.16
hypothesis==6.139.2
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand All @@ -71,7 +71,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
mypy==1.18.1
mypy==1.18.2
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -120,7 +120,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.15.0
pymongo==4.15.1
# via -r requirements/test.txt
pytest==8.4.2
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ certifi==2025.8.3
# via requests
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# -r requirements/test.txt
# click-log
Expand All @@ -41,7 +41,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.138.16
hypothesis==6.139.2
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -95,7 +95,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
mypy==1.18.1
mypy==1.18.2
# via -r requirements/test.txt
mypy-extensions==1.1.0
# via
Expand Down Expand Up @@ -154,7 +154,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/test.txt
# pylint-celery
# pylint-django
pymongo==4.15.0
pymongo==4.15.1
# via -r requirements/test.txt
pytest==8.4.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.3.0
# via pip-tools
click==8.2.1
click==8.3.0
# via pip-tools
packaging==25.0
# via build
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==3.3.11
# pylint-celery
attrs==25.3.0
# via hypothesis
click==8.2.1
click==8.3.0
# via
# click-log
# code-annotations
Expand All @@ -19,7 +19,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -35,7 +35,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.138.16
hypothesis==6.139.2
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand All @@ -49,7 +49,7 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
mypy==1.18.1
mypy==1.18.2
# via -r requirements/test.in
mypy-extensions==1.1.0
# via mypy
Expand Down Expand Up @@ -81,7 +81,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.0
pymongo==4.15.1
# via -r requirements/base.txt
pytest==8.4.2
# via
Expand Down