From f3a3d8f2cd8acee8d76e89ccc7cad7e4d71528d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 14:14:14 +0000 Subject: [PATCH] fix: bump pyiceberg[pyarrow,sql-sqlite] from 0.10.0 to 0.11.0 Bumps [pyiceberg[pyarrow,sql-sqlite]](https://github.com/apache/iceberg-python) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/apache/iceberg-python/releases) - [Commits](https://github.com/apache/iceberg-python/compare/pyiceberg-0.10.0...pyiceberg-0.11.0) --- updated-dependencies: - dependency-name: pyiceberg[pyarrow,sql-sqlite] dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 897e808..5fbaec0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ mypy coverage types-simplejson types-redis -pyiceberg[sql-sqlite,pyarrow]==0.10.0 +pyiceberg[sql-sqlite,pyarrow]==0.11.0 build twine diff --git a/requirements.txt b/requirements.txt index e23cea5..f4bcd7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ redis==7.0.1 simplejson==3.20.2 flask==3.1.2 pyyaml==6.0.3 -pyiceberg[sql-sqlite,pyarrow]==0.10.0 +pyiceberg[sql-sqlite,pyarrow]==0.11.0 deltalake==0.25.5 azure-servicebus==7.14.3