File tree Expand file tree Collapse file tree 3 files changed +77
-76
lines changed
Expand file tree Collapse file tree 3 files changed +77
-76
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ classifiers = [
1818]
1919dependencies = [
2020 " aiofiles>=24.1.0" ,
21- " colored>=2.2.4 " ,
22- " typing-extensions>=4.12 .2" ,
23- " watchfiles>=1.0.0 " ,
21+ " colored>=2.3.0 " ,
22+ " typing-extensions>=4.13 .2" ,
23+ " watchfiles>=1.0.5 " ,
2424]
2525
2626[project .urls ]
@@ -34,10 +34,10 @@ watchfs = "watchfs.__main__:main"
3434
3535[dependency-groups ]
3636dev = [
37- " pyright>=1.1.389 " ,
38- " ruff>=0.8.1 " ,
39- " pytest>=8.3.4 " ,
40- " pytest-rerunfailures>=15.0 " ,
37+ " pyright>=1.1.400 " ,
38+ " ruff>=0.11.9 " ,
39+ " pytest>=8.3.5 " ,
40+ " pytest-rerunfailures>=15.1 " ,
4141 " tomli>=2.2.1" ,
4242]
4343
Original file line number Diff line number Diff line change 77from typing import TYPE_CHECKING
88
99from aiofiles .os import wrap
10- from colored import Back , Fore # type: ignore
10+ from colored import Back , Fore
1111from watchfiles import Change , awatch # type: ignore
1212
1313from watchfs import __version__
You can’t perform that action at this time.
0 commit comments