From cac6823db6ad9d3023f4a15b62f23e2e455787ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 01:39:18 +0000 Subject: [PATCH] Bump pypdf from 6.10.2 to 6.13.3 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.10.2 to 6.13.3. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/6.10.2...6.13.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.13.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e24ad2d..093b4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "xarray>=2024.1.0", "pandas>=2.0.3", "pyodbc>=4.0.39", - "pypdf==6.10.2", + "pypdf==6.13.3", ] [project.optional-dependencies]