From 82bec0dc5269bce8d025d23ee059953a6f127bd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 May 2022 11:10:59 +0200 Subject: [PATCH] feat(deps): bump werkzeug from 2.1.1 to 2.1.2 (#179) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.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/2.1.1...2.1.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad509726..7ca6b60d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Werkzeug==2.1.1 +Werkzeug==2.1.2 Jinja2==3.1.2 configargparse==1.5.3 CherryPy==18.6.1