Update watchdog to 6.0.0

Doesn't fix ignore patterns not working on Windows.
This commit is contained in:
Isaiah Odhner 2024-11-02 11:49:54 -04:00
parent 2a3c3f2d1d
commit fc269f3a90
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ rich==13.4.2
stransi==0.3.0
textual==0.38.1
textual-dev==1.1.0 # for development (`textual` CLI)
watchdog==3.0.0 # for development; optional (only used when --restart-on-changes is passed)
watchdog==6.0.0 # for development; optional (only used when --restart-on-changes is passed)
types-Pillow==10.0.0.1 # for development
types-psutil==5.9.5.15 # for development
pytest==7.4.1 # for development

View File

@ -64,7 +64,7 @@ install_requires =
Pillow==9.5.0
[options.extras_require]
dev =
watchdog==3.0.0
watchdog==6.0.0
psutil==5.9.0
types-Pillow==10.0.0.1
types-psutil==5.9.5.15