From 2a28dc357d3363cb6161345ffeec300f8678de0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jun 2023 01:30:54 +0000 Subject: [PATCH] Bump werkzeug from 2.3.4 to 2.3.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.4 to 2.3.6. - [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.4...2.3.6) --- 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 678a0cd4..62c1ff44 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.0.1 -Werkzeug==2.3.4 +Werkzeug==2.3.6 setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability