From 8132b91c30b679afc9ffdda3d45018cd9ef9ec3f Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Fri, 4 Mar 2022 06:49:58 +0000 Subject: [PATCH] fix: ingestion/tests/integration/lineage/airflow/requirements.txt to reduce vulnerabilities (#3130) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-APACHEAIRFLOW-2413442 - https://snyk.io/vuln/SNYK-PYTHON-APACHEAIRFLOW-2414089 - https://snyk.io/vuln/SNYK-PYTHON-WTFORMS-40581 --- ingestion/tests/integration/lineage/airflow/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ingestion/tests/integration/lineage/airflow/requirements.txt b/ingestion/tests/integration/lineage/airflow/requirements.txt index 22a4bc95d43..d878601aade 100644 --- a/ingestion/tests/integration/lineage/airflow/requirements.txt +++ b/ingestion/tests/integration/lineage/airflow/requirements.txt @@ -1,5 +1,6 @@ -apache-airflow==2.2.3 +apache-airflow==2.2.4 apache-airflow-providers-ftp==2.0.1 apache-airflow-providers-http==2.0.2 apache-airflow-providers-imap==2.1.0 apache-airflow-providers-sqlite==2.0.1 +wtforms>=3.0.0a1 # not directly required, pinned by Snyk to avoid a vulnerability