From 2b78db570ab180d1e86b9d6a5fd97b1cc8bcdbde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 10:07:40 +0000 Subject: [PATCH] Bump watchdog from 2.2.1 to 3.0.0 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.2.1 to 3.0.0. - [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.2.1...v3.0.0) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index a2f1ea8..4a590b5 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,7 +1,7 @@ pip==23.0 bump2version==1.0.1 wheel==0.38.4 -watchdog==2.2.1 +watchdog==3.0.0 flake8==3.7.8 tox==4.4.4 coverage==7.1.0