From 5baffeeba8ee16ca9fe7f63f74affc1c45103607 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Jan 2023 05:33:56 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c593ae..36ad9b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,5 @@ python_telegram_bot==13.7 requests==2.25.1 SQLAlchemy==1.3.20 psycopg2-binary -git+https://github.com/python-telegram-bot/ptbcontrib.git \ No newline at end of file +git+https://github.com/python-telegram-bot/ptbcontrib.git +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file