Skip to content

Commit 509cd0e

Browse files
committed
Use requests 2.33.1 and re-run pip-compile
1 parent 825074a commit 509cd0e

9 files changed

Lines changed: 25 additions & 25 deletions

File tree

dev_tools/requirements/deps/runtime.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ h5py>=3.10.0
44
networkx
55
numpy>=1.26
66
pubchempy
7-
requests~=2.33.0
7+
requests~=2.33.1
88

99
scipy~=1.15
1010

dev_tools/requirements/envs/dev.env.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build==1.4.2
2323
# via pip-tools
2424
certifi==2026.2.25
2525
# via requests
26-
charset-normalizer==3.4.6
26+
charset-normalizer==3.4.7
2727
# via requests
2828
cirq-core==1.5.0
2929
# via -r deps/runtime.txt
@@ -137,7 +137,7 @@ pathspec==1.0.4
137137
# via
138138
# black
139139
# mypy
140-
pillow==12.1.1
140+
pillow==12.2.0
141141
# via matplotlib
142142
pip-tools==7.5.3
143143
# via -r deps/pip-tools.txt
@@ -230,13 +230,13 @@ traitlets==5.14.3
230230
# via
231231
# jupyter-core
232232
# nbformat
233-
types-networkx==3.6.1.20260321
233+
types-networkx==3.6.1.20260402
234234
# via -r deps/mypy.txt
235-
types-pytz==2026.1.1.20260304
235+
types-pytz==2026.1.1.20260402
236236
# via pandas-stubs
237-
types-requests==2.33.0.20260327
237+
types-requests==2.33.0.20260402
238238
# via -r deps/mypy.txt
239-
types-setuptools==82.0.0.20260210
239+
types-setuptools==82.0.0.20260402
240240
# via -r deps/mypy.txt
241241
typing-extensions==4.15.0
242242
# via

dev_tools/requirements/envs/format.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ certifi==2026.2.25
2020
# via
2121
# -c envs/dev.env.txt
2222
# requests
23-
charset-normalizer==3.4.6
23+
charset-normalizer==3.4.7
2424
# via
2525
# -c envs/dev.env.txt
2626
# requests
@@ -106,7 +106,7 @@ pathspec==1.0.4
106106
# via
107107
# -c envs/dev.env.txt
108108
# black
109-
pillow==12.1.1
109+
pillow==12.2.0
110110
# via
111111
# -c envs/dev.env.txt
112112
# matplotlib

dev_tools/requirements/envs/mypy.env.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ certifi==2026.2.25
1616
# via
1717
# -c envs/dev.env.txt
1818
# requests
19-
charset-normalizer==3.4.6
19+
charset-normalizer==3.4.7
2020
# via
2121
# -c envs/dev.env.txt
2222
# requests
@@ -111,7 +111,7 @@ pathspec==1.0.4
111111
# via
112112
# -c envs/dev.env.txt
113113
# mypy
114-
pillow==12.1.1
114+
pillow==12.2.0
115115
# via
116116
# -c envs/dev.env.txt
117117
# matplotlib
@@ -162,19 +162,19 @@ tqdm==4.67.3
162162
# via
163163
# -c envs/dev.env.txt
164164
# cirq-core
165-
types-networkx==3.6.1.20260321
165+
types-networkx==3.6.1.20260402
166166
# via
167167
# -c envs/dev.env.txt
168168
# -r deps/mypy.txt
169-
types-pytz==2026.1.1.20260304
169+
types-pytz==2026.1.1.20260402
170170
# via
171171
# -c envs/dev.env.txt
172172
# pandas-stubs
173-
types-requests==2.33.0.20260327
173+
types-requests==2.33.0.20260402
174174
# via
175175
# -c envs/dev.env.txt
176176
# -r deps/mypy.txt
177-
types-setuptools==82.0.0.20260210
177+
types-setuptools==82.0.0.20260402
178178
# via
179179
# -c envs/dev.env.txt
180180
# -r deps/mypy.txt

dev_tools/requirements/envs/pylint.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ certifi==2026.2.25
2727
# via
2828
# -c envs/dev.env.txt
2929
# requests
30-
charset-normalizer==3.4.6
30+
charset-normalizer==3.4.7
3131
# via
3232
# -c envs/dev.env.txt
3333
# requests
@@ -174,7 +174,7 @@ pandas==2.3.3
174174
# via
175175
# -c envs/dev.env.txt
176176
# cirq-core
177-
pillow==12.1.1
177+
pillow==12.2.0
178178
# via
179179
# -c envs/dev.env.txt
180180
# matplotlib

dev_tools/requirements/envs/pytest-extra.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ certifi==2026.2.25
2323
# via
2424
# -c envs/dev.env.txt
2525
# requests
26-
charset-normalizer==3.4.6
26+
charset-normalizer==3.4.7
2727
# via
2828
# -c envs/dev.env.txt
2929
# requests
@@ -158,7 +158,7 @@ pandas==2.3.3
158158
# via
159159
# -c envs/dev.env.txt
160160
# cirq-core
161-
pillow==12.1.1
161+
pillow==12.2.0
162162
# via
163163
# -c envs/dev.env.txt
164164
# matplotlib

dev_tools/requirements/envs/pytest.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ certifi==2026.2.25
1919
# via
2020
# -c envs/dev.env.txt
2121
# requests
22-
charset-normalizer==3.4.6
22+
charset-normalizer==3.4.7
2323
# via
2424
# -c envs/dev.env.txt
2525
# requests
@@ -129,7 +129,7 @@ pandas==2.3.3
129129
# via
130130
# -c envs/dev.env.txt
131131
# cirq-core
132-
pillow==12.1.1
132+
pillow==12.2.0
133133
# via
134134
# -c envs/dev.env.txt
135135
# matplotlib

dev_tools/requirements/max_compat/dev.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ backports-asyncio-runner==1.2.0 ; python_full_version < "3.11"
1515
# pytest-asyncio
1616
certifi==2026.2.25
1717
# via requests
18-
charset-normalizer==3.4.6
18+
charset-normalizer==3.4.7
1919
# via requests
2020
cirq-core==1.4.1
2121
# via
@@ -81,7 +81,7 @@ packaging==26.0
8181
# pytest
8282
pandas==2.3.3
8383
# via cirq-core
84-
pillow==12.1.1
84+
pillow==12.2.0
8585
# via matplotlib
8686
platformdirs==4.9.4
8787
# via jupyter-core

dev_tools/requirements/max_compat/pytest-max-compat.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ certifi==2026.2.25
1919
# via
2020
# -c max_compat/dev.env.txt
2121
# requests
22-
charset-normalizer==3.4.6
22+
charset-normalizer==3.4.7
2323
# via
2424
# -c max_compat/dev.env.txt
2525
# requests
@@ -130,7 +130,7 @@ pandas==2.3.3
130130
# via
131131
# -c max_compat/dev.env.txt
132132
# cirq-core
133-
pillow==12.1.1
133+
pillow==12.2.0
134134
# via
135135
# -c max_compat/dev.env.txt
136136
# matplotlib

0 commit comments

Comments
 (0)