Commit b673131
authored
deps(ibis): bump the all group across 1 directory with 30 updates
Bumps the all group with 30 updates in the /ibis-server directory:
| Package | From | To |
| --- | --- | --- |
| [fastapi](https://github.com/fastapi/fastapi) | `0.120.1` | `0.121.3` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.12.4` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.38.0` | `2.43.0` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.1` |
| [orjson](https://github.com/ijl/orjson) | `3.10.16` | `3.11.4` |
| [geoalchemy2](https://github.com/geoalchemy/geoalchemy2) | `0.17.1` | `0.18.1` |
| [gql](https://github.com/graphql-python/gql) | `3.5.2` | `4.0.0` |
| [anyio](https://github.com/agronholm/anyio) | `4.10.0` | `4.11.0` |
| [duckdb](https://github.com/duckdb/duckdb-python) | `1.3.2` | `1.4.2` |
| [oracledb](https://github.com/oracle/python-oracledb) | `3.3.0` | `3.4.1` |
| [uvicorn](https://github.com/Kludex/uvicorn) | `0.35.0` | `0.38.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.10` |
| [datafusion](https://github.com/apache/datafusion-python) | `47.0.0` | `50.1.0` |
| [starlette](https://github.com/Kludex/starlette) | `0.49.1` | `0.50.0` |
| [databricks-sql-connector](https://github.com/databricks/databricks-sql-python) | `4.1.4` | `4.2.1` |
| [jupyterlab](https://github.com/jupyterlab/jupyterlab) | `4.4.9` | `4.5.0` |
| [ipykernel](https://github.com/ipython/ipykernel) | `6.30.1` | `7.1.0` |
| [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) | `8.1.7` | `8.1.8` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.6` | `3.10.7` |
| [plotly](https://github.com/plotly/plotly.py) | `6.3.0` | `6.5.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `9.0.1` |
| [testcontainers](https://github.com/testcontainers/testcontainers-python) | `4.9.2` | `4.13.3` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.44` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `4.2.0` | `4.5.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.2` | `0.14.6` |
| [trino](https://github.com/trinodb/trino-python-client) | `0.335.0` | `0.336.0` |
| [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.10` | `2.9.11` |
| [clickhouse-connect](https://github.com/ClickHouse/clickhouse-connect) | `0.8.15` | `0.10.0` |
| [polars](https://github.com/pola-rs/polars) | `1.33.1` | `1.35.2` |
Updates `fastapi` from 0.120.1 to 0.121.3
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.120.1...0.121.3)
Updates `pydantic` from 2.10.6 to 2.12.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.6...v2.12.4)
Updates `google-auth` from 2.38.0 to 2.43.0
- [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](googleapis/google-auth-library-python@v2.38.0...v2.43.0)
Updates `python-dotenv` from 1.0.1 to 1.2.1
- [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.1)
Updates `orjson` from 3.10.16 to 3.11.4
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.16...3.11.4)
Updates `geoalchemy2` from 0.17.1 to 0.18.1
- [Release notes](https://github.com/geoalchemy/geoalchemy2/releases)
- [Changelog](https://github.com/geoalchemy/geoalchemy2/blob/master/CHANGES.txt)
- [Commits](geoalchemy/geoalchemy2@0.17.1...0.18.1)
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.11.0
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.10.0...4.11.0)
Updates `duckdb` from 1.3.2 to 1.4.2
- [Release notes](https://github.com/duckdb/duckdb-python/releases)
- [Changelog](https://github.com/duckdb/duckdb-python/blob/main/CHANGELOG.md)
- [Commits](duckdb/duckdb-python@v1.3.2...v1.4.2)
Updates `oracledb` from 3.3.0 to 3.4.1
- [Release notes](https://github.com/oracle/python-oracledb/releases)
- [Commits](oracle/python-oracledb@v3.3.0...v3.4.1)
Updates `uvicorn` from 0.35.0 to 0.38.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.38.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.10
- [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.10)
Updates `datafusion` from 47.0.0 to 50.1.0
- [Changelog](https://github.com/apache/datafusion-python/blob/main/CHANGELOG.md)
- [Commits](apache/datafusion-python@47.0.0...50.1.0)
Updates `starlette` from 0.49.1 to 0.50.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.1...0.50.0)
Updates `databricks-sql-connector` from 4.1.4 to 4.2.1
- [Release notes](https://github.com/databricks/databricks-sql-python/releases)
- [Changelog](https://github.com/databricks/databricks-sql-python/blob/main/CHANGELOG.md)
- [Commits](databricks/databricks-sql-python@v4.1.4...v4.2.1)
Updates `jupyterlab` from 4.4.9 to 4.5.0
- [Release notes](https://github.com/jupyterlab/jupyterlab/releases)
- [Changelog](https://github.com/jupyterlab/jupyterlab/blob/main/RELEASE.md)
- [Commits](https://github.com/jupyterlab/jupyterlab/compare/@jupyterlab/lsp@4.4.9...@jupyterlab/lsp@4.5.0)
Updates `ipykernel` from 6.30.1 to 7.1.0
- [Release notes](https://github.com/ipython/ipykernel/releases)
- [Changelog](https://github.com/ipython/ipykernel/blob/main/CHANGELOG.md)
- [Commits](ipython/ipykernel@v6.30.1...v7.1.0)
Updates `ipywidgets` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/jupyter-widgets/ipywidgets/releases)
- [Commits](jupyter-widgets/ipywidgets@8.1.7...8.1.8)
Updates `matplotlib` from 3.10.6 to 3.10.7
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.6...v3.10.7)
Updates `plotly` from 6.3.0 to 6.5.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.3.0...v6.5.0)
Updates `pytest` from 8.3.5 to 9.0.1
- [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.1)
Updates `testcontainers` from 4.9.2 to 4.13.3
- [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.13.3)
Updates `sqlalchemy` from 2.0.39 to 2.0.44
- [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.0
- [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.0)
Updates `ruff` from 0.11.2 to 0.14.6
- [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.14.6)
Updates `trino` from 0.335.0 to 0.336.0
- [Release notes](https://github.com/trinodb/trino-python-client/releases)
- [Changelog](https://github.com/trinodb/trino-python-client/blob/master/CHANGES.md)
- [Commits](trinodb/trino-python-client@0.335.0...0.336.0)
Updates `psycopg2` from 2.9.10 to 2.9.11
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](psycopg/psycopg2@2.9.10...2.9.11)
Updates `clickhouse-connect` from 0.8.15 to 0.10.0
- [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.10.0)
Updates `polars` from 1.33.1 to 1.35.2
- [Release notes](https://github.com/pola-rs/polars/releases)
- [Commits](pola-rs/polars@py-1.33.1...py-1.35.2)
---
updated-dependencies:
- dependency-name: fastapi
dependency-version: 0.121.3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: pydantic
dependency-version: 2.12.4
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: google-auth
dependency-version: 2.43.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: python-dotenv
dependency-version: 1.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: orjson
dependency-version: 3.11.4
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: geoalchemy2
dependency-version: 0.18.1
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.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: duckdb
dependency-version: 1.4.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: oracledb
dependency-version: 3.4.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: uvicorn
dependency-version: 0.38.0
dependency-type: direct:production
update-type: version-update:semver-minor
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.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: datafusion
dependency-version: 50.1.0
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: all
- dependency-name: starlette
dependency-version: 0.50.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: databricks-sql-connector
dependency-version: 4.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: jupyterlab
dependency-version: 4.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: ipykernel
dependency-version: 7.1.0
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: all
- dependency-name: ipywidgets
dependency-version: 8.1.8
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: matplotlib
dependency-version: 3.10.7
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: plotly
dependency-version: 6.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: pytest
dependency-version: 9.0.1
dependency-type: direct:development
update-type: version-update:semver-major
dependency-group: all
- dependency-name: testcontainers
dependency-version: 4.13.3
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: sqlalchemy
dependency-version: 2.0.44
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: pre-commit
dependency-version: 4.5.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: ruff
dependency-version: 0.14.6
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: trino
dependency-version: 0.336.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: psycopg2
dependency-version: 2.9.11
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: all
- dependency-name: clickhouse-connect
dependency-version: 0.10.0
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all
- dependency-name: polars
dependency-version: 1.35.2
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: all
...
Signed-off-by: dependabot[bot] <support@github.com>1 parent 51a622f commit b673131
2 files changed
+922
-1637
lines changed
0 commit comments