From cfaeb64a04fc26f5a476f584732f82c0d421276e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 23:19:20 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.2.3 to 3.0.6 in /integration/airflow Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.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/2.2.3...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- integration/airflow/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/airflow/requirements.txt b/integration/airflow/requirements.txt index 4a5d6e7b75..647edef942 100644 --- a/integration/airflow/requirements.txt +++ b/integration/airflow/requirements.txt @@ -536,7 +536,7 @@ virtualenv==20.25.0 # bacalhau-sdk # pre-commit # tox -werkzeug==2.2.3 +werkzeug==3.0.6 # via # apache-airflow # connexion