From c3d98977370c71c732a7acd6c5b2c32f970418b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 16:51:39 +0000 Subject: [PATCH] Bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93263e2d..081dc5ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,6 +27,8 @@ cachetools==4.2.4 # google-auth certifi==2022.9.24 # via requests +cffi==1.15.1 + # via cryptography charset-normalizer==2.1.1 # via requests click==8.1.3 @@ -39,6 +41,8 @@ coverage[toml]==6.5.0 # via pytest-cov crcmod==1.7 # via apache-beam +cryptography==39.0.1 + # via secretstorage db-dtypes==1.0.5 # via -r requirements/bigquery_extras.txt deprecated==1.2.13 @@ -147,6 +151,7 @@ grpcio==1.50.0 # google-api-core # google-cloud-pubsub # google-cloud-pubsublite + # googleapis-common-protos # grpc-google-iam-v1 # grpcio-status grpcio-status==1.48.2 @@ -173,6 +178,10 @@ iniconfig==1.1.1 # via pytest jaraco-classes==3.2.3 # via keyring +jeepney==0.8.0 + # via + # keyring + # secretstorage jinja2==3.1.2 # via -r requirements/base.txt keyring==23.9.3 @@ -187,7 +196,7 @@ markupsafe==2.1.1 # jinja2 more-itertools==9.0.0 # via jaraco-classes -numpy==1.21.6 +numpy==1.22.0 # via # apache-beam # db-dtypes @@ -269,6 +278,8 @@ pyasn1-modules==0.2.8 # via # google-auth # oauth2client +pycparser==2.21 + # via cffi pydot==1.4.2 # via apache-beam pygments==2.13.0 @@ -331,6 +342,8 @@ rsa==4.9 # via # google-auth # oauth2client +secretstorage==3.3.3 + # via keyring six==1.16.0 # via # -r requirements/bigquery_extras.txt