From 7418bd8c30ff8a59068db38850369a8d052c21e9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Jun 2024 03:02:45 +0000 Subject: [PATCH] fix: plugins/gameshub.official.scraper.keylol/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250 --- plugins/gameshub.official.scraper.keylol/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/gameshub.official.scraper.keylol/requirements.txt b/plugins/gameshub.official.scraper.keylol/requirements.txt index 2b22ad8..1cf1aac 100644 --- a/plugins/gameshub.official.scraper.keylol/requirements.txt +++ b/plugins/gameshub.official.scraper.keylol/requirements.txt @@ -1,3 +1,4 @@ peewee requests beautifulsoup4 +urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability