From c7c6f5f0b7225bb675cf43479f490f236b3a6899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 10:01:46 +0000 Subject: [PATCH] Bump watchdog from 2.2.1 to 2.3.1 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.2.1 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.2.1...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 a2f1ea8..8f07020 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==2.3.1 flake8==3.7.8 tox==4.4.4 coverage==7.1.0