Skip to content

Commit 943875e

Browse files
⬆️ Bump ruff to v0.15.8
1 parent ae78c23 commit 943875e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python = ["3.14", "3.13", "3.12"]
4242

4343
[tool.hatch.envs.default]
4444
dependencies = [
45-
"ruff==0.15.7",
45+
"ruff==0.15.8",
4646
"aiohttp==3.13.3",
4747
"prometheus-client==0.24.1",
4848
"mashumaro==3.20",
@@ -56,7 +56,7 @@ dependencies = [
5656

5757
[tool.hatch.envs.hatch-static-analysis]
5858
dependencies = [
59-
"ruff==0.15.7",
59+
"ruff==0.15.8",
6060
]
6161
config-path = "none"
6262

0 commit comments

Comments
 (0)