Skip to content

Commit befe7d1

Browse files
committed
Re-generate requirements file using pip-compile
1 parent 6338095 commit befe7d1

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

dev_tools/requirements/envs/dev.env.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -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
@@ -234,7 +234,7 @@ types-networkx==3.6.1.20260321
234234
# via -r deps/mypy.txt
235235
types-pytz==2026.1.1.20260304
236236
# via pandas-stubs
237-
types-requests==2.32.4.20260324
237+
types-requests==2.33.0.20260327
238238
# via -r deps/mypy.txt
239239
types-setuptools==82.0.0.20260210
240240
# via -r deps/mypy.txt

dev_tools/requirements/envs/mypy.env.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
@@ -170,7 +170,7 @@ types-pytz==2026.1.1.20260304
170170
# via
171171
# -c envs/dev.env.txt
172172
# pandas-stubs
173-
types-requests==2.32.4.20260324
173+
types-requests==2.33.0.20260327
174174
# via
175175
# -c envs/dev.env.txt
176176
# -r deps/mypy.txt

dev_tools/requirements/envs/pylint.env.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

dev_tools/requirements/envs/pytest.env.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

dev_tools/requirements/max_compat/dev.env.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)