This repository was archived by the owner on May 7, 2026. It is now read-only.
Commit 075bdef
authored
deps(ibis): bump the all group across 1 directory with 29 updates
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>1 parent 4f9201b commit 075bdef
2 files changed
Lines changed: 829 additions & 796 deletions
0 commit comments