From c1c944b6d0c69565bec9e02fb77289c0d7e1f879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:19:31 +0000 Subject: [PATCH] Bump pypdf2 from 1.26.0 to 1.27.9 in /PDF Parser 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] --- PDF Parser/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDF Parser/requirements.txt b/PDF Parser/requirements.txt index 10e44f7..3185dff 100644 --- a/PDF Parser/requirements.txt +++ b/PDF Parser/requirements.txt @@ -1,3 +1,3 @@ spacy==2.2.3 -PyPDF2==1.26.0 +PyPDF2==1.27.9 pandas==0.25.3 \ No newline at end of file