From 5c40ab1537e88963411bd1e2bb7fd5286686903c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 15:22:39 +0000 Subject: [PATCH] Bump werkzeug from 2.3.7 to 2.3.8 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 2.3.8. - [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.3.7...2.3.8) --- 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 d95b80c..ce6b28a 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ "eth_account", "coloredlogs==15.0.1", "Flask==2.1.2", - "Werkzeug==2.3.7", + "Werkzeug==2.3.8", "Flask-Cors==3.0.9", "flask-swagger==0.2.14", "flask-swagger-ui==3.20.9",