Skip to content

Commit 78ddde0

Browse files
⬆️ Bump ruff to v0.15.2 (#134)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b97d08 commit 78ddde0

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.1",
45+
"ruff==0.15.2",
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.1",
59+
"ruff==0.15.2",
6060
]
6161
config-path = "none"
6262

0 commit comments

Comments
 (0)