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
9 changes: 5 additions & 4 deletions dev_requirements/requirements-coverage.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# SHA1:6dafbcf610e9f81897b65ee9142715ab2e793f9e
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile '.\requirements-coverage.in'
# pip-compile-multi
#
coverage==7.4.4
# via -r requirements-coverage.in
# via -r dev_requirements\requirements-coverage.in
21 changes: 12 additions & 9 deletions dev_requirements/requirements-formatting.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# SHA1:2c7ffcd29222de3114c7f7994911f1b69d06b6b3
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile '.\requirements-formatting.in'
# pip-compile-multi
#
black==24.4.0
# via -r requirements-formatting.in
# via -r dev_requirements\requirements-formatting.in
click==8.1.7
# via black
isort==5.12.0
# via -r requirements-formatting.in
colorama==0.4.6
# via click
isort==5.13.2
# via -r dev_requirements\requirements-formatting.in
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==24.0
# via black
pathspec==0.11.2
pathspec==0.12.1
# via black
platformdirs==3.10.0
platformdirs==4.2.0
# via black
7 changes: 4 additions & 3 deletions dev_requirements/requirements-json_schemas.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# SHA1:b93ec56608fb302fea7a8019d7c0e8e7239fc033
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile requirements-json_schemas.in
# pip-compile-multi
#
click==8.1.7
# via -r requirements-json_schemas.in
# via -r dev_requirements\requirements-json_schemas.in
colorama==0.4.6
# via click
19 changes: 11 additions & 8 deletions dev_requirements/requirements-linting.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# SHA1:0e15f8789b9d62fe90d1f1b0b6a7e32f13b99b19
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile '.\requirements-linting.in'
# pip-compile-multi
#
astroid==3.1.0
# via pylint
dill==0.3.7
colorama==0.4.6
# via pylint
isort==5.12.0
dill==0.3.8
# via pylint
isort==5.13.2
# via pylint
mccabe==0.7.0
# via pylint
platformdirs==3.10.0
platformdirs==4.2.0
# via pylint
pylint==3.1.0
# via -r requirements-linting.in
tomlkit==0.12.1
# via -r dev_requirements\requirements-linting.in
tomlkit==0.12.4
# via pylint
35 changes: 15 additions & 20 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
# SHA1:93e4fbf2b6cce1574fe3d5315360512fa9927699
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile '.\dev_requirements\requirements-packaging.in'
# pip-compile-multi
#
backports-tarfile==1.1.1
# via jaraco-context
build==1.2.1
# via -r requirements-packaging.in
# via -r dev_requirements\requirements-packaging.in
certifi==2024.2.2
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
cryptography==42.0.5
# via secretstorage
docutils==0.20.1
colorama==0.4.6
# via build
docutils==0.21.1
# via readme-renderer
idna==3.7
# via requests
Expand All @@ -24,14 +25,10 @@ importlib-metadata==7.1.0
# twine
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.0.0
jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
jaraco-functools==4.0.1
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.1.0
# via twine
markdown-it-py==3.0.0
Expand All @@ -48,14 +45,14 @@ packaging==24.0
# via build
pkginfo==1.10.0
# via twine
pycparser==2.22
# via cffi
pygments==2.17.2
# via
# readme-renderer
# rich
pyproject-hooks==1.0.0
# via build
pywin32-ctypes==0.2.2
# via keyring
readme-renderer==43.0
# via twine
requests==2.31.0
Expand All @@ -68,10 +65,8 @@ rfc3986==2.0.0
# via twine
rich==13.7.1
# via twine
secretstorage==3.3.3
# via keyring
twine==5.0.0
# via -r requirements-packaging.in
# via -r dev_requirements\requirements-packaging.in
urllib3==2.2.1
# via
# requests
Expand Down
19 changes: 11 additions & 8 deletions dev_requirements/requirements-tests.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
# SHA1:d8bf34f7830b949c538f22e73d2b6ebb2065a573
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile '.\requirements-tests.in'
# pip-compile-multi
#
colorama==0.4.6
# via pytest
dictdiffer==0.9.0
# via -r requirements-tests.in
# via -r dev_requirements\requirements-tests.in
iniconfig==2.0.0
# via pytest
packaging==23.1
packaging==24.0
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.1.1
# via
# -r requirements-tests.in
# -r dev_requirements\requirements-tests.in
# pytest-datafiles
pytest-datafiles==3.0.0
# via -r requirements-tests.in
# via -r dev_requirements\requirements-tests.in
27 changes: 15 additions & 12 deletions dev_requirements/requirements-type_check.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
# SHA1:9a286c239b1bb587f83dac5fba3e8a2ebfa4029b
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
# This file is autogenerated by pip-compile-multi
# To update, run:
#
# pip-compile '.\requirements-type_check.in'
# pip-compile-multi
#
colorama==0.4.6
# via pytest
iniconfig==2.0.0
# via pytest
mypy==1.9.0
# via -r requirements-type_check.in
# via -r dev_requirements\requirements-type_check.in
mypy-extensions==1.0.0
# via mypy
networkx==3.2
networkx==3.3
# via networkx-stubs
networkx-stubs==0.0.1
# via -r requirements-type_check.in
packaging==23.1
# via -r dev_requirements\requirements-type_check.in
packaging==24.0
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.1.1
# via -r requirements-type_check.in
# via -r dev_requirements\requirements-type_check.in
types-requests==2.31.0.20240406
# via -r requirements-type_check.in
typing-extensions==4.8.0
# via -r dev_requirements\requirements-type_check.in
typing-extensions==4.11.0
# via mypy
urllib3==2.0.7
urllib3==2.2.1
# via types-requests
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
# via jinja2
networkx==3.2
networkx==3.3
# via -r requirements.in
packaging==23.1
packaging==24.0
# via sphinx
pydantic==2.4.2
# via -r requirements.in
Expand Down Expand Up @@ -74,10 +74,10 @@ sphinxcontrib-serializinghtml==1.1.9
# via sphinx
typeguard==4.1.5
# via -r requirements.in
typing-extensions==4.8.0
typing-extensions==4.11.0
# via
# pydantic
# pydantic-core
# typeguard
urllib3==2.0.7
urllib3==2.2.1
# via requests
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pydantic-core==2.10.1
# via pydantic
pyhumps==3.8.0
# via -r requirements.in
typing-extensions==4.8.0
typing-extensions==4.11.0
# via
# pydantic
# pydantic-core