From 9ec485f190a67b0011789db1ae3c10827611f9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:59:37 +0000 Subject: [PATCH] build(deps): bump watchdog from 4.0.1 to 4.0.2 in /_build Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.0.1 to 4.0.2. - [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.1...v4.0.2) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- _build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index f426d13..281394f 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -19,5 +19,5 @@ PyYAML==6.0.2 pyyaml_env_tag==0.1 six==1.16.0 soupsieve==2.5 -watchdog==4.0.1 +watchdog==4.0.2 zipp==3.19.2