From 182c40892ad9e761ad8aebe6cca2d7196d5e3d55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 18 Nov 2024 05:48:18 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-APACHEAIRFLOW-8383109 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4b4ac1f0..97e7a01a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -apache-airflow[s3,postgres,sentry]==01.10.12 +apache-airflow==2.10.3rc1 lxml==4.5 pymongo==3.9.0 deepdiff[murmur]==4.0.7 @@ -8,3 +8,4 @@ git+https://github.com/scieloorg/xylose.git@1.35.8#egg=xylose git+https://github.com/scieloorg/opac_schema.git@v2.66#egg=opac_schema git+https://github.com/scieloorg/packtools.git@2.9.5#egg=packtools aiohttp==3.6.2 +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability