From 9e0a19350529ff1ec44595138c6baf941a5023b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:38:57 +0000 Subject: [PATCH] Bump watchdog from 4.0.2 to 5.0.3 Bumps [watchdog](https://github.com/gorakhargosh/watchdog) from 4.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/v4.0.2...v5.0.3) --- updated-dependencies: - dependency-name: watchdog dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index c95d16d..48cba1d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4110,4 +4110,4 @@ test = ["coverage (>=5.3.1)", "prompt-toolkit (>=3.0.29)", "pygments (>=2.2)", " [metadata] lock-version = "2.0" python-versions = "3.12.*" -content-hash = "fe1a8e187afa1f59c442b4feb0a951b51554f74327322fa605e2252d3b2141bd" +content-hash = "bbedb25dc546925bb7afd6193d80a5c6401b40e3f64f19be604d85df394b8163" diff --git a/pyproject.toml b/pyproject.toml index d467107..ec7e960 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ makim = "1.16.0" compose-go = "^2.29.7" containers-sugar = "1.14.1" ruff = "^0.6.8" -watchdog = "^5.0.2" +watchdog = "^5.0.3" werkzeug = {extras = ["watchdog"], version = "^3.0.4"} ipdb = "^0.13.13" psycopg2-binary = "^2.9.9"