From a05fea0fd5c955e0460146d7cd135b61cc595a7b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Aug 2023 00:41:17 +0000 Subject: [PATCH] fix: sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047 --- .../apache_beam/testing/benchmarks/chicago_taxi/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt b/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt index 20bef12d0295..4b6cad64daac 100644 --- a/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt +++ b/sdks/python/apache_beam/testing/benchmarks/chicago_taxi/requirements.txt @@ -22,3 +22,4 @@ tensorflow-metadata>=0.13.0,<0.14 tensorflow-model-analysis>=0.13.2,<0.14 tensorflow-serving-api>=1.13.0,<1.14 tensorflow-transform>=0.13.0,<0.14 +certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability