From 3e0b4023d687b06f5158178353ecc7541a723023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:40:01 -0600 Subject: [PATCH] Build(deps): bump werkzeug in /examples/cloud-composer-cicd (#1812) Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.5 to 3.1.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.1.5...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Andrew Gold <41129777+agold-rh@users.noreply.github.com> --- 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 37753ebbf20..3a9a946626a 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==3.1.5 # needed for airflow 1.10.3 +werkzeug==3.1.6 # needed for airflow 1.10.3 apache-airflow[gcp]==1.10.3