From dc78e6485d10af6530df315c8c2d3b9a73de1211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 17:08:50 +0000 Subject: [PATCH] Bump watchdog from 2.1.5 to 2.1.9 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.1.5 to 2.1.9. - [Release notes](https://github.com/gorakhargosh/watchdog/releases) - [Changelog](https://github.com/gorakhargosh/watchdog/blob/master/changelog.rst) - [Commits](https://github.com/gorakhargosh/watchdog/compare/v2.1.5...v2.1.9) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aeabc9e..64047e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" colorama = "0.4.5" -watchdog = "2.1.5" +watchdog = "2.1.9" [build-system] requires = ["poetry-core>=1.0.0"]