From f04b801e05767262430103eeb9dd7638354994e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 20:57:28 +0000 Subject: [PATCH] [DEPENDABOT]: Bump watchdog from 2.0.2 to 2.3.1 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.0.2 to 2.3.1. - [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.0.2...v2.3.1) --- 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 2e9d9fe..ce53970 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ pip>=20.2.2 wheel>=0.35.1 -watchdog==2.0.2 +watchdog==2.3.1 flake8==3.9.0 tox==3.23.0 coverage==5.5