From 72e51e0e94df37bf2afe3f9c05d9a3104868dba1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 14 Oct 2025 09:10:21 +0000 Subject: [PATCH] fix: Computer/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYTHONSOCKETIO-13450297 --- Computer/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Computer/requirements.txt b/Computer/requirements.txt index 9a8ecfc..9b86a19 100644 --- a/Computer/requirements.txt +++ b/Computer/requirements.txt @@ -4,4 +4,5 @@ opencv_python==4.8.0.76 pyserial==3.5 tensorflow==2.13.0 tensorflow_intel==2.13.0 -eventlet==0.34.3 \ No newline at end of file +eventlet==0.34.3 +python-socketio>=5.14.0 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file