We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535b9af commit 94b6857Copy full SHA for 94b6857
1 file changed
pyproject.toml
@@ -16,14 +16,14 @@ Homepage = "https://fable.io"
16
17
[dependency-groups]
18
dev = [
19
- "pytest>=9.1.0,<10",
20
- "ruff>=0.15.17,<0.16",
21
- "maturin>=1.14.0,<2",
+ "pytest>=9.1.1,<10",
+ "ruff>=0.15.19,<0.16",
+ "maturin>=1.14.1,<2",
22
"dunamai>=1.26.1,<2",
23
"pydantic>=2.13.4",
24
"attrs>=26.1.0",
25
"pyright>=1.1.410",
26
- "ty>=0.0.49",
+ "ty>=0.0.52",
27
]
28
29
[tool.hatch.build.targets.sdist]
0 commit comments