Skip to content

Commit

Permalink
fix(deps): update dependency sqlglot to >=23.4,<25.16 (#9875)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sqlglot](https://togithub.com/tobymao/sqlglot) | `>=23.4,<25.15` ->
`>=23.4,<25.16` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sqlglot/25.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sqlglot/25.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sqlglot/25.14.0/25.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sqlglot/25.14.0/25.15.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>tobymao/sqlglot (sqlglot)</summary>

###
[`v25.15.0`](https://togithub.com/tobymao/sqlglot/blob/HEAD/CHANGELOG.md#v25150---2024-08-19)

[Compare
Source](https://togithub.com/tobymao/sqlglot/compare/v25.14.0...v25.15.0)

##### 💥 BREAKING CHANGES

- due to
[`a668655`](https://togithub.com/tobymao/sqlglot/commit/a668655440815605a566c52b65b28decdfb551eb)
- preserve SYSDATE *(PR
[#&#8203;3935](https://togithub.com/tobymao/sqlglot/pull/3935) by
[@&#8203;georgesittas](https://togithub.com/georgesittas))*:

preserve SYSDATE
([#&#8203;3935](https://togithub.com/tobymao/sqlglot/issues/3935))

##### ✨ New Features

-
[`be11f4c`](https://togithub.com/tobymao/sqlglot/commit/be11f4c57c7842f69950bafc3225fb9c139af014)
- **clickhouse**: add support for "@&#8203;"-style parameters *(PR
[#&#8203;3939](https://togithub.com/tobymao/sqlglot/pull/3939) by
[@&#8203;georgesittas](https://togithub.com/georgesittas))*

##### 🐛 Bug Fixes

-
[`a668655`](https://togithub.com/tobymao/sqlglot/commit/a668655440815605a566c52b65b28decdfb551eb)
- **oracle**: preserve SYSDATE *(PR
[#&#8203;3935](https://togithub.com/tobymao/sqlglot/pull/3935) by
[@&#8203;georgesittas](https://togithub.com/georgesittas))*
- ↘️ *fixes issue
[#&#8203;3934](https://togithub.com/tobymao/sqlglot/issues/3934) opened
by [@&#8203;Hal-H2Apps](https://togithub.com/Hal-H2Apps)*
-
[`b824f8a`](https://togithub.com/tobymao/sqlglot/commit/b824f8a4148ace01750db301daf4a663dc03b580)
- **parser**: allow complex expressions for UNPIVOT alias *(PR
[#&#8203;3937](https://togithub.com/tobymao/sqlglot/pull/3937) by
[@&#8203;georgesittas](https://togithub.com/georgesittas))*
- ↘️ *fixes issue
[#&#8203;3936](https://togithub.com/tobymao/sqlglot/issues/3936) opened
by [@&#8203;dbittenbender](https://togithub.com/dbittenbender)*

##### ♻️ Refactors

-
[`f4c34d3`](https://togithub.com/tobymao/sqlglot/commit/f4c34d37c5773c37a13437c7e0e7eb27b4e98877)
- move "MINUS": TokenType.EXCEPT to hive instead of spark *(commit by
[@&#8203;georgesittas](https://togithub.com/georgesittas))*

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,every
weekend,before 5am every weekday" (UTC), Automerge - At any time (no
schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/ibis-project/ibis).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguMjYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
  • Loading branch information
renovate[bot] and cpcloud authored Aug 21, 2024
1 parent c70f55a commit 0a6765b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ atpublic = ">=2.3,<6"
parsy = ">=2,<3"
python-dateutil = ">=2.8.2,<3"
pytz = ">=2022.7"
sqlglot = ">=23.4,<25.15"
sqlglot = ">=23.4,<25.16"
toolz = ">=0.11,<1"
typing-extensions = ">=4.3.0,<5"
numpy = { version = ">=1.23.2,<3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ sortedcontainers==2.4.0 ; python_version >= "3.10" and python_version < "4.0"
soupsieve==2.6 ; python_version >= "3.10" and python_version < "3.13"
sphobjinv==2.3.1.1 ; python_version >= "3.10" and python_version < "3.13"
sqlalchemy==2.0.32 ; python_version >= "3.10" and python_version < "3.13"
sqlglot==25.14.0 ; python_version >= "3.10" and python_version < "4.0"
sqlglot==25.15.0 ; python_version >= "3.10" and python_version < "4.0"
stack-data==0.6.3 ; python_version >= "3.10" and python_version < "4.0"
statsmodels==0.14.2 ; python_version >= "3.10" and python_version < "3.13"
tabulate==0.9.0 ; python_version >= "3.10" and python_version < "3.13"
Expand Down

0 comments on commit 0a6765b

Please sign in to comment.