Skip to content

Commit 35bf675

Browse files
Bump ruff to v0.12.4
1 parent 0ea747f commit 35bf675

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ include = [
3939

4040
[tool.hatch.envs.default]
4141
dependencies = [
42-
"ruff==0.12.3",
42+
"ruff==0.12.4",
4343
"aiohttp==3.12.14",
4444
"prometheus-client==0.22.1",
4545
"mashumaro==3.16",
@@ -49,7 +49,7 @@ dependencies = [
4949

5050
[tool.hatch.envs.hatch-static-analysis]
5151
dependencies = [
52-
"ruff==0.12.3",
52+
"ruff==0.12.4",
5353
]
5454
config-path = "ruff.toml"
5555

0 commit comments

Comments
 (0)