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