diff --git a/requirements/testing.txt b/requirements/testing.txt index 5312ea4f235b..674c894268c4 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -65,7 +65,7 @@ googleapis-common-protos==1.57.0 # via # google-api-core # grpcio-status -grpcio==1.51.1 +grpcio==1.53.2 # via # google-api-core # google-cloud-bigquery @@ -143,3 +143,6 @@ wrapt==1.12.1 # The following packages are considered to be unsafe in a requirements file: # pip # setuptools +numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability +pyarrow>=14.0.1 # not directly required, pinned by Snyk to avoid a vulnerability +setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability