diff --git a/requirements.txt b/requirements.txt index 630f045..7faef4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ zstandard==0.19.0 SQLAlchemy==1.4.45 sqlalchemy-fdw==0.3.0 clickhouse-sqlalchemy==0.2.3 -pyarrow==10.0.1 +pyarrow==14.0.1 pytest==7.2.0 pytest-cov==4.0.0 codacy-coverage==1.3.11 \ No newline at end of file diff --git a/transform/requirements.txt b/transform/requirements.txt index b327a30..1796254 100644 --- a/transform/requirements.txt +++ b/transform/requirements.txt @@ -1,5 +1,5 @@ SQLAlchemy==1.3.23 sqlalchemy-fdw==0.3.0 clickhouse-sqlalchemy==0.1.5 -pyarrow==10.0.1 +pyarrow==14.0.1 zstandard==0.17.0