From dc3bb9841a72f8d0ba2acf89e1d6bb5b78f26c20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2024 10:21:03 +0000 Subject: [PATCH] chore(deps): update dependency watchdog to v4.0.2 --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e81f0e35..a33a28e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,5 +30,5 @@ regex==2024.7.24; python_version >= '3.8' requests==2.32.3; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==2.2.2; python_version >= '3.8' -watchdog==4.0.1; python_version >= '3.8' +watchdog==4.0.2; python_version >= '3.8' wcwidth==0.2.13 diff --git a/requirements.txt b/requirements.txt index 3141a867..109d0b7b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,5 +29,5 @@ regex==2024.7.24; python_version >= '3.8' requests==2.32.3; python_version >= '3.7' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' urllib3==2.2.2; python_version >= '3.8' -watchdog==4.0.1; python_version >= '3.8' +watchdog==4.0.2; python_version >= '3.8' wcwidth==0.2.13