From b75e7f198a5f5a83b94f644346155174f353a70d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:17:34 +0000 Subject: [PATCH] Bump pypdf2 from 1.26.0 to 1.27.5 in /webapp 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] --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index 9adf725..5da68f9 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -2,6 +2,6 @@ Flask==1.1.2 requests==2.25.1 bs4==0.0.1 pandas==1.2.3 -PyPDF2==1.26.0 +PyPDF2==1.27.5 tabula==1.0.5 flask-restx==0.4.0 \ No newline at end of file