From ad38ae506e57b005740d119741ff501a2c598fe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 16:43:20 +0000 Subject: [PATCH] Update werkzeug requirement from <1.1,>=1.0 to >=1.0,<3.1 Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [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/1.0.0...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 92e00c6..60c6190 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ nose mock -werkzeug>=1.0,<1.1 +werkzeug>=1.0,<3.1 eve>1.1,<1.2 MarkupSafe>2.0,<2.1 \ No newline at end of file