From 75fd6d1d7617924d846b0fca848b5efdc15802be Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 05:43:08 +0000 Subject: [PATCH] fix: examples/todomvc/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390193 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-10390194 --- examples/todomvc/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/todomvc/requirements.txt b/examples/todomvc/requirements.txt index eb6fcbbd0..10208f609 100644 --- a/examples/todomvc/requirements.txt +++ b/examples/todomvc/requirements.txt @@ -1 +1,2 @@ pytest-playwright==0.3.0 +urllib3>=2.5.0 # not directly required, pinned by Snyk to avoid a vulnerability