From c7a96396e4fe796aad8066cef9dae4bba2b896a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 21:58:06 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 2.3.4 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.4. - [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.4) --- 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 7f61b795..f6283f38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ pycodestyle==2.10.0 pydocstyle==6.3.0 requests==2.28.2 Sphinx==6.1.3 -Werkzeug==2.2.3 +Werkzeug==2.3.4 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability