From 6f917ac2016cf67118c63b45cbbe2b4ea2be2dd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 May 2024 07:03:37 +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-6928867 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d514163..3cfc707 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -requests==2.18.4 \ No newline at end of file +requests==2.32.0 \ No newline at end of file