From 132051f4b37f7fec24e2486a6e5a66ad31bdc1da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:02:18 -0800 Subject: [PATCH] Bump werkzeug from 2.2.2 to 2.2.3 (#92) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3. - [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.2.2...2.2.3) --- 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 a520e15a..440833f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ pytest==7.2.1 PyYAML==6.0 requests==2.28.2 requests-mock==1.10.0 -werkzeug==2.2.2 +werkzeug==2.2.3 WTForms==3.0.1