From 4fa993171081102bd8771f6944deaf92cc05f277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 23:02:22 +0000 Subject: [PATCH] build(deps): bump watchdog from 5.0.2 to 5.0.3 in /_build Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 5.0.2 to 5.0.3. - [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/v5.0.2...v5.0.3) --- 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 2035a9e..657d77c 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.6 -watchdog==5.0.2 +watchdog==5.0.3 zipp==3.20.2