From e29554250675cd2c0b2d431f9d9f12e5363aba0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 11:33:38 +0000 Subject: [PATCH] chore(deps): bump watchfiles from 0.22.0 to 0.23.0 Bumps [watchfiles](https://github.com/samuelcolvin/watchfiles) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/samuelcolvin/watchfiles/releases) - [Commits](https://github.com/samuelcolvin/watchfiles/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: watchfiles dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51f0b414e4..6803bef4b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -131,7 +131,7 @@ testing = [ "pydantic-settings>=2.0.0,<3.0.0", "httpx==0.27.0", "PyYAML==6.0.1", - "watchfiles==0.22.0", + "watchfiles==0.23.0", "email-validator==2.2.0", ]