From 29f153610c58ba6b0d818b091b94a6c84b73830b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 21:56:53 +0000 Subject: [PATCH] [DEPENDABOT]: Bump watchdog from 2.1.3 to 2.3.0 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.1.3 to 2.3.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.1.3...v2.3.0) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:development update-type: version-update:semver-minor ... 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 1aebd77..cf2bd0e 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip>=20.2.2 wheel>=0.34.2 -watchdog==2.1.3 +watchdog==2.3.0 flake8==3.9.2 tox==3.24.0 coverage==5.5