This repository was archived by the owner on May 7, 2026. It is now read-only.
deps(ibis): bump the all group across 1 directory with 29 updates#1579
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
deps(ibis): bump the all group across 1 directory with 29 updates#1579dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps the all group with 29 updates in the /ibis-server directory: | Package | From | To | | --- | --- | --- | | [fastapi](https://github.com/fastapi/fastapi) | `0.120.1` | `0.136.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.13.2` | | [ibis-framework](https://github.com/ibis-project/ibis) | `10.8.0` | `12.0.0` | | [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.38.0` | `2.49.2` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.2` | | [orjson](https://github.com/ijl/orjson) | `3.11.7` | `3.11.8` | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.3` | `2.3.3` | | [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) | `0.17.1` | `0.19.0` | | [gql](https://github.com/graphql-python/gql) | `3.5.2` | `4.0.0` | | [anyio](https://github.com/agronholm/anyio) | `4.10.0` | `4.13.0` | | [duckdb](https://github.com/duckdb/duckdb-python) | `1.3.2` | `1.5.2` | | [oracledb](https://github.com/oracle/python-oracledb) | `3.3.0` | `3.4.2` | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.44.0` | | [gunicorn](https://github.com/benoitc/gunicorn) | `23.0.0` | `25.3.0` | | [uvicorn-worker](https://github.com/Kludex/uvicorn-worker) | `0.3.0` | `0.4.0` | | [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) | `2.1.7` | `2.1.13` | | [datafusion](https://github.com/apache/datafusion-python) | `47.0.0` | `53.0.0` | | [starlette](https://github.com/Kludex/starlette) | `0.49.3` | `1.0.0` | | [databricks-sdk](https://github.com/databricks/databricks-sdk-py) | `0.73.0` | `0.102.0` | | [pyspark](https://github.com/apache/spark) | `3.5.7` | `4.1.1` | | [wren-engine](https://github.com/Canner/wren-engine) | `0.1.0` | `0.3.0` | | [plotly](https://github.com/plotly/plotly.py) | `6.6.0` | `6.7.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `9.0.3` | | [testcontainers](https://github.com/testcontainers/testcontainers-python) | `4.9.2` | `4.14.2` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.49` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.5.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.2` | `0.15.11` | | [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) | `0.8.15` | `0.15.1` | | [polars](https://github.com/pola-rs/polars) | `1.39.3` | `1.40.0` | Updates `fastapi` from 0.120.1 to 0.136.0 - [Release notes](https://github.com/fastapi/fastapi/releases) - [Commits](fastapi/fastapi@0.120.1...0.136.0) Updates `pydantic` from 2.10.6 to 2.13.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.2/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.6...v2.13.2) Updates `ibis-framework` from 10.8.0 to 12.0.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.8.0...12.0.0) Updates `google-auth` from 2.38.0 to 2.49.2 - [Release notes](https://github.com/googleapis/google-auth-library-python/releases) - [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/google-auth-library-python/commits) Updates `python-dotenv` from 1.0.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.0.1...v1.2.2) Updates `orjson` from 3.11.7 to 3.11.8 - [Release notes](https://github.com/ijl/orjson/releases) - [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md) - [Commits](ijl/orjson@3.11.7...3.11.8) Updates `pandas` from 2.2.3 to 2.3.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.3...v2.3.3) Updates `geoalchemy2` from 0.17.1 to 0.19.0 - [Release notes](https://github.com/geoalchemy/geoalchemy2/releases) - [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/main/CHANGES.txt) - [Commits](geoalchemy/geoalchemy2@0.17.1...0.19.0) Updates `gql` from 3.5.2 to 4.0.0 - [Release notes](https://github.com/graphql-python/gql/releases) - [Commits](graphql-python/gql@v3.5.2...v4.0.0) Updates `anyio` from 4.10.0 to 4.13.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.10.0...4.13.0) Updates `duckdb` from 1.3.2 to 1.5.2 - [Release notes](https://github.com/duckdb/duckdb-python/releases) - [Commits](duckdb/duckdb-python@v1.3.2...v1.5.2) Updates `oracledb` from 3.3.0 to 3.4.2 - [Release notes](https://github.com/oracle/python-oracledb/releases) - [Commits](oracle/python-oracledb@v3.3.0...v3.4.2) Updates `uvicorn` from 0.35.0 to 0.44.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.35.0...0.44.0) Updates `gunicorn` from 23.0.0 to 25.3.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...25.3.0) Updates `uvicorn-worker` from 0.3.0 to 0.4.0 - [Release notes](https://github.com/Kludex/uvicorn-worker/releases) - [Commits](Kludex/uvicorn-worker@0.3.0...0.4.0) Updates `redshift-connector` from 2.1.7 to 2.1.13 - [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases) - [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md) - [Commits](aws/amazon-redshift-python-driver@v2.1.7...v2.1.13) Updates `datafusion` from 47.0.0 to 53.0.0 - [Changelog](https://github.com/apache/datafusion-python/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-python@47.0.0...53.0.0) Updates `starlette` from 0.49.3 to 1.0.0 - [Release notes](https://github.com/Kludex/starlette/releases) - [Changelog](https://github.com/Kludex/starlette/blob/main/docs/release-notes.md) - [Commits](Kludex/starlette@0.49.3...1.0.0) Updates `databricks-sdk` from 0.73.0 to 0.102.0 - [Release notes](https://github.com/databricks/databricks-sdk-py/releases) - [Changelog](https://github.com/databricks/databricks-sdk-py/blob/main/CHANGELOG.md) - [Commits](databricks/databricks-sdk-py@v0.73.0...v0.102.0) Updates `pyspark` from 3.5.7 to 4.1.1 - [Commits](apache/spark@v3.5.7...v4.1.1) Updates `wren-engine` from 0.1.0 to 0.3.0 - [Release notes](https://github.com/Canner/wren-engine/releases) - [Commits](0.1.0...0.3.0) Updates `plotly` from 6.6.0 to 6.7.0 - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](plotly/plotly.py@v6.6.0...v6.7.0) Updates `pytest` from 8.3.5 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...9.0.3) Updates `testcontainers` from 4.9.2 to 4.14.2 - [Release notes](https://github.com/testcontainers/testcontainers-python/releases) - [Changelog](https://github.com/testcontainers/testcontainers-python/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-python@testcontainers-v4.9.2...testcontainers-v4.14.2) Updates `sqlalchemy` from 2.0.39 to 2.0.49 - [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 `pre-commit` from 4.2.0 to 4.5.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.2.0...v4.5.1) Updates `ruff` from 0.11.2 to 0.15.11 - [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.11.2...0.15.11) Updates `clickhouse-connect` from 0.8.15 to 0.15.1 - [Release notes](https://github.com/ClickHouse/clickhouse-connect/releases) - [Changelog](https://github.com/ClickHouse/clickhouse-connect/blob/main/CHANGELOG.md) - [Commits](ClickHouse/clickhouse-connect@v0.8.15...v0.15.1) Updates `polars` from 1.39.3 to 1.40.0 - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](pola-rs/polars@py-1.39.3...py-1.40.0) --- updated-dependencies: - dependency-name: fastapi dependency-version: 0.136.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: ibis-framework dependency-version: 12.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: google-auth dependency-version: 2.49.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: orjson dependency-version: 3.11.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: geoalchemy2 dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: gql dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: anyio dependency-version: 4.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: duckdb dependency-version: 1.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: oracledb dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: uvicorn dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: gunicorn dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: uvicorn-worker dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: redshift-connector dependency-version: 2.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: datafusion dependency-version: 53.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: starlette dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: databricks-sdk dependency-version: 0.102.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pyspark dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: wren-engine dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: plotly dependency-version: 6.7.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all - dependency-name: testcontainers dependency-version: 4.14.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: sqlalchemy dependency-version: 2.0.49 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: pre-commit dependency-version: 4.5.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: clickhouse-connect dependency-version: 0.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: polars dependency-version: 1.40.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
075bdef to
8677d17
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 29 updates in the /ibis-server directory:
0.120.10.136.02.10.62.13.210.8.012.0.02.38.02.49.21.0.11.2.23.11.73.11.82.2.32.3.30.17.10.19.03.5.24.0.04.10.04.13.01.3.21.5.23.3.03.4.20.35.00.44.023.0.025.3.00.3.00.4.02.1.72.1.1347.0.053.0.00.49.31.0.00.73.00.102.03.5.74.1.10.1.00.3.06.6.06.7.08.3.59.0.34.9.24.14.22.0.392.0.494.2.04.5.10.11.20.15.110.8.150.15.11.39.31.40.0Updates
fastapifrom 0.120.1 to 0.136.0Release notes
Sourced from fastapi's releases.
... (truncated)
Commits
708606c🔖 Release version 0.136.013be6a3📝 Update release notes4b26487⬆️ Support free-threaded Python 3.14t (#15149)f796c34🔖 Release version 0.135.409d1d1c📝 Update release notesae4e45c🔥 Remove April Fool's@app.vibe()🤪 (#15363)9653034📝 Update release notes6f9a102⬆ Bump cryptography from 46.0.5 to 46.0.7 (#15314)eba8942📝 Update release notes77d080c⬆ Bump strawberry-graphql from 0.307.1 to 0.312.3 (#15309)Updates
pydanticfrom 2.10.6 to 2.13.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
ca3ddd1Prepare release v2.13.2000e823FixValidationInfo.field_namemissing withmodel_validate_json()d45d8bePrepare release 2.13.154aca60FixValidationInfo.datamissing withmodel_validate_json()46bf4faFix Pydantic release workflow (#13067)1b359edPrepare release v2.13.0 (#13065)b1bf194Fix model equality when using runtimeextraconfiguration (#13062)17a35e3Update jiter to v0.14.0 (#13064)feea402Usesimulationmode in Codspeed CI (#13063)671c9b0Add basic benchmarks for model equality (#13061)Updates
ibis-frameworkfrom 10.8.0 to 12.0.0Release notes
Sourced from ibis-framework's releases.
... (truncated)
Changelog
Sourced from ibis-framework's changelog.
... (truncated)
Commits
01e429bchore(release): 12.0.0537b346chore(deps): update ghcr.io/astral-sh/uv docker tag to v0.10.076c3b63chore(deps): update astral-sh/setup-uv action to v7.3.0da202dachore(deps): update apache/druid docker tag to v36ba0218ffix(mysql): use getuser() and empty password string by default (#11904)a4ef82fchore(deps): update aws-actions/configure-aws-credentials action to v6601cd8fchore(deps): update ghcr.io/singlestore-labs/singlestoredb-dev docker tag to ...14c9124chore(deps): update materialize/materialized docker tag to v26.10.1b746edfchore(deps): update ghcr.io/astral-sh/uv docker tag to v0.9.307da4012chore(deps): upgrade ruff, and fix lint violations (#11899)Updates
google-authfrom 2.38.0 to 2.49.2Release notes
Sourced from google-auth's releases.
... (truncated)
Changelog
Sourced from google-auth's changelog.
... (truncated)
Commits
Updates
python-dotenvfrom 1.0.1 to 1.2.2Release notes
Sourced from python-dotenv's releases.
... (truncated)
Changelog
Sourced from python-dotenv's changelog.
... (truncated)
Commits
36004e0Bump version: 1.2.1 → 1.2.2eb20252docs: update changelog for v1.2.2790c5c0Merge commit from fork43340daRemove the use ofshin tests (#612)09d7ceedocs: clarify override behavior and document FIFO support (#610)c8de288ci: improve workflow efficiency with best practices (#609)7bd9e3dAdd Windows testing to CI (#604)1baaf04Drop Python 3.9 support and update to PyPy 3.11 (#608)4a22cf8ci: enable testing on Python 3.14t (free-threaded) (#588)e2e8e77Fix license specifier (#597)Updates
orjsonfrom 3.11.7 to 3.11.8Release notes
Sourced from orjson's releases.
Changelog
Sourced from orjson's changelog.
Commits
5cbb3d03.11.84195d7fwriter::halfd00641bwriter::uuidc84d9b4build and compatibility misc4547234ffi::numpy0d4a5addatetime PyRef idiome93a13dCross-compile avoids maturin v1.12 build-details.json errorUpdates
pandasfrom 2.2.3 to 2.3.3Release notes
Sourced from pandas's releases.
... (truncated)
Commits
9c8bc3eRLS: 2.3.3