From 912e3cf384baa6d714ec36cad1e5913be4476461 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 16:33:05 +0000 Subject: [PATCH] chore(deps): bump watchfiles from 1.2.0 to 1.3.0 Bumps [watchfiles](https://github.com/samuelcolvin/watchfiles) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v1.2.0...v1.3.0) --- updated-dependencies: - dependency-name: watchfiles dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index c23acedb7..7965c5d6d 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,7 +1,7 @@ -r base.txt psycopg2-binary==2.9.13 # https://github.com/psycopg/psycopg2 -watchfiles==1.2.0 # https://github.com/samuelcolvin/watchfiles +watchfiles==1.3.0 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------