Skip to content

Commit e01b2d2

Browse files
⬆️ Bump ruff to v0.15.21
1 parent d6d7435 commit e01b2d2

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
@@ -42,7 +42,7 @@ python = ["3.14", "3.13", "3.12"]
4242

4343
[tool.hatch.envs.default]
4444
dependencies = [
45-
"ruff==0.15.20",
45+
"ruff==0.15.21",
4646
"aiohttp==3.14.1",
4747
"prometheus-client==0.25.0",
4848
"mashumaro==3.22",
@@ -56,7 +56,7 @@ dependencies = [
5656

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

0 commit comments

Comments
 (0)