From e20d809157e306a1f4bd6c1c4830eb755fb518b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 12:28:27 +0000 Subject: [PATCH] Update dependency pypdf to v5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcf901b44b..5d611c33d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ Changelog = "https://github.com/openoereb/pyramid_oereb/blob/master/CHANGES.rst" [project.optional-dependencies] # Dependencies listed in "recommend" must be included in "no-version" without explicit version number recommend = [ - "pypdf==4.3.1", + "pypdf==5.0.1", "filetype==1.2.0", "geoalchemy2==0.15.2", "pyramid==2.0.2",