From 3b15e42f6ae41ee03bca6eaeff6c7bb1857c3d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 15:27:00 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 2.3.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 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.2.3...2.3.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index c7d4040f8..62c39bcd5 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -1,5 +1,5 @@ Flask==2.2.3 -werkzeug==2.2.3 +werkzeug==2.3.6 coverage==7.2.7 argparse Django>=2.0.6