From bb46c97f257f84aec67290bb26e7f026a8fc7636 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 19:59:45 +0000 Subject: [PATCH] Update dependency watchdog to v5.0.3 --- requirements-test.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 265f763..6ad78ec 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -36,4 +36,4 @@ sniffio==1.3.1 ; python_version >= "3.11" and python_version < "4.0" test-results-parser==0.1.0 ; python_version >= "3.11" and python_version < "4.0" tree-sitter==0.20.4 ; python_version >= "3.11" and python_version < "4.0" urllib3==2.2.2 ; python_version >= "3.11" and python_version < "4.0" -watchdog==5.0.0 ; python_version >= "3.11" and python_version < "4.0" +watchdog==5.0.3 ; python_version >= "3.11" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index f253841..13180d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ hyperframe==6.0.1 ; python_version >= "3.11" and python_version < "4.0" multidict==6.0.5 ; python_version >= "3.11" and python_version < "4.0" protobuf==5.28.0 ; python_version >= "3.11" and python_version < "4.0" setuptools==74.0.0 ; python_version >= "3.11" and python_version < "4.0" -watchdog==5.0.0 ; python_version >= "3.11" and python_version < "4.0" +watchdog==5.0.3 ; python_version >= "3.11" and python_version < "4.0"