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