From 92d67d4ffe09352da673ee0574d8fb0521126a2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:59:32 +0000 Subject: [PATCH] Bump pypdf2 from 1.26 to 1.27.5 Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26 to 1.27.5. - [Release notes](https://github.com/py-pdf/PyPDF2/releases) - [Changelog](https://github.com/py-pdf/PyPDF2/blob/main/CHANGELOG) - [Commits](https://github.com/py-pdf/PyPDF2/compare/1.26.0...1.27.5) --- 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..e544910 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.5'], extras_require = { 'CBR': ['unrar==0.3'] },