From 6dec87872deee3f4b17beeec9decf4589cfc1a1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 19:59:24 +0000 Subject: [PATCH] Bump pypdf Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.1.0 to 6.0.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/4.1.0...6.0.0) --- updated-dependencies: - dependency-name: pypdf dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../notebook-lm/poetry.lock | 12 ++++++------ .../notebook-lm/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/infrastructure/notebooklm-with-bedrock-and-amazon-eks/notebook-lm/poetry.lock b/infrastructure/notebooklm-with-bedrock-and-amazon-eks/notebook-lm/poetry.lock index 29c3532..9db7fa6 100644 --- a/infrastructure/notebooklm-with-bedrock-and-amazon-eks/notebook-lm/poetry.lock +++ b/infrastructure/notebooklm-with-bedrock-and-amazon-eks/notebook-lm/poetry.lock @@ -1385,20 +1385,20 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pypdf" -version = "5.1.0" +version = "6.0.0" description = "A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["main"] files = [ - {file = "pypdf-5.1.0-py3-none-any.whl", hash = "sha256:3bd4f503f4ebc58bae40d81e81a9176c400cbbac2ba2d877367595fb524dfdfc"}, - {file = "pypdf-5.1.0.tar.gz", hash = "sha256:425a129abb1614183fd1aca6982f650b47f8026867c0ce7c4b9f281c443d2740"}, + {file = "pypdf-6.0.0-py3-none-any.whl", hash = "sha256:56ea60100ce9f11fc3eec4f359da15e9aec3821b036c1f06d2b660d35683abb8"}, + {file = "pypdf-6.0.0.tar.gz", hash = "sha256:282a99d2cc94a84a3a3159f0d9358c0af53f85b4d28d76ea38b96e9e5ac2a08d"}, ] [package.extras] crypto = ["cryptography"] cryptodome = ["PyCryptodome"] -dev = ["black", "flit", "pip-tools", "pre-commit (<2.18.0)", "pytest-cov", "pytest-socket", "pytest-timeout", "pytest-xdist", "wheel"] +dev = ["black", "flit", "pip-tools", "pre-commit", "pytest-cov", "pytest-socket", "pytest-timeout", "pytest-xdist", "wheel"] docs = ["myst_parser", "sphinx", "sphinx_rtd_theme"] full = ["Pillow (>=8.0.0)", "cryptography"] image = ["Pillow (>=8.0.0)"] @@ -1981,4 +1981,4 @@ dev = ["black (>=19.3b0) ; python_version >= \"3.6\"", "pytest (>=4.6.2)"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "d6065037c3584a5030e5103641ac1c374137cbf188b146255237a5c395cedaa0" +content-hash = "34249f608b049754003de976681f91d6b3cbb9aa21568319d77731fdea910fef" diff --git a/infrastructure/notebooklm-with-bedrock-and-amazon-eks/notebook-lm/pyproject.toml b/infrastructure/notebooklm-with-bedrock-and-amazon-eks/notebook-lm/pyproject.toml index 0f4d749..61a8d1c 100644 --- a/infrastructure/notebooklm-with-bedrock-and-amazon-eks/notebook-lm/pyproject.toml +++ b/infrastructure/notebooklm-with-bedrock-and-amazon-eks/notebook-lm/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.11" gradio = "^5.11.0" -pypdf = "^5.1.0" +pypdf = "^6.0.0" scipy = "^1.14.1" langchain-aws = "^0.2.7" loguru = "^0.7.2"