From d52063bcd07dea9168f5f769b79d1e1fd2f0d78b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 21:08:44 +0000 Subject: [PATCH] build(deps): bump pypdf from 6.15.0 to 6.16.1 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.15.0 to 6.16.1. - [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.15.0...6.16.1) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.16.1 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 81a6d224b8..91a3ecb2cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "google-auth==2.48.0", "google-auth-oauthlib==1.2.4", "mcp==1.28.1", - "pypdf==6.15.0", + "pypdf==6.16.1", "reportlab==4.4.9", "cdp-use==1.4.5", "pyotp==2.9.0",