From 9f8cf20905eca7a407ddf3d5c1bd08f49f0461a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Jan 2023 09:20:16 +0000 Subject: [PATCH] Bump pandas-gbq from 0.14.1 to 0.19.0 in /integration/airflow Bumps [pandas-gbq](https://github.com/googleapis/python-bigquery-pandas) from 0.14.1 to 0.19.0. - [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.19.0) --- 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..3c769dbf28 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.19.0", # must be set to 0.14.* for airflow tests compatibility "snowflake-connector-python" ], "airflow": [