Skip to content

Commit 4a8eaed

Browse files
authored
Update Python requirements (#1254)
This updates the version of Requests in `runtime.txt` to 2.33.1. The rest of the changes are the result of running the requirements file generation script. No code changes.
1 parent 25397b7 commit 4a8eaed

File tree

9 files changed

+41
-41
lines changed

9 files changed

+41
-41
lines changed

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.32.2
7+
requests~=2.33.1
88

99
scipy~=1.15
1010

dev_tools/requirements/envs/dev.env.txt

Lines changed: 9 additions & 9 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
@@ -91,7 +91,7 @@ ml-dtypes==0.5.4
9191
# jaxlib
9292
mpmath==1.3.0
9393
# via sympy
94-
mypy==1.19.1
94+
mypy==1.20.0
9595
# via -r deps/mypy.txt
9696
mypy-extensions==1.1.0
9797
# via
@@ -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
@@ -152,7 +152,7 @@ pluggy==1.6.0
152152
# pytest-cov
153153
pubchempy==1.0.5
154154
# via -r deps/runtime.txt
155-
pygments==2.19.2
155+
pygments==2.20.0
156156
# via pytest
157157
pylint==3.3.9
158158
# via -r deps/pylint.txt
@@ -191,7 +191,7 @@ referencing==0.37.0
191191
# via
192192
# jsonschema
193193
# jsonschema-specifications
194-
requests==2.32.5
194+
requests==2.33.1
195195
# via -r deps/runtime.txt
196196
rpds-py==0.30.0
197197
# via
@@ -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.32.4.20260324
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: 3 additions & 3 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
@@ -135,7 +135,7 @@ pytz==2026.1.post1
135135
# via
136136
# -c envs/dev.env.txt
137137
# pandas
138-
requests==2.32.5
138+
requests==2.33.1
139139
# via
140140
# -c envs/dev.env.txt
141141
# -r deps/runtime.txt

dev_tools/requirements/envs/mypy.env.txt

Lines changed: 8 additions & 8 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
@@ -69,7 +69,7 @@ mpmath==1.3.0
6969
# via
7070
# -c envs/dev.env.txt
7171
# sympy
72-
mypy==1.19.1
72+
mypy==1.20.0
7373
# via
7474
# -c envs/dev.env.txt
7575
# -r deps/mypy.txt
@@ -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
@@ -132,7 +132,7 @@ pytz==2026.1.post1
132132
# via
133133
# -c envs/dev.env.txt
134134
# pandas
135-
requests==2.32.5
135+
requests==2.33.1
136136
# via
137137
# -c envs/dev.env.txt
138138
# -r deps/runtime.txt
@@ -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.32.4.20260324
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: 4 additions & 4 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
@@ -192,7 +192,7 @@ pubchempy==1.0.5
192192
# via
193193
# -c envs/dev.env.txt
194194
# -r deps/runtime.txt
195-
pygments==2.19.2
195+
pygments==2.20.0
196196
# via
197197
# -c envs/dev.env.txt
198198
# pytest
@@ -246,7 +246,7 @@ referencing==0.37.0
246246
# -c envs/dev.env.txt
247247
# jsonschema
248248
# jsonschema-specifications
249-
requests==2.32.5
249+
requests==2.33.1
250250
# via
251251
# -c envs/dev.env.txt
252252
# -r deps/runtime.txt

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

Lines changed: 4 additions & 4 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
@@ -175,7 +175,7 @@ pubchempy==1.0.5
175175
# via
176176
# -c envs/dev.env.txt
177177
# -r deps/runtime.txt
178-
pygments==2.19.2
178+
pygments==2.20.0
179179
# via
180180
# -c envs/dev.env.txt
181181
# pytest
@@ -225,7 +225,7 @@ referencing==0.37.0
225225
# -c envs/dev.env.txt
226226
# jsonschema
227227
# jsonschema-specifications
228-
requests==2.32.5
228+
requests==2.33.1
229229
# via
230230
# -c envs/dev.env.txt
231231
# -r deps/runtime.txt

dev_tools/requirements/envs/pytest.env.txt

Lines changed: 4 additions & 4 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
@@ -146,7 +146,7 @@ pubchempy==1.0.5
146146
# via
147147
# -c envs/dev.env.txt
148148
# -r deps/runtime.txt
149-
pygments==2.19.2
149+
pygments==2.20.0
150150
# via
151151
# -c envs/dev.env.txt
152152
# pytest
@@ -192,7 +192,7 @@ referencing==0.37.0
192192
# -c envs/dev.env.txt
193193
# jsonschema
194194
# jsonschema-specifications
195-
requests==2.32.5
195+
requests==2.33.1
196196
# via
197197
# -c envs/dev.env.txt
198198
# -r deps/runtime.txt

dev_tools/requirements/max_compat/dev.env.txt

Lines changed: 4 additions & 4 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
@@ -91,7 +91,7 @@ pluggy==1.6.0
9191
# pytest-cov
9292
pubchempy==1.0.5
9393
# via -r deps/runtime.txt
94-
pygments==2.19.2
94+
pygments==2.20.0
9595
# via pytest
9696
pyparsing==3.3.2
9797
# via matplotlib
@@ -120,7 +120,7 @@ referencing==0.37.0
120120
# via
121121
# jsonschema
122122
# jsonschema-specifications
123-
requests==2.32.5
123+
requests==2.33.1
124124
# via -r deps/runtime.txt
125125
rpds-py==0.30.0
126126
# via

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

Lines changed: 4 additions & 4 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
@@ -147,7 +147,7 @@ pubchempy==1.0.5
147147
# via
148148
# -c max_compat/dev.env.txt
149149
# -r deps/runtime.txt
150-
pygments==2.19.2
150+
pygments==2.20.0
151151
# via
152152
# -c max_compat/dev.env.txt
153153
# pytest
@@ -193,7 +193,7 @@ referencing==0.37.0
193193
# -c max_compat/dev.env.txt
194194
# jsonschema
195195
# jsonschema-specifications
196-
requests==2.32.5
196+
requests==2.33.1
197197
# via
198198
# -c max_compat/dev.env.txt
199199
# -r deps/runtime.txt

0 commit comments

Comments
 (0)