From 73e385920f9c2154f486032d846239e713c93fa5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 2 Sep 2025 01:52:16 +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-EVENTLET-12260136 --- Computer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Computer/requirements.txt b/Computer/requirements.txt index 9a8ecfc..d9f7d88 100644 --- a/Computer/requirements.txt +++ b/Computer/requirements.txt @@ -4,4 +4,4 @@ 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.40.3 \ No newline at end of file