From ec50aa7483a2600f61754a52619156252279a9f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 20:07:14 +0000 Subject: [PATCH] Bump pypdf from 6.0.0 to 6.1.3 in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [pypdf](https://github.com/py-pdf/pypdf). Updates `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 dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index b687aeb693..8d140aad9e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -3473,14 +3473,14 @@ torch = ["torch"] [[package]] name = "pypdf" -version = "6.0.0" +version = "6.1.3" description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pypdf-6.0.0-py3-none-any.whl", hash = "sha256:56ea60100ce9f11fc3eec4f359da15e9aec3821b036c1f06d2b660d35683abb8"}, - {file = "pypdf-6.0.0.tar.gz", hash = "sha256:282a99d2cc94a84a3a3159f0d9358c0af53f85b4d28d76ea38b96e9e5ac2a08d"}, + {file = "pypdf-6.1.3-py3-none-any.whl", hash = "sha256:eb049195e46f014fc155f566fa20e09d70d4646a9891164ac25fa0cbcfcdbcb5"}, + {file = "pypdf-6.1.3.tar.gz", hash = "sha256:8d420d1e79dc1743f31a57707cabb6dcd5b17e8b9a302af64b30202c5700ab9d"}, ] [package.dependencies] @@ -5375,4 +5375,4 @@ server = ["fastapi", "uvicorn", "websockets"] [metadata] lock-version = "2.1" python-versions = "<3.12,>=3.9" -content-hash = "3011fe71022b7e431512f6820f557202f51500f0437711ca5dbae02f9d0ac9d5" +content-hash = "cb11ed2d4f2113c9fc1ff1302410cc20174d00ecabb6d545b1f7b23a1782ca54" diff --git a/pyproject.toml b/pyproject.toml index e99d64e237..7642e4096f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ numpy = "^1.26.2" demjson3 = "^3.0.6" tiktoken = "^0.5.1" python-box = "^7.1.1" -pypdf = "^6.0.0" +pypdf = "^6.1.3" pyyaml = "^6.0.1" fastapi = {version = "^0.104.1", optional = true} uvicorn = {version = "^0.24.0.post1", optional = true}