From a7e25fa389061a7cfb82f7406f1e303891ea766b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 10:11:26 +0000 Subject: [PATCH] fix: BOTS/InstagramBot/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PROTOBUF-15090738 --- BOTS/InstagramBot/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/BOTS/InstagramBot/requirements.txt b/BOTS/InstagramBot/requirements.txt index f1172547..bd6b42a1 100644 --- a/BOTS/InstagramBot/requirements.txt +++ b/BOTS/InstagramBot/requirements.txt @@ -1 +1,2 @@ instapy==0.6.13 +protobuf>=6.33.5 # not directly required, pinned by Snyk to avoid a vulnerability