From 7e69fe03bff318d4e473a1d76fb832443bd8b9d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 09:17:50 +0000 Subject: [PATCH] Bump werkzeug[watchdog] from 3.0.3 to 3.1.2 Bumps [werkzeug[watchdog]](https://github.com/pallets/werkzeug) from 3.0.3 to 3.1.2. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.3...3.1.2) --- updated-dependencies: - dependency-name: werkzeug[watchdog] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 81827f5..b817b17 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,6 +1,6 @@ -r base.txt -Werkzeug[watchdog]==3.0.3 # https://github.com/pallets/werkzeug +Werkzeug[watchdog]==3.1.2 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb psycopg[c]==3.1.19 # https://github.com/psycopg/psycopg watchfiles==0.22.0 # https://github.com/samuelcolvin/watchfiles