From afa7c72b73828509ddd2c6b8b73bd7275b24d9e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 22:24:22 +0000 Subject: [PATCH] chore(deps): bump pandas from 3.0.3 to 3.0.5 Bumps [pandas](https://github.com/pandas-dev/pandas) from 3.0.3 to 3.0.5. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",