diff --git a/dev_tools/requirements/deps/runtime.txt b/dev_tools/requirements/deps/runtime.txt index 94310dd06..0cb2aea9b 100644 --- a/dev_tools/requirements/deps/runtime.txt +++ b/dev_tools/requirements/deps/runtime.txt @@ -4,7 +4,7 @@ h5py>=3.10.0 networkx numpy>=1.26 pubchempy -requests~=2.33.1 +requests~=2.34.0 scipy~=1.15 diff --git a/dev_tools/requirements/envs/dev.env.txt b/dev_tools/requirements/envs/dev.env.txt index 896b79d39..940882ca1 100644 --- a/dev_tools/requirements/envs/dev.env.txt +++ b/dev_tools/requirements/envs/dev.env.txt @@ -6,6 +6,8 @@ # ase==3.28.0 # via -r deps/resource_estimates_runtime.txt +ast-serialize==0.4.0 + # via mypy astroid==3.3.11 # via pylint attrs==26.1.0 @@ -19,7 +21,7 @@ backports-asyncio-runner==1.2.0 ; python_full_version < "3.11" # pytest-asyncio black==26.3.1 # via -r deps/format.txt -build==1.4.4 +build==1.5.0 # via pip-tools certifi==2026.4.22 # via requests @@ -35,7 +37,7 @@ contourpy==1.3.2 # via # -r deps/runtime.txt # matplotlib -coverage[toml]==7.13.5 +coverage[toml]==7.14.0 # via pytest-cov cycler==0.12.1 # via matplotlib @@ -51,13 +53,13 @@ execnet==2.1.2 # via pytest-xdist fastjsonschema==2.21.2 # via nbformat -fonttools==4.62.1 +fonttools==4.63.0 # via matplotlib h5py==3.16.0 # via # -r deps/runtime.txt # pyscf -idna==3.13 +idna==3.15 # via requests iniconfig==2.3.0 # via pytest @@ -77,7 +79,7 @@ jupyter-core==5.9.1 # via nbformat kiwisolver==1.5.0 # via matplotlib -librt==0.9.0 +librt==0.11.0 # via mypy matplotlib==3.10.9 # via @@ -91,7 +93,7 @@ ml-dtypes==0.5.4 # jaxlib mpmath==1.3.0 # via sympy -mypy==1.20.2 +mypy==2.1.0 # via -r deps/mypy.txt mypy-extensions==1.1.0 # via @@ -188,13 +190,13 @@ python-dateutil==2.9.0.post0 # pandas pytokens==0.4.1 # via black -pytz==2026.1.post1 +pytz==2026.2 # via pandas referencing==0.37.0 # via # jsonschema # jsonschema-specifications -requests==2.33.1 +requests==2.34.2 # via -r deps/runtime.txt rpds-py==0.30.0 # via @@ -225,21 +227,21 @@ tomli==2.4.1 # pip-tools # pylint # pytest -tomlkit==0.14.0 +tomlkit==0.15.0 # via pylint tqdm==4.67.3 # via cirq-core -traitlets==5.14.3 +traitlets==5.15.0 # via # jupyter-core # nbformat -types-networkx==3.6.1.20260408 +types-networkx==3.6.1.20260513 # via -r deps/mypy.txt -types-pytz==2026.1.1.20260408 +types-pytz==2026.2.0.20260506 # via pandas-stubs -types-requests==2.33.0.20260408 +types-requests==2.33.0.20260513 # via -r deps/mypy.txt -types-setuptools==82.0.0.20260408 +types-setuptools==82.0.0.20260508 # via -r deps/mypy.txt typing-extensions==4.15.0 # via @@ -252,7 +254,7 @@ typing-extensions==4.15.0 # referencing tzdata==2026.2 # via pandas -urllib3==2.6.3 +urllib3==2.7.0 # via # requests # types-requests diff --git a/dev_tools/requirements/envs/format.env.txt b/dev_tools/requirements/envs/format.env.txt index 5ddf25422..6f34c5cf6 100644 --- a/dev_tools/requirements/envs/format.env.txt +++ b/dev_tools/requirements/envs/format.env.txt @@ -49,7 +49,7 @@ duet==0.2.9 # via # -c envs/dev.env.txt # cirq-core -fonttools==4.62.1 +fonttools==4.63.0 # via # -c envs/dev.env.txt # matplotlib @@ -57,7 +57,7 @@ h5py==3.16.0 # via # -c envs/dev.env.txt # -r deps/runtime.txt -idna==3.13 +idna==3.15 # via # -c envs/dev.env.txt # requests @@ -131,11 +131,11 @@ pytokens==0.4.1 # via # -c envs/dev.env.txt # black -pytz==2026.1.post1 +pytz==2026.2 # via # -c envs/dev.env.txt # pandas -requests==2.33.1 +requests==2.34.2 # via # -c envs/dev.env.txt # -r deps/runtime.txt @@ -174,7 +174,7 @@ tzdata==2026.2 # via # -c envs/dev.env.txt # pandas -urllib3==2.6.3 +urllib3==2.7.0 # via # -c envs/dev.env.txt # requests diff --git a/dev_tools/requirements/envs/mypy.env.txt b/dev_tools/requirements/envs/mypy.env.txt index 9c61c6163..0d6c71ebf 100644 --- a/dev_tools/requirements/envs/mypy.env.txt +++ b/dev_tools/requirements/envs/mypy.env.txt @@ -4,6 +4,10 @@ # # pip-compile --constraint=envs/dev.env.txt --output-file=envs/mypy.env.txt deps/mypy.txt deps/runtime.txt # +ast-serialize==0.4.0 + # via + # -c envs/dev.env.txt + # mypy attrs==26.1.0 # via # -c envs/dev.env.txt @@ -41,7 +45,7 @@ duet==0.2.9 # via # -c envs/dev.env.txt # cirq-core -fonttools==4.62.1 +fonttools==4.63.0 # via # -c envs/dev.env.txt # matplotlib @@ -49,7 +53,7 @@ h5py==3.16.0 # via # -c envs/dev.env.txt # -r deps/runtime.txt -idna==3.13 +idna==3.15 # via # -c envs/dev.env.txt # requests @@ -57,7 +61,7 @@ kiwisolver==1.5.0 # via # -c envs/dev.env.txt # matplotlib -librt==0.9.0 +librt==0.11.0 # via # -c envs/dev.env.txt # mypy @@ -69,7 +73,7 @@ mpmath==1.3.0 # via # -c envs/dev.env.txt # sympy -mypy==1.20.2 +mypy==2.1.0 # via # -c envs/dev.env.txt # -r deps/mypy.txt @@ -128,11 +132,11 @@ python-dateutil==2.9.0.post0 # -c envs/dev.env.txt # matplotlib # pandas -pytz==2026.1.post1 +pytz==2026.2 # via # -c envs/dev.env.txt # pandas -requests==2.33.1 +requests==2.34.2 # via # -c envs/dev.env.txt # -r deps/runtime.txt @@ -162,19 +166,19 @@ tqdm==4.67.3 # via # -c envs/dev.env.txt # cirq-core -types-networkx==3.6.1.20260408 +types-networkx==3.6.1.20260513 # via # -c envs/dev.env.txt # -r deps/mypy.txt -types-pytz==2026.1.1.20260408 +types-pytz==2026.2.0.20260506 # via # -c envs/dev.env.txt # pandas-stubs -types-requests==2.33.0.20260408 +types-requests==2.33.0.20260513 # via # -c envs/dev.env.txt # -r deps/mypy.txt -types-setuptools==82.0.0.20260408 +types-setuptools==82.0.0.20260508 # via # -c envs/dev.env.txt # -r deps/mypy.txt @@ -187,7 +191,7 @@ tzdata==2026.2 # via # -c envs/dev.env.txt # pandas -urllib3==2.6.3 +urllib3==2.7.0 # via # -c envs/dev.env.txt # requests diff --git a/dev_tools/requirements/envs/pip-tools.env.txt b/dev_tools/requirements/envs/pip-tools.env.txt index 8383cb8c0..c5decc197 100644 --- a/dev_tools/requirements/envs/pip-tools.env.txt +++ b/dev_tools/requirements/envs/pip-tools.env.txt @@ -4,7 +4,7 @@ # # pip-compile --constraint=envs/dev.env.txt --output-file=envs/pip-tools.env.txt deps/pip-tools.txt # -build==1.4.4 +build==1.5.0 # via # -c envs/dev.env.txt # pip-tools diff --git a/dev_tools/requirements/envs/pylint.env.txt b/dev_tools/requirements/envs/pylint.env.txt index 44db3c43d..889d0c11d 100644 --- a/dev_tools/requirements/envs/pylint.env.txt +++ b/dev_tools/requirements/envs/pylint.env.txt @@ -40,7 +40,7 @@ contourpy==1.3.2 # -c envs/dev.env.txt # -r deps/runtime.txt # matplotlib -coverage[toml]==7.13.5 +coverage[toml]==7.14.0 # via # -c envs/dev.env.txt # pytest-cov @@ -72,7 +72,7 @@ fastjsonschema==2.21.2 # via # -c envs/dev.env.txt # nbformat -fonttools==4.62.1 +fonttools==4.63.0 # via # -c envs/dev.env.txt # matplotlib @@ -81,7 +81,7 @@ h5py==3.16.0 # -c envs/dev.env.txt # -r deps/runtime.txt # pyscf -idna==3.13 +idna==3.15 # via # -c envs/dev.env.txt # requests @@ -242,7 +242,7 @@ python-dateutil==2.9.0.post0 # -c envs/dev.env.txt # matplotlib # pandas -pytz==2026.1.post1 +pytz==2026.2 # via # -c envs/dev.env.txt # pandas @@ -251,7 +251,7 @@ referencing==0.37.0 # -c envs/dev.env.txt # jsonschema # jsonschema-specifications -requests==2.33.1 +requests==2.34.2 # via # -c envs/dev.env.txt # -r deps/runtime.txt @@ -288,7 +288,7 @@ tomli==2.4.1 # coverage # pylint # pytest -tomlkit==0.14.0 +tomlkit==0.15.0 # via # -c envs/dev.env.txt # pylint @@ -296,7 +296,7 @@ tqdm==4.67.3 # via # -c envs/dev.env.txt # cirq-core -traitlets==5.14.3 +traitlets==5.15.0 # via # -c envs/dev.env.txt # jupyter-core @@ -313,7 +313,7 @@ tzdata==2026.2 # via # -c envs/dev.env.txt # pandas -urllib3==2.6.3 +urllib3==2.7.0 # via # -c envs/dev.env.txt # requests diff --git a/dev_tools/requirements/envs/pytest-extra.env.txt b/dev_tools/requirements/envs/pytest-extra.env.txt index 83d6e6b09..936783a6a 100644 --- a/dev_tools/requirements/envs/pytest-extra.env.txt +++ b/dev_tools/requirements/envs/pytest-extra.env.txt @@ -36,7 +36,7 @@ contourpy==1.3.2 # -c envs/dev.env.txt # -r deps/runtime.txt # matplotlib -coverage[toml]==7.13.5 +coverage[toml]==7.14.0 # via # -c envs/dev.env.txt # pytest-cov @@ -64,7 +64,7 @@ fastjsonschema==2.21.2 # via # -c envs/dev.env.txt # nbformat -fonttools==4.62.1 +fonttools==4.63.0 # via # -c envs/dev.env.txt # matplotlib @@ -73,7 +73,7 @@ h5py==3.16.0 # -c envs/dev.env.txt # -r deps/runtime.txt # pyscf -idna==3.13 +idna==3.15 # via # -c envs/dev.env.txt # requests @@ -221,7 +221,7 @@ python-dateutil==2.9.0.post0 # -c envs/dev.env.txt # matplotlib # pandas -pytz==2026.1.post1 +pytz==2026.2 # via # -c envs/dev.env.txt # pandas @@ -230,7 +230,7 @@ referencing==0.37.0 # -c envs/dev.env.txt # jsonschema # jsonschema-specifications -requests==2.33.1 +requests==2.34.2 # via # -c envs/dev.env.txt # -r deps/runtime.txt @@ -270,7 +270,7 @@ tqdm==4.67.3 # via # -c envs/dev.env.txt # cirq-core -traitlets==5.14.3 +traitlets==5.15.0 # via # -c envs/dev.env.txt # jupyter-core @@ -286,7 +286,7 @@ tzdata==2026.2 # via # -c envs/dev.env.txt # pandas -urllib3==2.6.3 +urllib3==2.7.0 # via # -c envs/dev.env.txt # requests diff --git a/dev_tools/requirements/envs/pytest.env.txt b/dev_tools/requirements/envs/pytest.env.txt index 3fe3a730c..af8cdffa8 100644 --- a/dev_tools/requirements/envs/pytest.env.txt +++ b/dev_tools/requirements/envs/pytest.env.txt @@ -32,7 +32,7 @@ contourpy==1.3.2 # -c envs/dev.env.txt # -r deps/runtime.txt # matplotlib -coverage[toml]==7.13.5 +coverage[toml]==7.14.0 # via # -c envs/dev.env.txt # pytest-cov @@ -60,7 +60,7 @@ fastjsonschema==2.21.2 # via # -c envs/dev.env.txt # nbformat -fonttools==4.62.1 +fonttools==4.63.0 # via # -c envs/dev.env.txt # matplotlib @@ -68,7 +68,7 @@ h5py==3.16.0 # via # -c envs/dev.env.txt # -r deps/runtime.txt -idna==3.13 +idna==3.15 # via # -c envs/dev.env.txt # requests @@ -188,7 +188,7 @@ python-dateutil==2.9.0.post0 # -c envs/dev.env.txt # matplotlib # pandas -pytz==2026.1.post1 +pytz==2026.2 # via # -c envs/dev.env.txt # pandas @@ -197,7 +197,7 @@ referencing==0.37.0 # -c envs/dev.env.txt # jsonschema # jsonschema-specifications -requests==2.33.1 +requests==2.34.2 # via # -c envs/dev.env.txt # -r deps/runtime.txt @@ -233,7 +233,7 @@ tqdm==4.67.3 # via # -c envs/dev.env.txt # cirq-core -traitlets==5.14.3 +traitlets==5.15.0 # via # -c envs/dev.env.txt # jupyter-core @@ -249,7 +249,7 @@ tzdata==2026.2 # via # -c envs/dev.env.txt # pandas -urllib3==2.6.3 +urllib3==2.7.0 # via # -c envs/dev.env.txt # requests diff --git a/dev_tools/requirements/max_compat/dev.env.txt b/dev_tools/requirements/max_compat/dev.env.txt index bec60f5cc..9157bcf75 100644 --- a/dev_tools/requirements/max_compat/dev.env.txt +++ b/dev_tools/requirements/max_compat/dev.env.txt @@ -25,7 +25,7 @@ contourpy==1.3.2 # via # -r deps/runtime.txt # matplotlib -coverage[toml]==7.13.5 +coverage[toml]==7.14.0 # via pytest-cov cycler==0.12.1 # via matplotlib @@ -39,11 +39,11 @@ execnet==2.1.2 # via pytest-xdist fastjsonschema==2.21.2 # via nbformat -fonttools==4.62.1 +fonttools==4.63.0 # via matplotlib h5py==3.16.0 # via -r deps/runtime.txt -idna==3.13 +idna==3.15 # via requests iniconfig==2.3.0 # via pytest @@ -117,13 +117,13 @@ python-dateutil==2.9.0.post0 # via # matplotlib # pandas -pytz==2026.1.post1 +pytz==2026.2 # via pandas referencing==0.37.0 # via # jsonschema # jsonschema-specifications -requests==2.33.1 +requests==2.34.2 # via -r deps/runtime.txt rpds-py==0.30.0 # via @@ -147,7 +147,7 @@ tomli==2.4.1 # pytest tqdm==4.67.3 # via cirq-core -traitlets==5.14.3 +traitlets==5.15.0 # via # jupyter-core # nbformat @@ -159,5 +159,5 @@ typing-extensions==4.15.0 # referencing tzdata==2026.2 # via pandas -urllib3==2.6.3 +urllib3==2.7.0 # via requests diff --git a/dev_tools/requirements/max_compat/pytest-max-compat.env.txt b/dev_tools/requirements/max_compat/pytest-max-compat.env.txt index 5fc54b4e8..56705dbc3 100644 --- a/dev_tools/requirements/max_compat/pytest-max-compat.env.txt +++ b/dev_tools/requirements/max_compat/pytest-max-compat.env.txt @@ -33,7 +33,7 @@ contourpy==1.3.2 # -c max_compat/dev.env.txt # -r deps/runtime.txt # matplotlib -coverage[toml]==7.13.5 +coverage[toml]==7.14.0 # via # -c max_compat/dev.env.txt # pytest-cov @@ -61,7 +61,7 @@ fastjsonschema==2.21.2 # via # -c max_compat/dev.env.txt # nbformat -fonttools==4.62.1 +fonttools==4.63.0 # via # -c max_compat/dev.env.txt # matplotlib @@ -69,7 +69,7 @@ h5py==3.16.0 # via # -c max_compat/dev.env.txt # -r deps/runtime.txt -idna==3.13 +idna==3.15 # via # -c max_compat/dev.env.txt # requests @@ -189,7 +189,7 @@ python-dateutil==2.9.0.post0 # -c max_compat/dev.env.txt # matplotlib # pandas -pytz==2026.1.post1 +pytz==2026.2 # via # -c max_compat/dev.env.txt # pandas @@ -198,7 +198,7 @@ referencing==0.37.0 # -c max_compat/dev.env.txt # jsonschema # jsonschema-specifications -requests==2.33.1 +requests==2.34.2 # via # -c max_compat/dev.env.txt # -r deps/runtime.txt @@ -234,7 +234,7 @@ tqdm==4.67.3 # via # -c max_compat/dev.env.txt # cirq-core -traitlets==5.14.3 +traitlets==5.15.0 # via # -c max_compat/dev.env.txt # jupyter-core @@ -250,7 +250,7 @@ tzdata==2026.2 # via # -c max_compat/dev.env.txt # pandas -urllib3==2.6.3 +urllib3==2.7.0 # via # -c max_compat/dev.env.txt # requests