From ffb7fbdb586027eef28b6d34af6e260dc34cd594 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 21:39:51 +0000 Subject: [PATCH] Bump werkzeug from 2.3.6 to 2.3.7 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 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.3.6...2.3.7) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8a1356eb..83aef719 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,5 +11,5 @@ pycodestyle==2.10.0 pydocstyle==6.3.0 requests==2.31.0 Sphinx==7.1.2 -Werkzeug==2.3.6 +Werkzeug==2.3.7 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability