From c03841611de4b23c9e25face24220e2cbad30c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Dec 2022 09:03:01 +0000 Subject: [PATCH] Bump pandas-gbq from 0.14.1 to 0.18.1 in /integration/airflow Bumps [pandas-gbq](https://github.com/googleapis/python-bigquery-pandas) from 0.14.1 to 0.18.1. - [Release notes](https://github.com/googleapis/python-bigquery-pandas/releases) - [Changelog](https://github.com/googleapis/python-bigquery-pandas/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/python-bigquery-pandas/compare/0.14.1...v0.18.1) --- updated-dependencies: - dependency-name: pandas-gbq dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- integration/airflow/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/airflow/setup.py b/integration/airflow/setup.py index 5c57e5897a..27e0709fbb 100644 --- a/integration/airflow/setup.py +++ b/integration/airflow/setup.py @@ -31,7 +31,7 @@ "mypy>=0.9.6", "SQLAlchemy", # must be set to 1.3.* for airflow tests compatibility "Flask-SQLAlchemy", # must be set to 2.4.* for airflow tests compatibility - "pandas-gbq==0.14.1", # must be set to 0.14.* for airflow tests compatibility + "pandas-gbq==0.18.1", # must be set to 0.14.* for airflow tests compatibility "snowflake-connector-python" ], "airflow": [