From 34c8eea62b29441416d84473b138115d5a55863b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 09:16:01 +0000 Subject: [PATCH] Bump pandas-gbq from 0.14.1 to 0.19.1 in /integration/airflow Bumps [pandas-gbq](https://github.com/googleapis/python-bigquery-pandas) from 0.14.1 to 0.19.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.19.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..d0d6f161ee 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.1", # must be set to 0.14.* for airflow tests compatibility "snowflake-connector-python" ], "airflow": [