From 596bc98b7baa62cb1b93a21c53c06810f74f7e4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 17:14:51 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 2.3.7 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.7. - [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.3...2.3.7) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e4bf069b..74e66ddf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,5 +16,5 @@ pytest==7.3.0 PyYAML==6.0 requests==2.28.2 requests-mock==1.10.0 -werkzeug==2.2.3 +werkzeug==2.3.7 WTForms==3.0.1