From 870a68deaeea3614cb258439ff9db1d3b774ad05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:24:11 +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] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 7deba90..8df710e 100644 --- a/Pipfile +++ b/Pipfile @@ -16,7 +16,7 @@ requests = "*" bs4= "==0.0.1" urllib3= "==1.26.5" selenium = "==3.141.0" -PyPDF2 = "==1.27.5" +PyPDF2 = "==1.27.9" pytz= "==2021.3"