From 197338aee6b022f3583c0f5acaee89c8d55cae0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Apr 2022 22:37:46 +0000 Subject: [PATCH] build(deps): bump werkzeug from 1.0.1 to 2.1.2 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.1 to 2.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/1.0.1...2.1.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-major ... 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 5b81549..c02d3cb 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -1,6 +1,6 @@ -r base.txt -Werkzeug==1.0.1 # https://github.com/pallets/werkzeug +Werkzeug==2.1.2 # https://github.com/pallets/werkzeug ipdb==0.13.7 # https://github.com/gotcha/ipdb psycopg2==2.8.5 --no-binary psycopg2 # https://github.com/psycopg/psycopg2