From ff3aade39d1ea3eb92a7b96ee933e0563b9a0bb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Mar 2024 15:44:13 +0000 Subject: [PATCH] Update watchdog requirement from ~=2.1 to >=2.1,<5.0 in /pkg_lifeblood Updates the requirements on [watchdog](https://github.com/gorakhargosh/watchdog) to permit the latest version. - [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.0...v4.0.0) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pkg_lifeblood/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg_lifeblood/setup.cfg b/pkg_lifeblood/setup.cfg index 8b2a50d1..6342a0bd 100644 --- a/pkg_lifeblood/setup.cfg +++ b/pkg_lifeblood/setup.cfg @@ -28,7 +28,7 @@ install_requires = pywin32==306; platform_system=="Windows" semantic-version~=2.10 toml~=0.10 - watchdog~=2.1 + watchdog>=2.1,<5.0 [options.packages.find] where = src