From 82416bd68d1e9e9da6906edfee706dd93fe58181 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 20:00:18 +0000 Subject: [PATCH] Bump pypdf from 6.0.0 to 6.1.3 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.0.0 to 6.1.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.0.0...6.1.3) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 03136b8..52725e1 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -18,7 +18,7 @@ netcdf4==1.6.5 numpy==1.26.2 requests==2.32.4 scipy==1.11.4 -pypdf==6.0.0 +pypdf==6.1.3 # Dependencies required by other packages certifi==2024.7.4 diff --git a/pyproject.toml b/pyproject.toml index 5ecf683..f2348b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "xarray>=2023.5.0", "pandas>=2.0.3", "pyodbc>=4.0.39", - "pypdf==6.0.0", + "pypdf==6.1.3", ] [project.optional-dependencies]