From f6d3bc7bd5f344bbb16bb00b8ede60b9e2275b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:40:25 +0000 Subject: [PATCH] build(deps): bump watchdog from 2.1.6 to 4.0.0 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 2.1.6 to 4.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.1.6...v4.0.0) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e411584..88e69f6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ py-irclib == 0.3.0 pyowm == 3.3.0 requests == 2.31.0 urllib3 == 2.2.1 -watchdog == 2.1.6 +watchdog == 4.0.0 yarl == 1.9.4