From 7b830bad051bf573e037f3331f97d9c4917491f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:25:00 +0000 Subject: [PATCH] fix: bump pyiceberg[pyarrow,sql-sqlite] from 0.8.1 to 0.9.1 Bumps [pyiceberg[pyarrow,sql-sqlite]](https://github.com/apache/iceberg-python) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/apache/iceberg-python/releases) - [Commits](https://github.com/apache/iceberg-python/compare/pyiceberg-0.8.1...pyiceberg-0.9.1) --- updated-dependencies: - dependency-name: pyiceberg[pyarrow,sql-sqlite] dependency-version: 0.9.1 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 65744c7..d14e95b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,6 +4,6 @@ mypy coverage types-simplejson types-redis -pyiceberg[sql-sqlite,pyarrow]==0.8.1 +pyiceberg[sql-sqlite,pyarrow]==0.9.1 build twine \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 7ff1cef..acef42f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ redis==6.2.0 simplejson==3.20.1 flask==3.1.1 pyyaml==6.0.2 -pyiceberg[sql-sqlite,pyarrow]==0.8.1 +pyiceberg[sql-sqlite,pyarrow]==0.9.1 deltalake==0.25.5 azure-servicebus==7.14.2