From 0cf179c0463ed0e561e3e40855209b9c69f383f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Oct 2024 15:27:55 +0000 Subject: [PATCH] fix: integration_tests/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- integration_tests/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/requirements.txt b/integration_tests/requirements.txt index 89c6ccb..f84049c 100644 --- a/integration_tests/requirements.txt +++ b/integration_tests/requirements.txt @@ -4,3 +4,4 @@ dbt-redshift~=1.0.0 dbt-postgres~=1.0.0 dbt-spark~=1.0.0 dbt-spark[PyHive]~=1.0.0 +werkzeug>=3.0.6 # not directly required, pinned by Snyk to avoid a vulnerability