Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 11 updates
Browse files Browse the repository at this point in the history
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](pandas-dev/pandas@v2.2.2...v2.2.3)

Updates `tqdm` to 4.67.0
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.5...v4.67.0)

Updates `pyarrow` to 18.0.0
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@go/v17.0.0...apache-arrow-18.0.0)

Updates `fsspec` from 2024.9.0 to 2024.10.0
- [Commits](fsspec/filesystem_spec@2024.9.0...2024.10.0)

Updates `gcsfs` from 2024.9.0.post1 to 2024.10.0
- [Commits](fsspec/gcsfs@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](duckdb/duckdb@v1.1.0...v1.1.3)

Updates `cvss` from 3.2 to 3.3
- [Release notes](https://github.com/RedHatProductSecurity/cvss/releases)
- [Commits](RedHatProductSecurity/cvss@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](googleapis/python-bigquery@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](psf/black@24.8.0...24.10.0)

Updates `robotframework` from 7.1 to 7.1.1
- [Release notes](https://github.com/robotframework/robotframework/releases)
- [Commits](robotframework/robotframework@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](sqlfluff/sqlfluff@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 05b452c commit 1fee7db
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1fee7db

Please sign in to comment.