From 9e780eeddb7420d5a239216e602da314276896c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 17:30:24 +0000 Subject: [PATCH] Bump werkzeug from 2.0.3 to 3.0.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.3 to 3.0.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/2.0.3...3.0.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d4723d2d..384fbf6a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "Jinja2>=2.10.1,<3.1", "gunicorn==20.0.4", "coloredlogs==15.0.1", - "Werkzeug==2.0.3", + "Werkzeug==3.0.3", "eciespy==0.3.11", "coincurve>=13,<15", "ipaddress==1.0.23",