From c1e0e2c08ac5fc16b05b5da0ee14cc8aea4cdb0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 17:31:24 +0000 Subject: [PATCH] chore(deps): Bump pypdf Bumps [pypdf](https://github.com/py-pdf/pypdf) from 6.14.2 to 6.15.0. - [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.14.2...6.15.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- agent-governance-python/agent-os/modules/caas/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent-governance-python/agent-os/modules/caas/requirements.txt b/agent-governance-python/agent-os/modules/caas/requirements.txt index 4e0144fab..3a58e0904 100644 --- a/agent-governance-python/agent-os/modules/caas/requirements.txt +++ b/agent-governance-python/agent-os/modules/caas/requirements.txt @@ -1,7 +1,7 @@ fastapi==0.115.0 uvicorn[standard]==0.27.0 pydantic==2.10.3 -pypdf==6.14.2 # CVE fix: all DoS/infinite-loop vulnerabilities +pypdf==6.15.0 # CVE fix: all DoS/infinite-loop vulnerabilities beautifulsoup4==4.12.2 lxml==6.1.0 python-multipart==0.0.32