Skip to content

Commit c61130e

Browse files
committed
👷 chore: use uv build backend and bump deps
1 parent 9004aec commit c61130e

File tree

2 files changed

+153
-112
lines changed

2 files changed

+153
-112
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ classifiers = [
1919
dependencies = [
2020
"aiofiles>=24.1.0",
2121
"colored>=2.3.0",
22-
"typing-extensions>=4.13.2",
23-
"watchfiles>=1.0.5",
22+
"typing-extensions>=4.14.1",
23+
"watchfiles>=1.1.0",
2424
]
2525

2626
[project.urls]
@@ -34,9 +34,9 @@ watchfs = "watchfs.__main__:main"
3434

3535
[dependency-groups]
3636
dev = [
37-
"pyright>=1.1.400",
38-
"ruff>=0.11.9",
39-
"pytest>=8.3.5",
37+
"pyright>=1.1.403",
38+
"ruff>=0.12.5",
39+
"pytest>=8.4.1",
4040
"pytest-rerunfailures>=15.1",
4141
"tomli>=2.2.1",
4242
]
@@ -100,5 +100,5 @@ known-first-party = ["watchfs"]
100100
combine-as-imports = true
101101

102102
[build-system]
103-
requires = ["hatchling"]
104-
build-backend = "hatchling.build"
103+
requires = ["uv_build>=0.8.3,<0.9.0"]
104+
build-backend = "uv_build"

0 commit comments

Comments
 (0)