From d549bc94975f2c2acf0d9e064c7ff674297bff8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:19:38 +0000 Subject: [PATCH] Bump pypdf2 from 1.26.0 to 1.27.9 in /text-summerizer 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] --- text-summerizer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text-summerizer/requirements.txt b/text-summerizer/requirements.txt index 142d53c..a3ec10f 100644 --- a/text-summerizer/requirements.txt +++ b/text-summerizer/requirements.txt @@ -1,7 +1,7 @@ requests>=2.18.4 Django>=2.0.5 nltk==3.4.5 -PyPDF2==1.26.0 +PyPDF2==1.27.9 lxml==4.2.3 PyMySQL==0.9.2 beautifulsoup4==4.6.3