From 8eafe3d52454d430c25f403ef35fc529daee44b8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Oct 2024 11:12:53 +0000 Subject: [PATCH] fix: app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966 - https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970 - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 86d29089..b5c6c682 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -16,5 +16,5 @@ pyTelegramBotAPI>=4.19.0 pylint>=2.12.2 requests>=2.32.3 telebot>=0.0.5 -urllib3>=2.2.1 +urllib3>=2.2.2