From fa3528bce7ee6d54317730c07b06847a60d5d552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:32:56 +0000 Subject: [PATCH] build(deps): Bump werkzeug from 0.15.5 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 to 3.0.1. - [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/0.15.5...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 2bd696ea6c..484494e6b6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,7 +1,7 @@ pytest==3.7.3 pytest-forked==1.1.0 tox==3.7.0 -Werkzeug==0.15.5 +Werkzeug==3.0.1 pytest-localserver==0.4.1 pytest-cov==2.6.0 gevent