Skip to content
Closed
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
10 changes: 8 additions & 2 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
#
# pip-compile-multi
#
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
mypy==1.15.0
# via -r dev_requirements/requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
networkx==3.4.2
networkx==3.2.1
# via networkx-stubs
networkx-stubs==0.0.1
# via -r dev_requirements/requirements-type_check.in
Expand All @@ -21,7 +23,11 @@ pluggy==1.5.0
# via pytest
pytest==8.3.5
# via -r dev_requirements/requirements-type_check.in
types-requests==2.32.0.20250306
tomli==2.2.1
# via
# mypy
# pytest
types-requests==2.32.0.20250328
# via -r dev_requirements/requirements-type_check.in
typing-extensions==4.11.0
# via mypy
Expand Down
Loading