From 3948f14f8bb43574b96426304c3d237d29ed4cfe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 11 Jan 2026 04:43:47 +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 3564e99..351a021 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ selenium>=4.15.0 webdriver-manager>=4.0.1 pillow>=10.0.0 -# Note: colorsys is part of Python standard library \ No newline at end of file +# Note: colorsys is part of Python standard library +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file