From ded9c979dc1820699332f69ca801b2013574c777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 08:18:14 +0100 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /larq_compute_engine (#813) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.3 to 3.0.6. - [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/3.0.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- larq_compute_engine/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/larq_compute_engine/requirements.txt b/larq_compute_engine/requirements.txt index fff3fa56..fdcf7610 100644 --- a/larq_compute_engine/requirements.txt +++ b/larq_compute_engine/requirements.txt @@ -169,7 +169,7 @@ typing-extensions==4.12.2 # tensorflow urllib3==2.2.2 # via requests -werkzeug==3.0.3 +werkzeug==3.0.6 # via tensorboard wheel==0.43.0 # via astunparse