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 [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/), [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), [fastapi[standard]](https://github.com/fastapi/fastapi), [black](https://github.com/psf/black), [flake8](https://github.com/pycqa/flake8), [robotframework](https://github.com/robotframework/robotframework) and [sqlfluff](https://github.com/sqlfluff/sqlfluff) to permit the latest version.

Updates `beautifulsoup4` to 4.13.3

Updates `pyarrow` to 19.0.1
- [Release notes](https://github.com/apache/arrow/releases)
- [Commits](apache/arrow@apache-arrow-19.0.0...apache-arrow-19.0.1)

Updates `fsspec` from 2024.12.0 to 2025.2.0
- [Commits](fsspec/filesystem_spec@2024.12.0...2025.2.0)

Updates `gcsfs` from 2024.12.0 to 2025.2.0
- [Commits](fsspec/gcsfs@2024.12.0...2025.2.0)

Updates `duckdb` to 1.2.0
- [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.3...v1.2.0)

Updates `cvss` from 3.3 to 3.4
- [Release notes](https://github.com/RedHatProductSecurity/cvss/releases)
- [Commits](RedHatProductSecurity/cvss@v3.3...v3.4)

Updates `fastapi[standard]` to 0.115.8
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.7...0.115.8)

Updates `black` to 25.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

Updates `flake8` to 7.1.2
- [Commits](PyCQA/flake8@7.1.1...7.1.2)

Updates `robotframework` from 7.2 to 7.2.2
- [Release notes](https://github.com/robotframework/robotframework/releases)
- [Commits](robotframework/robotframework@v7.2...v7.2.2)

Updates `sqlfluff` from 3.3.0 to 3.3.1
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](sqlfluff/sqlfluff@3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: beautifulsoup4
  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-major
  dependency-group: all-dependencies
- dependency-name: gcsfs
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: fastapi[standard]
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: black
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: flake8
  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-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 69ac442 commit f87a902
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ click~=8.1.8
pandas~=2.2.3
requests~=2.32.3
tqdm~=4.67.1
beautifulsoup4~=4.12.3
pyarrow~=19.0.0
fsspec==2024.12.0
gcsfs==2024.12.0
duckdb~=1.1.3
cvss==3.3
beautifulsoup4~=4.13.3
pyarrow~=19.0.1
fsspec==2025.2.0
gcsfs==2025.2.0
duckdb~=1.2.0
cvss==3.4
GitPython~=3.1.44
strsimpy~=0.2.1
google-cloud-bigquery==3.29.0
toml~=0.10.2
fastapi[standard]~=0.115.7
fastapi[standard]~=0.115.8
8 changes: 4 additions & 4 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
black~=24.10.0
flake8~=7.1.1
black~=25.1.0
flake8~=7.1.2
pytest~=8.3.4
robotframework==7.2
robotframework==7.2.2
robotframework-requests==0.9.7
sqlfluff==3.3.0
sqlfluff==3.3.1

0 comments on commit f87a902

Please sign in to comment.