Skip to content

Commit

Permalink
Update watchdog requirement from ~=2.1 to >=2.1,<7.0 in /pkg_lifeblood
Browse files Browse the repository at this point in the history
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](gorakhargosh/watchdog@v2.1.0...v6.0.0)

---
updated-dependencies:
- dependency-name: watchdog
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 2831689 commit 8fea473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg_lifeblood/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install_requires =
pywin32==306; platform_system=="Windows"
semantic-version~=2.10
toml~=0.10
watchdog~=2.1
watchdog>=2.1,<7.0

[options.packages.find]
where = src
Expand Down

0 comments on commit 8fea473

Please sign in to comment.