From 612948f7043a0dc46db4b1f3e094ed03136f566e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:28:41 +0000 Subject: [PATCH] build(deps): bump watchdog from 4.0.2 to 5.0.1 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.2 to 5.0.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/v4.0.2...v5.0.1) --- 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 132a742..c59201a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-sqlalchemy==3.1.1 PyYAML==6.0.2 requests==2.32.3 unzip_http==0.6 -watchdog==4.0.2 +watchdog==5.0.1 Werkzeug==3.0.3 # NSTools