From 7cbe8e0eccac7838461c88ef913fc73dea564a93 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Jan 2026 09:13:56 +0000 Subject: [PATCH] fix: examples/airlift-mwaa-example/dags/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-14908843 --- examples/airlift-mwaa-example/dags/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/airlift-mwaa-example/dags/requirements.txt b/examples/airlift-mwaa-example/dags/requirements.txt index 9a4fc4cd4f27c..4ff7ebb24b13c 100644 --- a/examples/airlift-mwaa-example/dags/requirements.txt +++ b/examples/airlift-mwaa-example/dags/requirements.txt @@ -2,4 +2,6 @@ apache-airflow>=2.0.0,<2.8 flask-session<0.6.0 connexion<3.0.0 pendulum>=2.0.0,<3.0.0 -dagster-airlift[in-airflow] \ No newline at end of file +dagster-airlift[in-airflow] +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability +werkzeug>=3.1.5 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file