diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index b613046..b78c2f4 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ dependencies = [ "Werkzeug[watchdog]==3.1.3", "ipdb==0.13.13", - "watchfiles==1.0.4", + "watchfiles==1.1.1", "mypy==1.15.0", "pytest==8.3.5", "pytest-sugar==1.0.0", diff --git a/requirements/local.txt b/requirements/local.txt index c22d9b1..27cdeaa 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -2,7 +2,7 @@ Werkzeug[watchdog]==3.1.3 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb -watchfiles==1.0.4 # https://github.com/samuelcolvin/watchfiles +watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------