From d2223cb980bdfea5be34d4eee4d08e908b7a3329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:19:19 +0000 Subject: [PATCH] Bump pypdf2 from 1.26.0 to 1.27.9 Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 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 1ec4718..4d146ee 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ def get_info(name): py_modules=['pdfbookmarker'], url='https://github.com/RussellLuo/pdfbookmarker', install_requires=[ - 'PyPDF2==1.26.0', + 'PyPDF2==1.27.9', ], entry_points={ 'console_scripts': [