Skip to content

Commit c41a84d

Browse files
committed
ci: upgrade ruff to 0.14.9 and hatch-vcs to 0.5.0
1 parent ad62785 commit c41a84d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[build-system]
44
requires = [
55
"hatchling>=1.27.0,<2.0",
6-
"hatch-vcs>=0.4.0,<0.5.0",
7-
"ruff==0.11.2",
6+
"hatch-vcs>=0.5.0,<0.6.0",
7+
"ruff==0.14.9",
88
"pyright>=1.1.398,<1.2.0",
99
]
1010
build-backend = "hatchling.build"
@@ -15,7 +15,7 @@ dynamic = ["version"]
1515
dependencies = [
1616
"jitx>=0.1.dev,<0.2.0",
1717
"jitxstd>=0.1.dev,<0.2.0",
18-
"ruff==0.11.2",
18+
"ruff==0.14.9",
1919
"pyright>=1.1.398,<1.2.0",
2020
]
2121
requires-python = ">=3.12"
@@ -51,7 +51,7 @@ fallback-version = "0.0.0+undefined"
5151

5252
# formatting: run "hatch fmt --check"
5353
[tool.hatch.envs.hatch-static-analysis]
54-
dependencies = ["ruff==0.11.2"]
54+
dependencies = ["ruff==0.14.9"]
5555
config-path = "none" # don't use hatch defaults
5656

5757
[tool.ruff]

0 commit comments

Comments
 (0)