From 2f94b1e007ee797a911c098d4c3aaef3c4049514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 14:36:05 +0000 Subject: [PATCH] chore(deps): bump watchfiles from 0.23.0 to 0.24.0 Bumps [watchfiles](https://github.com/samuelcolvin/watchfiles) from 0.23.0 to 0.24.0. - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v0.23.0...v0.24.0) --- updated-dependencies: - dependency-name: watchfiles dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index be76342..49f8dfd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,5 +49,5 @@ urllib3==2.2.2 uvicorn==0.30.6 uvloop==0.20.0 virtualenv==20.26.3 -watchfiles==0.23.0 +watchfiles==0.24.0 websockets==13.0.1