From aab314da16c38adbff68fc29124eeaec322b7d44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:31:01 +0000 Subject: [PATCH] chore(deps): update watchfiles requirement Updates the requirements on [watchfiles](https://github.com/samuelcolvin/watchfiles) to permit the latest version. - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: watchfiles dependency-version: 1.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2c0e652f..a7399617d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "networkx>=3.4.1", "wrapt<2.0.0,>=1.16.0", "pyright<2.0.0,>=1.1.372", - "watchfiles<1.1.1,>=1.1.0", + "watchfiles>=1.1.0,<1.1.2", "rich<14.0.0,>=13.7.1", "pydantic<3.0.0,>=2.9.2", "pydantic-settings>=2.0.0",