From 35cc8279d91f83c911f2c72e6837bdb9d9d8f5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:23:39 +0000 Subject: [PATCH] Bump werkzeug from 3.0.3 to 3.0.6 in /number-insight/async-callback 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: direct:production ... Signed-off-by: dependabot[bot] --- number-insight/async-callback/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/number-insight/async-callback/requirements.txt b/number-insight/async-callback/requirements.txt index 927215c..749c8ab 100644 --- a/number-insight/async-callback/requirements.txt +++ b/number-insight/async-callback/requirements.txt @@ -13,4 +13,4 @@ itsdangerous==2.1.2; python_version >= '3.7' jinja2==3.1.4; python_version >= '3.7' markupsafe==2.1.2; python_version >= '3.7' python-dotenv==1.0.0 -werkzeug==3.0.3; python_version >= '3.8' +werkzeug==3.0.6; python_version >= '3.8'