From 91f87b4c0cb8708d1afec361c3ddc468af33bc59 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Feb 2024 14:38:44 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DNSPYTHON-6241713 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d59bd4a..6a8701a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,5 @@ google_api_python_client>=1.7.4 scikit_learn>=0.20.0 oauth2client>=4.1.3 lxml -pandas \ No newline at end of file +pandas +dnspython>=2.6.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file