From 306e0e922aee8448f73494b4f827ce9dd485e5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 20:51:19 +0000 Subject: [PATCH] Bump watchdog from 0.9.0 to 3.0.0 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 0.9.0 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/v0.9.0...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 2c5c4b1..8c9b416 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -12,5 +12,5 @@ pytest_cov==2.7.1 Sphinx==2.2.0 sphinx_rtd_theme==0.4.3 bumpversion==0.5.3 -watchdog==0.9.0 +watchdog==3.0.0 pytest-runner==5.1