From f35915e5d63ed60bcd4bcb6b00448f135bb1c285 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 01:15: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-URLLIB3-14896210 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 185a234..8574bd4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,5 @@ beautifulsoup4>=4.12.0 lxml>=4.9.0 aiohttp>=3.8.0 pyautogui>=0.9.54 -selenium>=4.15.0 \ No newline at end of file +selenium>=4.15.0 +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file