From 824a83508b212d72b3730fc28236de8b4d564e90 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Jul 2023 21:21:23 +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-IPYTHON-2348630 - https://snyk.io/vuln/SNYK-PYTHON-IPYTHON-3318382 - https://snyk.io/vuln/SNYK-PYTHON-JUPYTERCORE-3063766 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1086606 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-1088505 - https://snyk.io/vuln/SNYK-PYTHON-PYGMENTS-5750273 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3180412 - https://snyk.io/vuln/SNYK-PYTHON-TORNADO-5537286 --- .../testing/benchmarks/chicago_taxi/requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) 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..f5f056f7ea6f 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,8 @@ 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 +ipython>=8.10.0 # not directly required, pinned by Snyk to avoid a vulnerability +jupyter-core>=4.11.2 # not directly required, pinned by Snyk to avoid a vulnerability +pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +tornado>=6.3.2 # not directly required, pinned by Snyk to avoid a vulnerability