From f1a5dfbb8a4656a64ef4f9f61093d09ede959058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:02:25 +0000 Subject: [PATCH] Bump pypdf2 from 1.26.0 to 1.27.5 Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26.0 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 869d815..b0f1fab 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ 'nltk==3.2.1', 'numpy==1.16.2', 'pandas==0.24.2', - 'PyPDF2==1.26.0', + 'PyPDF2==1.27.5', 'requests==2.21.0', 'tensor2tensor==1.13.2', 'tensorboard==1.13.1',