From 6f8db948188ed4881c5b9b571827e793838ded47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:27:32 +0000 Subject: [PATCH] Update dependency watchfiles to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2360b81..49bf4763 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ pyparsing = "^3.1.2" python = ">=3.12,<4.0" Twisted = { extras = ["tls", "http2"], version = "^24.3.0" } wait-for-it = "^2.2.2" -watchfiles = "^0.24.0" +watchfiles = "^1.0.0" whitenoise = "^6.0.0" django-betterforms = "^2.0.0" xlsxwriter = "^3.2.0"