fix: ingestion/tests/integration/lineage/airflow/requirements.txt to reduce vulnerabilities (#5178)

The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-FLASKAPPBUILDER-2433100
This commit is contained in:
Snyk bot 2022-06-08 21:36:31 +01:00 committed by GitHub
parent 3cbd0bc1d8
commit c717cb1545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,3 +4,4 @@ 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
flask-appbuilder>=3.4.5 # not directly required, pinned by Snyk to avoid a vulnerability