mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-22 16:08:13 +00:00
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
This commit is contained in:
parent
6cdd90f7b2
commit
8132b91c30
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user