From 1461fd0d9997290d9bc3c83e7b9fc101d1a07222 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 05:30:56 +0000 Subject: [PATCH] fix: server/tests-py/requirements-top-level.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-14896210 --- server/tests-py/requirements-top-level.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/server/tests-py/requirements-top-level.txt b/server/tests-py/requirements-top-level.txt index 60cb297c0308c..ef128197338f1 100644 --- a/server/tests-py/requirements-top-level.txt +++ b/server/tests-py/requirements-top-level.txt @@ -18,3 +18,4 @@ requests ruamel.yaml sqlalchemy == 1.* # v2 changes the API websocket-client == 0.56.0 # 0.58.0 and above changed the function signatures of callbacks +urllib3>=2.6.3 # not directly required, pinned by Snyk to avoid a vulnerability