From 2d64d5d7f9d94f633f4e484a40fd2d9a18b3f47d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 9 Dec 2025 09:49:37 +0000 Subject: [PATCH] fix: examples/clients/readthedocs_query/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192442 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14192443 --- examples/clients/readthedocs_query/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/clients/readthedocs_query/requirements.txt b/examples/clients/readthedocs_query/requirements.txt index 111f18bf1..c9bd0bcea 100644 --- a/examples/clients/readthedocs_query/requirements.txt +++ b/examples/clients/readthedocs_query/requirements.txt @@ -1 +1,2 @@ requests>=2.20.0 +urllib3>=2.6.0 # not directly required, pinned by Snyk to avoid a vulnerability