diff --git a/requirements-dev.txt b/requirements-dev.txt index 897e808..2555da0 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.1 build twine diff --git a/requirements.txt b/requirements.txt index e23cea5..fff2492 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.1 deltalake==0.25.5 azure-servicebus==7.14.3