Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-packages group with 3 updates #53

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2024

Bumps the python-packages group with 3 updates: duckdb, sqlglot and pre-commit.

Updates duckdb from 1.1.1 to 1.1.2

Release notes

Sourced from duckdb's releases.

v1.1.2 Bugfix Release

This is a bug fix release for various issues discovered after we released 1.1.1. There are no new major features, just bug fixes. Database files created by DuckDB versions all the way back to v0.9.* can be read by DuckDB v1.1.2.

What's Changed

... (truncated)

Commits
  • 1f20676 Support for duckdb.varint extension in Arrow. (#14273)
  • dee6615 Test type out is right
  • 6ebd3e6 Add tests for varint:arrow in Python
  • 3e4c9f1 throw if the dict type is of size 0, STRUCTs must have at least one member
  • 61074ec add method to check whether julia connection is open
  • ac6c786 [Python] Fix issue related to scanning float64 dtype columns that contain a m...
  • 1fe38c6 [Python] Fix a bug with python_scan_all_frames reaching the bottom of the f...
  • 7d98ffd subtype DBInterface.Connection in julia client
  • ef6d67c add test
  • 4257ca8 stop when we've reached the bottom of the stack
  • Additional commits viewable in compare view

Updates sqlglot from 25.24.4 to 25.25.0

Changelog

Sourced from sqlglot's changelog.

[v25.25.0] - 2024-10-14

💥 BREAKING CHANGES

✨ New Features

🐛 Bug Fixes

♻️ Refactors

... (truncated)

Commits
  • 4da2502 Refactor!: make Explode a UDTF subclass (#4242)
  • c0a8355 Fix(parser): parse a column reference for the RHS of the IN clause (#4241)
  • 06748d9 Feat(mysql): add support for operation modifiers like HIGH_PRIORITY (#4238)
  • daa6e78 Fix(optimizer): handle subquery predicate substitution correctly in de morgan...
  • 5741180 Fix(parser)!: produce exp.Column for the RHS of <value> IN <name> (#4239)
  • b26a3f6 Fix: satisfy mypy
  • eeae25e feat: support EXPLAIN in mysql (#4235)
  • 202aaa0 feat(bigquery)!: Native annotations for string functions (#4234)
  • aee76da feat(bigquery)!: Native annotations for string functions (#4231)
  • 79caf51 Fix(clickhouse): rename BOOLEAN type to Bool fixes #4230
  • Additional commits viewable in compare view

Updates pre-commit from 4.0.0 to 4.0.1

Release notes

Sourced from pre-commit's releases.

pre-commit v4.0.1

Fixes

Changelog

Sourced from pre-commit's changelog.

4.0.1 - 2024-10-08

Fixes

Commits
  • cc4a522 v4.0.1
  • 772d7d4 Merge pull request #3324 from pre-commit/migrate-config-purelib
  • 222c62b fix migrate-config for purelib yaml
  • 3d5548b Merge pull request #3323 from pre-commit/pre-commit-ci-update-config
  • 4235a87 [pre-commit.ci] pre-commit autoupdate
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the python-packages group with 3 updates: [duckdb](https://github.com/duckdb/duckdb), [sqlglot](https://github.com/tobymao/sqlglot) and [pre-commit](https://github.com/pre-commit/pre-commit).


Updates `duckdb` from 1.1.1 to 1.1.2
- [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.1...v1.1.2)

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

Updates `pre-commit` from 4.0.0 to 4.0.1
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: duckdb
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: sqlglot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 15, 2024
@dependabot dependabot bot requested a review from MaxHalford October 15, 2024 02:29
@MaxHalford MaxHalford merged commit 6a5c8c6 into main Oct 15, 2024
3 checks passed
@MaxHalford MaxHalford deleted the dependabot/pip/python-packages-560f3c379f branch October 15, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant