Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
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](sqlfluff/sqlfluff@3.1.1...3.2.0)

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 `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](duckdb/duckdb@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](googleapis/python-bigquery@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 05b452c commit 8fffed0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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
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
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8fffed0

Please sign in to comment.