Skip to content

Commit 9bf919d

Browse files
chore(deps): update python dependencies
1 parent feb75a5 commit 9bf919d

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

requirements-dev.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ bracex==2.5.post1
3030
# via wcmatch
3131
build==1.2.2.post1
3232
# via -r D:\git\template_python\requirements-dev.in
33-
bump-my-version==1.1.2
33+
bump-my-version==1.2.0
3434
# via -r D:\git\template_python\requirements-dev.in
3535
certifi==2025.4.26
3636
# via
@@ -65,7 +65,7 @@ commitizen==4.8.3
6565
# via -r D:\git\template_python\requirements-dev.in
6666
contourpy==1.3.2
6767
# via matplotlib
68-
coverage[toml]==7.9.0
68+
coverage[toml]==7.9.1
6969
# via pytest-cov
7070
cycler==0.12.1
7171
# via matplotlib
@@ -85,7 +85,7 @@ flake8==7.2.0
8585
# flake8-docstrings
8686
flake8-docstrings==1.7.0
8787
# via -r D:\git\template_python\requirements-dev.in
88-
fonttools==4.58.3
88+
fonttools==4.58.4
8989
# via matplotlib
9090
ghp-import==2.1.0
9191
# via mkdocs
@@ -134,7 +134,7 @@ kiwisolver==1.4.8
134134
# via matplotlib
135135
loguru==0.7.3
136136
# via -r D:\git\template_python\requirements.in
137-
mando==0.7.1
137+
mando==0.8.2
138138
# via radon
139139
markdown==3.8
140140
# via
@@ -173,7 +173,7 @@ more-itertools==10.7.0
173173
# via
174174
# jaraco-classes
175175
# jaraco-functools
176-
mypy==1.15.0
176+
mypy==1.16.0
177177
# via -r D:\git\template_python\requirements-dev.in
178178
mypy-extensions==1.1.0
179179
# via
@@ -201,7 +201,7 @@ packaging==25.0
201201
# twine
202202
paginate==0.5.7
203203
# via mkdocs-material
204-
pandas==2.2.3
204+
pandas==2.3.0
205205
# via -r D:\git\template_python\requirements.in
206206
pathspec==0.12.1
207207
# via
@@ -231,11 +231,11 @@ py-cpuinfo==9.0.0
231231
# via pytest-benchmark
232232
pycodestyle==2.13.0
233233
# via flake8
234-
pydantic==2.11.6
234+
pydantic==2.11.7
235235
# via
236236
# bump-my-version
237237
# pydantic-settings
238-
pydantic-core==2.33.2
238+
pydantic-core==2.35.1
239239
# via pydantic
240240
pydantic-settings==2.9.1
241241
# via bump-my-version
@@ -248,15 +248,15 @@ pygments==2.19.1
248248
# mkdocs-material
249249
# readme-renderer
250250
# rich
251-
pylint==3.3.6
251+
pylint==3.3.7
252252
# via -r D:\git\template_python\requirements-dev.in
253253
pymdown-extensions==10.15
254254
# via mkdocs-material
255255
pyparsing==3.2.3
256256
# via matplotlib
257257
pyproject-hooks==1.2.0
258258
# via build
259-
pytest==8.3.5
259+
pytest==8.4.0
260260
# via
261261
# -r D:\git\template_python\requirements-dev.in
262262
# pytest-benchmark
@@ -266,13 +266,13 @@ pytest==8.3.5
266266
# pytest-mock
267267
pytest-benchmark==5.1.0
268268
# via -r D:\git\template_python\requirements-dev.in
269-
pytest-cov==6.1.1
269+
pytest-cov==6.2.1
270270
# via -r D:\git\template_python\requirements-dev.in
271271
pytest-html==4.1.1
272272
# via -r D:\git\template_python\requirements-dev.in
273273
pytest-metadata==3.1.1
274274
# via pytest-html
275-
pytest-mock==3.14.0
275+
pytest-mock==3.14.1
276276
# via -r D:\git\template_python\requirements-dev.in
277277
python-dateutil==2.9.0.post0
278278
# via
@@ -327,7 +327,7 @@ rich==14.0.0
327327
# twine
328328
rich-click==1.8.9
329329
# via bump-my-version
330-
ruff==0.11.6
330+
ruff==0.11.13
331331
# via -r D:\git\template_python\requirements-dev.in
332332
s3transfer==0.13.0
333333
# via boto3
@@ -343,7 +343,7 @@ snowballstemmer==3.0.1
343343
# via pydocstyle
344344
stevedore==5.4.1
345345
# via bandit
346-
termcolor==2.3.0
346+
termcolor==2.5.0
347347
# via
348348
# -r D:\git\template_python\requirements-dev.in
349349
# commitizen
@@ -354,11 +354,11 @@ tomlkit==0.13.3
354354
# pylint
355355
twine==6.1.0
356356
# via -r D:\git\template_python\requirements-dev.in
357-
types-python-dateutil==2.9.0.20241206
357+
types-python-dateutil==2.9.0.20250516
358358
# via -r D:\git\template_python\requirements-dev.in
359-
types-pyyaml==6.0.12.20250402
359+
types-pyyaml==6.0.12.20250516
360360
# via -r D:\git\template_python\requirements-dev.in
361-
types-requests==2.32.0.20250328
361+
types-requests==2.32.4.20250611
362362
# via -r D:\git\template_python\requirements-dev.in
363363
typing-extensions==4.14.0
364364
# via

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ contourpy==1.3.2
1616
# via matplotlib
1717
cycler==0.12.1
1818
# via matplotlib
19-
fonttools==4.58.3
19+
fonttools==4.58.4
2020
# via matplotlib
2121
jmespath==1.0.1
2222
# via
@@ -37,7 +37,7 @@ numpy==1.26.4
3737
# scipy
3838
packaging==25.0
3939
# via matplotlib
40-
pandas==2.2.3
40+
pandas==2.3.0
4141
# via -r D:\git\template_python\requirements.in
4242
pika==1.3.2
4343
# via -r D:\git\template_python\requirements.in

0 commit comments

Comments
 (0)