File tree Expand file tree Collapse file tree 2 files changed +153
-112
lines changed
Expand file tree Collapse file tree 2 files changed +153
-112
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ classifiers = [
1919dependencies = [
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 ]
3636dev = [
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"]
100100combine-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 "
You can’t perform that action at this time.
0 commit comments