Skip to content

Commit

Permalink
Bump the python-packages group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python-packages group with 3 updates: [sqlglot](https://github.com/tobymao/sqlglot), [pandas-gbq](https://github.com/googleapis/python-bigquery-pandas) and [ruff](https://github.com/astral-sh/ruff).


Updates `sqlglot` from 25.25.0 to 25.26.0
- [Changelog](https://github.com/tobymao/sqlglot/blob/main/CHANGELOG.md)
- [Commits](tobymao/sqlglot@v25.25.0...v25.26.0)

Updates `pandas-gbq` from 0.23.2 to 0.24.0
- [Release notes](https://github.com/googleapis/python-bigquery-pandas/releases)
- [Changelog](https://github.com/googleapis/python-bigquery-pandas/blob/main/CHANGELOG.md)
- [Commits](googleapis/python-bigquery-pandas@v0.23.2...v0.24.0)

Updates `ruff` from 0.6.9 to 0.7.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.6.9...0.7.0)

---
updated-dependencies:
- dependency-name: sqlglot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pandas-gbq
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent 72094c5 commit f34aa90
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 29 deletions.
55 changes: 28 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ duckdb = "^1.0.0"
[tool.poetry.group.bigquery.dependencies]
db-dtypes = "^1.1.1"
google-cloud-bigquery = "^3.11.4"
pandas-gbq = ">=0.19.2,<0.24.0"
pandas-gbq = ">=0.19.2,<0.25.0"

[tool.poetry.group.dev.dependencies]
ipykernel = "^6.21.2"
pre-commit = ">=3.5,<5.0"
pytest = ">=7.4.2,<9.0.0"
ruff = ">=0.1,<0.7"
ruff = ">=0.1,<0.8"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit f34aa90

Please sign in to comment.