From 8fffed0c97f8e40785b9db55b87ebebb6437efd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 13:37:08 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 4 updates Updates the requirements on [sqlfluff](https://github.com/sqlfluff/sqlfluff), [pandas](https://github.com/pandas-dev/pandas), [duckdb](https://github.com/duckdb/duckdb) and [google-cloud-bigquery](https://github.com/googleapis/python-bigquery) to permit the latest version. Updates `sqlfluff` from 3.1.1 to 3.2.0 - [Release notes](https://github.com/sqlfluff/sqlfluff/releases) - [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md) - [Commits](https://github.com/sqlfluff/sqlfluff/compare/3.1.1...3.2.0) Updates `pandas` to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) Updates `duckdb` to 1.1.1 - [Release notes](https://github.com/duckdb/duckdb/releases) - [Changelog](https://github.com/duckdb/duckdb/blob/main/tools/release-pip.py) - [Commits](https://github.com/duckdb/duckdb/compare/v1.1.0...v1.1.1) Updates `google-cloud-bigquery` from 3.25.0 to 3.26.0 - [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/v3.25.0...v3.26.0) --- updated-dependencies: - dependency-name: sqlfluff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: pandas dependency-type: direct:production dependency-group: all-dependencies - dependency-name: duckdb dependency-type: direct:production dependency-group: all-dependencies - dependency-name: google-cloud-bigquery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 73b515f..04a5420 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,14 +1,14 @@ click~=8.1.7 -pandas~=2.2.2 +pandas~=2.2.3 requests~=2.32.3 tqdm~=4.66.5 beautifulsoup4~=4.12.3 pyarrow~=17.0.0 fsspec==2024.9.0 gcsfs==2024.9.0.post1 -duckdb~=1.1.0 +duckdb~=1.1.1 cvss==3.2 GitPython~=3.1.43 strsimpy~=0.2.1 -google-cloud-bigquery==3.25.0 +google-cloud-bigquery==3.26.0 toml~=0.10.2 diff --git a/test-requirements.txt b/test-requirements.txt index 3c8bdeb..68705a7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,4 +3,4 @@ flake8~=7.1.1 pytest~=8.3.3 robotframework==7.1 robotframework-requests==0.9.7 -sqlfluff==3.1.1 +sqlfluff==3.2.0