diff --git a/pyproject.toml b/pyproject.toml index fe75acf..6c2c785 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ # (downloaded on demand via `dlt init`) needs it for its CSV # reader — tests/test_e2e_demo_arc.py fails without it. Optional- # extra treatment tracked in #148. - "pandas==3.0.3", + "pandas==3.0.5", "duckdb==1.5.2", "httpx==0.28.1", "pyyaml==6.0.3",