From 40aced6118e0839ec2ddc30d4ebeb4f6c69fb632 Mon Sep 17 00:00:00 2001 From: Ian Hunter Date: Mon, 12 Aug 2024 15:09:28 +0100 Subject: [PATCH] fix: scripts/benchmark/requirements.txt to reduce vulnerabilities (#508) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482 Co-authored-by: snyk-bot