From 1fee7dbb1ae8b31730f22b605341ab37241a1508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:47:22 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 11 updates Updates the requirements on [pandas](https://github.com/pandas-dev/pandas), [tqdm](https://github.com/tqdm/tqdm), [pyarrow](https://github.com/apache/arrow), [fsspec](https://github.com/fsspec/filesystem_spec), [gcsfs](https://github.com/fsspec/gcsfs), [duckdb](https://github.com/duckdb/duckdb), [cvss](https://github.com/RedHatProductSecurity/cvss), [google-cloud-bigquery](https://github.com/googleapis/python-bigquery), [black](https://github.com/psf/black), [robotframework](https://github.com/robotframework/robotframework) and [sqlfluff](https://github.com/sqlfluff/sqlfluff) to permit the latest version. 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 `tqdm` to 4.67.0 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.5...v4.67.0) Updates `pyarrow` to 18.0.0 - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/go/v17.0.0...apache-arrow-18.0.0) Updates `fsspec` from 2024.9.0 to 2024.10.0 - [Commits](https://github.com/fsspec/filesystem_spec/compare/2024.9.0...2024.10.0) Updates `gcsfs` from 2024.9.0.post1 to 2024.10.0 - [Commits](https://github.com/fsspec/gcsfs/compare/2024.9.0post1...2024.10.0) Updates `duckdb` to 1.1.3 - [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.3) Updates `cvss` from 3.2 to 3.3 - [Release notes](https://github.com/RedHatProductSecurity/cvss/releases) - [Commits](https://github.com/RedHatProductSecurity/cvss/compare/v3.2...v3.3) 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) Updates `black` to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) Updates `robotframework` from 7.1 to 7.1.1 - [Release notes](https://github.com/robotframework/robotframework/releases) - [Commits](https://github.com/robotframework/robotframework/compare/v7.1...v7.1.1) Updates `sqlfluff` from 3.1.1 to 3.2.5 - [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.5) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production dependency-group: all-dependencies - dependency-name: tqdm dependency-type: direct:production dependency-group: all-dependencies - dependency-name: pyarrow dependency-type: direct:production dependency-group: all-dependencies - dependency-name: fsspec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: gcsfs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: duckdb dependency-type: direct:production dependency-group: all-dependencies - dependency-name: cvss dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: google-cloud-bigquery dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: black dependency-type: direct:production dependency-group: all-dependencies - dependency-name: robotframework dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: sqlfluff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- test-requirements.txt | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/requirements.txt b/requirements.txt index 73b515f..0a13eff 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 +tqdm~=4.67.0 beautifulsoup4~=4.12.3 -pyarrow~=17.0.0 -fsspec==2024.9.0 -gcsfs==2024.9.0.post1 -duckdb~=1.1.0 -cvss==3.2 +pyarrow~=18.0.0 +fsspec==2024.10.0 +gcsfs==2024.10.0 +duckdb~=1.1.3 +cvss==3.3 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..ee238b7 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ -black~=24.8.0 +black~=24.10.0 flake8~=7.1.1 pytest~=8.3.3 -robotframework==7.1 +robotframework==7.1.1 robotframework-requests==0.9.7 -sqlfluff==3.1.1 +sqlfluff==3.2.5