From 2a6cefbec8e83eb307bb5343c9f66cd178b8e085 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 13:21:57 +0000 Subject: [PATCH] Bump watchfiles from 0.21.0 to 0.22.0 Bumps [watchfiles](https://github.com/samuelcolvin/watchfiles) from 0.21.0 to 0.22.0. - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v0.21.0...v0.22.0) --- updated-dependencies: - dependency-name: watchfiles dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 4ae104d4..b461f504 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -199,7 +199,7 @@ uvicorn[standard]==0.29.0 # fastapi_app (pyproject.toml) uvloop==0.19.0 # via uvicorn -watchfiles==0.21.0 +watchfiles==0.22.0 # via uvicorn websockets==12.0 # via uvicorn