From 1df0ea3af43a8bfa1df0724fa3b64d9040da584c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 05:26:33 +0000 Subject: [PATCH] [pip](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/v0.21.0...v1.0.0) --- updated-dependencies: - dependency-name: watchfiles dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ee2717..08c5d43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ psutil>=6.0.0,<7 prometheus-client>=0.20.0,<1 prometheus-async>=22.2.0,<23 jishaku>=2.5.2,<3 -watchfiles>=0.21.0,<1 +watchfiles>=0.21.0,<2 PyYAML>=6.0.1,<7 typing_extensions>=4.11.0,<5