From 63e2afb872cc11a780bbbd76494af1e6b2ce8ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 15:44:34 +0000 Subject: [PATCH] Bump werkzeug from 0.16.0 to 3.0.1 in /Baselines/streaming_sparse_gp Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.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/0.16.0...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Baselines/streaming_sparse_gp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Baselines/streaming_sparse_gp/requirements.txt b/Baselines/streaming_sparse_gp/requirements.txt index f424816..c30d1f4 100644 --- a/Baselines/streaming_sparse_gp/requirements.txt +++ b/Baselines/streaming_sparse_gp/requirements.txt @@ -33,5 +33,5 @@ tensorboard==1.14.0 tensorflow==1.13.0 tensorflow-estimator==1.14.0 termcolor==1.1.0 -Werkzeug==0.16.0 +Werkzeug==3.0.1 wrapt==1.11.2