From 131a830e55fc8f0e65f42eb42fcdfc947283bc3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 5 Jun 2023 02:44:39 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-5595532 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d514163..077c95d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.18.4 \ No newline at end of file +requests==2.31.0 \ No newline at end of file