From a5dcf5923843beecf34e52324bd51e968091b931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 23:41:52 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.0.1 to 2.3.8 in /python/obt_web Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.1 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.0.1...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/obt_web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/obt_web/requirements.txt b/python/obt_web/requirements.txt index e2dd2c6a6e..a69da9e005 100644 --- a/python/obt_web/requirements.txt +++ b/python/obt_web/requirements.txt @@ -15,5 +15,5 @@ simplejson==3.17.3 wheel termcolor==1.1.0 typing-extensions==3.10.0.0 -Werkzeug==2.0.1 +Werkzeug==2.3.8 zipp==3.5.0