From 8ac6121a0d89393b24043a13c65265a0a43ad586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:48:59 +0000 Subject: [PATCH] Bump watchfiles from 0.24.0 to 1.0.3 in /api Bumps [watchfiles](https://github.com/samuelcolvin/watchfiles) from 0.24.0 to 1.0.3. - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v0.24.0...v1.0.3) --- updated-dependencies: - dependency-name: watchfiles dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 3356354..7cd3fab 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -32,5 +32,5 @@ typing_extensions==4.12.2 ujson==5.10.0 uvicorn==0.34.0 uvloop==0.21.0 -watchfiles==0.24.0 +watchfiles==1.0.3 websockets==12.0