From 71f6d381b2f3ba6d005e2f47df5e614224327592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 22:19:12 +0000 Subject: [PATCH] Bump pypdf2 from 1.26 to 1.27.9 Bumps [pypdf2](https://github.com/py-pdf/PyPDF2) from 1.26 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:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 990c1be..cb73203 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,4 +12,4 @@ pypi-publisher factory-boy==2.8.1 pytest==3.1.1 pytest-cov==2.5.1 -PyPDF2==1.26 # used to compare pdfs +PyPDF2==1.27.9 # used to compare pdfs