From 93ae42034c9a2e2da5c6f52a4502782fa12e515d Mon Sep 17 00:00:00 2001 From: Dennis Braun Date: Sun, 12 Apr 2026 21:57:18 +0200 Subject: [PATCH] chore(deps): bump pypdf to 6.10.0 --- requirements-test.txt | 8 ++++---- requirements.in | 2 +- requirements.txt | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index 428b4cd7..5fe685b2 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.13 +# This file is autogenerated by pip-compile with Python 3.14 # by the following command: # # pip-compile --generate-hashes --output-file=requirements-test.txt --strip-extras requirements-test.in @@ -626,9 +626,9 @@ pygments==2.20.0 \ --hash=sha256:6757cd03768053ff99f3039c1a36d6c0aa0b263438fcab17520b30a303a82b5f \ --hash=sha256:81a9e26dd42fd28a23a2d169d86d7ac03b46e2f8b59ed4698fb4785f946d0176 # via pytest -pypdf==6.9.2 \ - --hash=sha256:662cf29bcb419a36a1365232449624ab40b7c2d0cfc28e54f42eeecd1fd7e844 \ - --hash=sha256:7f850faf2b0d4ab936582c05da32c52214c2b089d61a316627b5bfb5b0dab46c +pypdf==6.10.0 \ + --hash=sha256:4c5a48ba258c37024ec2505f7e8fd858525f5502784a2e1c8d415604af29f6ef \ + --hash=sha256:90005e959e1596c6e6c84c8b0ad383285b3e17011751cedd17f2ce8fcdfc86de # via -r requirements.in pytest==9.0.3 \ --hash=sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9 \ diff --git a/requirements.in b/requirements.in index 481a92c9..b9bac9d3 100644 --- a/requirements.in +++ b/requirements.in @@ -6,5 +6,5 @@ cryptography>=46.0 pycryptodome>=3.23 fpdf2>=2.8.4 beautifulsoup4>=4.14 -pypdf>=6.0 +pypdf>=6.10.0 openpyxl>=3.1.5 diff --git a/requirements.txt b/requirements.txt index 176a7325..9a183d09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.13 +# This file is autogenerated by pip-compile with Python 3.14 # by the following command: # # pip-compile --generate-hashes --output-file=requirements.txt requirements.in @@ -610,9 +610,9 @@ pycryptodome==3.23.0 \ --hash=sha256:e3f2d0aaf8080bda0587d58fc9fe4766e012441e2eed4269a77de6aea981c8be \ --hash=sha256:eb8f24adb74984aa0e5d07a2368ad95276cf38051fe2dc6605cbcf482e04f2a7 # via -r requirements.in -pypdf==6.9.2 \ - --hash=sha256:662cf29bcb419a36a1365232449624ab40b7c2d0cfc28e54f42eeecd1fd7e844 \ - --hash=sha256:7f850faf2b0d4ab936582c05da32c52214c2b089d61a316627b5bfb5b0dab46c +pypdf==6.10.0 \ + --hash=sha256:4c5a48ba258c37024ec2505f7e8fd858525f5502784a2e1c8d415604af29f6ef \ + --hash=sha256:90005e959e1596c6e6c84c8b0ad383285b3e17011751cedd17f2ce8fcdfc86de # via -r requirements.in requests==2.33.1 \ --hash=sha256:18817f8c57c6263968bc123d237e3b8b08ac046f5456bd1e307ee8f4250d3517 \