From 7893dde4e7935d964faa597991651906c69eff37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Aug 2022 14:27:33 -0400 Subject: [PATCH] build(deps): update google-cloud-datastore requirement from <2.0 to <3.0 in /infra/build/functions (#7447) build(deps): update google-cloud-datastore requirement Updates the requirements on [google-cloud-datastore](https://github.com/googleapis/python-datastore) to permit the latest version. - [Release notes](https://github.com/googleapis/python-datastore/releases) - [Changelog](https://github.com/googleapis/python-datastore/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-datastore/compare/v0.21.0...v2.5.1) --- updated-dependencies: - dependency-name: google-cloud-datastore dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- infra/build/functions/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/build/functions/requirements.txt b/infra/build/functions/requirements.txt index aaa20dc61..20eac2038 100644 --- a/infra/build/functions/requirements.txt +++ b/infra/build/functions/requirements.txt @@ -20,7 +20,7 @@ PyYaml==5.4 PyGithub==1.51 grpcio==1.29.0 google-auth==1.21.1 -google-cloud-datastore<2.0 +google-cloud-datastore<3.0 google-cloud-ndb==1.7.1 google-cloud-scheduler==1.3.0 google-cloud-storage==1.29.0