From 6c74ce35089b2fadb9a7583154eccdeeb5d514b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:02:09 +0000 Subject: [PATCH] Bump werkzeug from 0.15.4 to 2.2.3 in /examples/cloud-composer-cicd Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.15.4 to 2.2.3. - [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.15.4...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/cloud-composer-cicd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cloud-composer-cicd/requirements.txt b/examples/cloud-composer-cicd/requirements.txt index a168b6bc69..9175d87eb9 100644 --- a/examples/cloud-composer-cicd/requirements.txt +++ b/examples/cloud-composer-cicd/requirements.txt @@ -1,5 +1,5 @@ # These are used by the docker image that validates the DAG syntax, # they are already included in Cloud Composer by default. # If you any other dependencies here, you must also ensure separately cloud composer has them. -werkzeug==0.15.4 # needed for airflow 1.10.3 +werkzeug==2.2.3 # needed for airflow 1.10.3 apache-airflow[gcp]==1.10.3