From 1b25d44cf976697f6d208b37ea96c9b0eab6c054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Aug 2025 20:02:07 +0000 Subject: [PATCH] build(deps): bump watchfiles from 1.0.4 to 1.1.0 Bumps [watchfiles](https://github.com/samuelcolvin/watchfiles) from 1.0.4 to 1.1.0. - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v1.0.4...v1.1.0) --- updated-dependencies: - dependency-name: watchfiles dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements/local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index b613046..e0233ec --- 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.0", "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..64411ab 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.0 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------