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 @@ -4,7 +4,7 @@
#
# make upgrade
#
dnspython==2.7.0
dnspython==2.8.0
# via pymongo
pymongo==4.14.1
# 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 @@ -30,7 +30,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 @@ -85,7 +85,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/doc.txt
# pymongo
Expand All @@ -106,7 +106,7 @@ filelock==3.19.1
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.138.10
hypothesis==6.138.14
# via -r requirements/doc.txt
idna==3.10
# via
Expand Down Expand Up @@ -225,12 +225,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/doc.txt
# pytest-cov
# pytest-xdist
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/doc.txt
pytest-xdist==3.8.0
# via -r requirements/doc.txt
Expand Down Expand Up @@ -311,7 +311,7 @@ tomlkit==0.13.3
# via
# -r requirements/doc.txt
# pylint
tox==4.29.0
tox==4.30.2
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dill==0.4.0
# via
# -r requirements/test.txt
# pylint
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
Expand All @@ -47,7 +47,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.138.10
hypothesis==6.138.14
# via -r requirements/test.txt
iniconfig==2.1.0
# via
Expand Down Expand Up @@ -122,13 +122,13 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymongo==4.14.1
# via -r requirements/test.txt
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
# pytest-xdist
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.txt
pytest-django==4.11.1
# via -r requirements/django-test.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dill==0.4.0
# via
# -r requirements/test.txt
# pylint
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
Expand All @@ -66,7 +66,7 @@ execnet==2.1.1
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.138.10
hypothesis==6.138.14
# via -r requirements/test.txt
idna==3.10
# via requests
Expand Down Expand Up @@ -156,12 +156,12 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymongo==4.14.1
# via -r requirements/test.txt
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/test.txt
# pytest-cov
# pytest-xdist
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.txt
pytest-xdist==3.8.0
# via -r requirements/test.txt
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ ddt==1.7.2
# via -r requirements/test.in
dill==0.4.0
# via pylint
dnspython==2.7.0
dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.1
# via pytest-xdist
hypothesis==6.138.10
hypothesis==6.138.14
# via -r requirements/test.in
iniconfig==2.1.0
# via pytest
Expand Down Expand Up @@ -83,12 +83,12 @@ pylint-plugin-utils==0.9.0
# pylint-django
pymongo==4.14.1
# via -r requirements/base.txt
pytest==8.4.1
pytest==8.4.2
# via
# -r requirements/test.in
# pytest-cov
# pytest-xdist
pytest-cov==6.2.1
pytest-cov==6.3.0
# via -r requirements/test.in
pytest-xdist==3.8.0
# via -r requirements/test.in
Expand Down