From 238912f9abe8b5f3db847e7d74607c36ad3cf9d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:46:27 +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.0.0...v1.1.0) --- updated-dependencies: - dependency-name: watchfiles dependency-version: 1.1.0 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 2f0dd094f..b17e3220e 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.0,>=1.0.0", + "watchfiles>=1.0.0,<1.2.0", "rich<14.0.0,>=13.7.1", "pydantic<3.0.0,>=2.9.2", "pydantic-settings>=2.0.0",