From 0ee6c63df85b9a8ccd5227f64c4e8d9d9f1c009a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Dec 2023 23:25:40 +0000 Subject: [PATCH] fix: resources/examples/airflow/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-APACHEAIRFLOW-6137745 - https://snyk.io/vuln/SNYK-PYTHON-APACHEAIRFLOW-6137746 - https://snyk.io/vuln/SNYK-PYTHON-APACHEAIRFLOW-6137747 --- resources/examples/airflow/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/examples/airflow/requirements.txt b/resources/examples/airflow/requirements.txt index a151506529f4..62140f938917 100644 --- a/resources/examples/airflow/requirements.txt +++ b/resources/examples/airflow/requirements.txt @@ -1,2 +1,3 @@ apache-airflow-providers-http -apache-airflow-providers-airbyte \ No newline at end of file +apache-airflow-providers-airbyte +apache-airflow>=2.8.0b1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file