From fad973772741b8fcb1823bb53a503c8edab07668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 04:34:59 +0000 Subject: [PATCH] fix: bump pyiceberg[pyarrow,sql-sqlite] from 0.8.1 to 0.10.0 Bumps [pyiceberg[pyarrow,sql-sqlite]](https://github.com/apache/iceberg-python) from 0.8.1 to 0.10.0. - [Release notes](https://github.com/apache/iceberg-python/releases) - [Commits](https://github.com/apache/iceberg-python/compare/pyiceberg-0.8.1...pyiceberg-0.10.0) --- updated-dependencies: - dependency-name: pyiceberg[pyarrow,sql-sqlite] dependency-version: 0.10.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 65744c7..eec6877 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.10.0 build twine \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 1be7409..7d4c767 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ redis==6.4.0 simplejson==3.20.1 flask==3.1.2 pyyaml==6.0.2 -pyiceberg[sql-sqlite,pyarrow]==0.8.1 +pyiceberg[sql-sqlite,pyarrow]==0.10.0 deltalake==0.25.5 azure-servicebus==7.14.2