Skip to content

Commit 619c905

Browse files
Bump ruff to v0.12.3 (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a73032d commit 619c905

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
@@ -39,7 +39,7 @@ include = [
3939

4040
[tool.hatch.envs.default]
4141
dependencies = [
42-
"ruff==0.12.2",
42+
"ruff==0.12.3",
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.2",
52+
"ruff==0.12.3",
5353
]
5454
config-path = "ruff.toml"
5555

0 commit comments

Comments
 (0)