From 3c1078d08b31cbb5505b4631762ba9eb3739efee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:47:03 +0000 Subject: [PATCH] build(deps): Bump werkzeug from 0.15.5 to 2.2.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.5 to 2.2.3. - [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...2.2.3) --- 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..32c3027542 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==2.2.3 pytest-localserver==0.4.1 pytest-cov==2.6.0 gevent