From cf863e2aa679fd2f4f8eb9d4c9e69b24e37e9ee4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Jul 2024 22:55:02 +0000 Subject: [PATCH] fix: _apicheck/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 --- _apicheck/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/_apicheck/requirements.txt b/_apicheck/requirements.txt index f6f8788..827e4ec 100644 --- a/_apicheck/requirements.txt +++ b/_apicheck/requirements.txt @@ -15,3 +15,4 @@ SQLAlchemy==1.3.1 sqlalchemy-aio==0.14.0 sqlalchemy-stubs==0.1 terminaltables==3.1.0 +setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability