Skip to content
Open
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 dev_tools/requirements/deps/runtime.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ h5py>=3.10.0
networkx
numpy>=1.26
pubchempy
requests~=2.33.1
requests~=2.34.0

scipy~=1.15

Expand Down
32 changes: 17 additions & 15 deletions dev_tools/requirements/envs/dev.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Comment on lines +242 to 243
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The version of types-requests (2.33.0) is out of sync with the updated requests version (2.34.2). Additionally, the dependency graph at line 260 incorrectly attributes the runtime package urllib3 to types-requests. These inconsistencies suggest that the selected version of types-requests is either outdated or contains incorrect metadata. Since this PR aims to update dependencies to their latest versions, please ensure that compatible and correctly-specified type stubs are used to avoid type-checking inaccuracies.

types-setuptools==82.0.0.20260408
types-setuptools==82.0.0.20260508
# via -r deps/mypy.txt
typing-extensions==4.15.0
# via
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions dev_tools/requirements/envs/format.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ 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
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
26 changes: 15 additions & 11 deletions dev_tools/requirements/envs/mypy.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -41,23 +45,23 @@ 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
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
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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pip-tools.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
16 changes: 8 additions & 8 deletions dev_tools/requirements/envs/pylint.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -288,15 +288,15 @@ tomli==2.4.1
# coverage
# pylint
# pytest
tomlkit==0.14.0
tomlkit==0.15.0
# via
# -c envs/dev.env.txt
# pylint
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
Expand All @@ -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
Expand Down
Loading
Loading