From cc98e74e70ff38987b2b87b8ce136f37da383e98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:18:53 +0000 Subject: [PATCH] Bump pypdf2 from 1.26 to 1.27.9 Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26 to 1.27.9. - [Release notes](https://github.com/py-pdf/PyPDF2/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/1.27.9/CHANGELOG) - [Commits](https://github.com/py-pdf/PyPDF2/compare/1.26.0...1.27.9) --- updated-dependencies: - dependency-name: pypdf2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a183cf8..bf4ba5b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ description = 'Comic archive (cbr/cbz) and metadata utilities. Extracted from the comictagger project.', author = 'Iris W', packages = ['comicapi'], - install_requires = ['natsort==3.5.2', 'pypdf2==1.26'], + install_requires = ['natsort==3.5.2', 'pypdf2==1.27.9'], extras_require = { 'CBR': ['unrar==0.3'] },