Skip to content

Commit fd536b1

Browse files
⬆️ Bump ruff to v0.14.4
1 parent 2bccf66 commit fd536b1

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.14.0",
42+
"ruff==0.14.4",
4343
"aiohttp==3.13.2",
4444
"prometheus-client==0.23.1",
4545
"mashumaro==3.17",
@@ -49,7 +49,7 @@ dependencies = [
4949

5050
[tool.hatch.envs.hatch-static-analysis]
5151
dependencies = [
52-
"ruff==0.14.0",
52+
"ruff==0.14.4",
5353
]
5454
config-path = "none"
5555

0 commit comments

Comments
 (0)