From 95db3afeb22b2ff80f22f56c18a29d0a05cb7e21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:20:05 +0000 Subject: [PATCH] Bump pypdf2 from 1.26.0 to 1.27.9 in /tests 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] --- requirements.txt | 2 +- tests/test_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 24c6e5c..2ec23c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ dill>=0.3.0 yattag==1.12.2 pyyaml==5.4 jsonschema==3.0.2 -PyPDF2==1.26.0 +PyPDF2==1.27.9 pillow>=7.1.0 shap>=0.35.0 lime>=0.1.1, <=2 diff --git a/tests/test_requirements.txt b/tests/test_requirements.txt index 1fb0f06..cf185ca 100644 --- a/tests/test_requirements.txt +++ b/tests/test_requirements.txt @@ -6,4 +6,4 @@ nose==1.3.7 nose-exclude==0.5.0 nose2==0.9.1 nosexcover==1.0.11 -PyPDF2==1.26.0 \ No newline at end of file +PyPDF2==1.27.9 \ No newline at end of file