From 4250464bbee1bb074b2f0126796bb6f6f92ce16c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 05:32:57 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 3.0.1 to 3.0.2 in /requirements Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.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.1...3.0.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local-base.txt b/requirements/local-base.txt index 6b5a296f..77f12fae 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -20,7 +20,7 @@ structlog==24.1.0 colorama==0.4.6 django-ipware==6.0.4 -Werkzeug==3.0.1 # https://github.com/pallets/werkzeug +Werkzeug==3.0.2 # https://github.com/pallets/werkzeug ipdb==0.13.13 # https://github.com/gotcha/ipdb psycopg2-binary==2.9.9 # https://github.com/psycopg/psycopg2