From e01b43113ec5b5b161fc4be4b60d053dc49da987 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Oct 2024 04:13:37 +0000 Subject: [PATCH] fix: Python/Telegram_Bot/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309091 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-8309092 --- Python/Telegram_Bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Telegram_Bot/requirements.txt b/Python/Telegram_Bot/requirements.txt index 80ebdfe47..20d3a3949 100644 --- a/Python/Telegram_Bot/requirements.txt +++ b/Python/Telegram_Bot/requirements.txt @@ -62,5 +62,5 @@ tornado==6.0.4 traitlets==4.3.3 uritemplate==3.0.1 wcwidth==0.2.4 -Werkzeug==1.0.1 +Werkzeug==3.0.6 wrapt==1.12.1