Skip to content

Commit 26aaca1

Browse files
Update google-cloud-storage requirement in /dbt-bigquery
Updates the requirements on [google-cloud-storage](https://github.com/googleapis/python-storage) to permit the latest version. - [Release notes](https://github.com/googleapis/python-storage/releases) - [Changelog](https://github.com/googleapis/python-storage/blob/main/CHANGELOG.md) - [Commits](googleapis/python-storage@v2.4.0...v3.3.0) --- updated-dependencies: - dependency-name: google-cloud-storage dependency-version: 3.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87e81a4 commit 26aaca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt-bigquery/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"dbt-adapters>=1.16,<2.0",
2828
# 3.20 introduced pyarrow>=3.0 under the `pandas` extra
2929
"google-cloud-bigquery[pandas]>=3.0,<4.0",
30-
"google-cloud-storage>=2.4,<3.2",
30+
"google-cloud-storage>=2.4,<3.4",
3131
"google-cloud-dataproc~=5.0",
3232
# ----
3333
# Expect compatibility with all new versions of these packages, so lower bounds only.

0 commit comments

Comments
 (0)