From 480574c5ff27da01c400af1fc5901e357b5015b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 06:22:09 +0000 Subject: [PATCH] chore(deps-dev): update google-cloud-bigquery requirement Updates the requirements on [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) to permit the latest version. - [Release notes](https://github.com/googleapis/python-bigquery/releases) - [Changelog](https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery/compare/v2.6.0...v3.14.1) --- updated-dependencies: - dependency-name: google-cloud-bigquery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c37aebe..d56c110 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ classifiers = [ # Optional dependencies = [ # Optional "jinja2>=2.0,<4.0", "google-cloud<1.0", - "google-cloud-bigquery>=2.6.0,<3.0", + "google-cloud-bigquery>=2.6.0,<4.0", "google-cloud-storage>=1.0.0,<3.0", "google-cloud-logging>=3.0,<4.0", "absl-py>=1,<3",