From 22a123d3330715127405a4467544634a0340937d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:12:27 +0000 Subject: [PATCH] Bump werkzeug from 1.0.0 to 3.0.1 in /python Bumps [werkzeug](https://github.com/pallets/werkzeug) from 1.0.0 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/1.0.0...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 8e70a78..cca3949 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -47,5 +47,5 @@ tensorflow-estimator==2.2.0rc0 termcolor==1.1.0 tqdm==4.44.0 urllib3==1.25.8 -Werkzeug==1.0.0 +Werkzeug==3.0.1 wrapt==1.12.1