Skip to content

Commit 9241f67

Browse files
committed
πŸ‘· chore: use uv build backend and bump deps
1 parent 0a36e36 commit 9241f67

File tree

2 files changed

+67
-56
lines changed

2 files changed

+67
-56
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ expr_simplifier = "expr_simplifier.__main__:main"
3232

3333
[dependency-groups]
3434
dev = [
35-
"pyright>=1.1.386",
36-
"ruff>=0.7.1",
37-
"pytest>=8.3.3",
38-
"pytest-rerunfailures>=14.0",
35+
"pyright>=1.1.403",
36+
"ruff>=0.12.5",
37+
"pytest>=8.4.1",
38+
"pytest-rerunfailures>=15.1",
3939
]
4040

4141
[tool.pyright]
@@ -83,5 +83,5 @@ combine-as-imports = true
8383
python_files = ["tests/*.py", "tests/**/*.py"]
8484

8585
[build-system]
86-
requires = ["hatchling"]
87-
build-backend = "hatchling.build"
86+
requires = ["uv_build>=0.8.3,<0.9.0"]
87+
build-backend = "uv_build"

0 commit comments

Comments
Β (0)