Skip to content

Commit a438753

Browse files
committed
chore: make upgrade
1 parent 7b33457 commit a438753

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
exclude: "stress_phystoken|\\.py,cover$"
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.15.5
19+
rev: v0.15.6
2020
hooks:
2121
- id: ruff-format
2222

doc/requirements.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ idna==3.11
4242
# via
4343
# anyio
4444
# requests
45-
imagesize==1.4.1
45+
imagesize==2.0.0
4646
# via sphinx
4747
jinja2==3.1.6
4848
# via

requirements/dev.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ backports-tarfile==1.2.0 ; python_full_version < '3.12' and platform_machine !=
88
# via jaraco-context
99
build==1.4.0
1010
# via check-manifest
11-
cachetools==7.0.1
11+
cachetools==7.0.2
1212
# via tox
1313
certifi==2026.2.25
1414
# via requests
@@ -49,7 +49,7 @@ exceptiongroup==1.3.1 ; python_full_version < '3.11'
4949
# pytest
5050
execnet==2.1.2
5151
# via pytest-xdist
52-
filelock==3.24.3
52+
filelock==3.25.0
5353
# via
5454
# python-discovery
5555
# tox
@@ -185,7 +185,7 @@ tomli==2.4.0 ; python_full_version < '3.11'
185185
# tox
186186
tomlkit==0.14.0
187187
# via pylint
188-
tox==4.46.3
188+
tox==4.47.3
189189
# via
190190
# -r requirements/tox.in
191191
# tox-gh

requirements/kit.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependency-groups==1.3.1
3232
# via cibuildwheel
3333
docutils==0.22.4
3434
# via readme-renderer
35-
filelock==3.24.3
35+
filelock==3.25.0
3636
# via cibuildwheel
3737
humanize==4.15.0
3838
# via cibuildwheel

requirements/pip.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# make upgrade
33
distlib==0.4.0
44
# via virtualenv
5-
filelock==3.24.3
5+
filelock==3.25.0
66
# via
77
# python-discovery
88
# virtualenv

requirements/tox.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# This file was autogenerated by uv via the following command:
22
# make upgrade
3-
cachetools==7.0.1
3+
cachetools==7.0.2
44
# via tox
55
colorama==0.4.6
66
# via
77
# -r requirements/tox.in
88
# tox
99
distlib==0.4.0
1010
# via virtualenv
11-
filelock==3.24.3
11+
filelock==3.25.0
1212
# via
1313
# python-discovery
1414
# tox
@@ -32,7 +32,7 @@ tomli==2.4.0 ; python_full_version < '3.11'
3232
# via
3333
# pyproject-api
3434
# tox
35-
tox==4.46.3
35+
tox==4.47.3
3636
# via
3737
# -r requirements/tox.in
3838
# tox-gh

0 commit comments

Comments
 (0)