-
Notifications
You must be signed in to change notification settings - Fork 81
deps(ibis): bump the all group across 1 directory with 6 updates #1070
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
Conversation
Bumps the all group with 6 updates in the /ibis-server directory: | Package | From | To | | --- | --- | --- | | [ibis-framework](https://github.com/ibis-project/ibis) | `10.0.0` | `10.1.0` | | [gql](https://github.com/graphql-python/gql) | `3.5.0` | `3.5.1` | | [duckdb](https://github.com/duckdb/duckdb) | `1.1.3` | `1.2.0` | | [opendal](https://github.com/apache/opendal) | `0.45.15` | `0.45.16` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.37` | `2.0.38` | | [ruff](https://github.com/astral-sh/ruff) | `0.9.4` | `0.9.7` | Updates `ibis-framework` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/ibis-project/ibis/releases) - [Changelog](https://github.com/ibis-project/ibis/blob/main/docs/release_notes_generated.qmd) - [Commits](ibis-project/ibis@10.0.0...10.1.0) Updates `gql` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/graphql-python/gql/releases) - [Commits](graphql-python/gql@v3.5.0...v3.5.1) Updates `duckdb` from 1.1.3 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 `opendal` from 0.45.15 to 0.45.16 - [Release notes](https://github.com/apache/opendal/releases) - [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/opendal/commits) Updates `sqlalchemy` from 2.0.37 to 2.0.38 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `ruff` from 0.9.4 to 0.9.7 - [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.9.4...0.9.7) --- updated-dependencies: - dependency-name: ibis-framework dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: gql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: duckdb dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: opendal dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: sqlalchemy dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Bumps the all group with 6 updates in the /ibis-server directory:
10.0.0
10.1.0
3.5.0
3.5.1
1.1.3
1.2.0
0.45.15
0.45.16
2.0.37
2.0.38
0.9.4
0.9.7
Updates
ibis-framework
from 10.0.0 to 10.1.0Release notes
Sourced from ibis-framework's releases.
Changelog
Sourced from ibis-framework's changelog.
Commits
913fa51
chore(release): 10.1.005438da
chore(deps): bump and relock (#10882)a8d7a32
chore(deps): update postgres docker tag to v17.4 (#10881)39729c7
fix(dev-tools): ensure that bump is minimal so that later release sort proper...a727f20
chore(deps): update astral-sh/setup-uv action to v5.3.0 (#10880)9538d51
fix(pyspark): avoid potentially different field names produced by SQL by usin...a707778
docs: remove incorrect parameters (#10876)152ff3b
chore(deps): remove upper bounds on rest of deps except for numpy and pandas ...ff4dd30
chore(deps): bump and relock1bb9291
chore(deps): update trinodb/trino docker tag to v471Updates
gql
from 3.5.0 to 3.5.1Release notes
Sourced from gql's releases.
Commits
46e188c
Bump version number to 3.5.1740e988
Add the warning from PR #530 in the stable branch (#533)Updates
duckdb
from 1.1.3 to 1.2.0Release notes
Sourced from duckdb's releases.
... (truncated)
Commits
a9bf7ad
[Julia] Fixes a a bug that the database is not properly closed even after clo...0bee8ed
Fix spawn process4332964
Check if the file was writtend5a97a8
Format fixec0906d
Adds a fix that a database wasnt closed until GCba1ff79
[chore] Python's SQLLogic: skip 3 more tests2fe0db4
Pyodide: skip spark test9e1f147
[Python][Spark] Fix datetime functions test failures (#15983)0e2e057
there is no difference in the result anymore7c623b5
we shouldnt use timestamp tz hereUpdates
opendal
from 0.45.15 to 0.45.16Commits
Updates
sqlalchemy
from 2.0.37 to 2.0.38Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
ruff
from 0.9.4 to 0.9.7Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
54fccb3
Bump version to 0.9.7 (#16271)8198668
[red-knot] MDTest: Use custom class names instead of builtins (#16269)fc6b03c
Handle requests received after shutdown message (#16262)fb09d63
[red-knot] PrefixType::call
anddunder_call
withtry
(#16261)16d0625
Improve internal docs for various string-node APIs (#16256)25920fe
RenameExprStringLiteral::as_unconcatenated_string()
to `ExprStringLiteral:...97d0659
PassParserOptions
to the parser (#16220)cfc6941
[red-knot] Resolve references in eager nested scopes eagerly (#16079)f50849a
Addtext_len()
methods to more*Prefix
enums inruff_python_ast
(#16254)55ea094
[red-knot] Allow anyRanged
argument forreport_lint
and `report_diagnost...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