From 0f2433907c62660e8a973b80eea17b4c1b26a665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 20:34:47 +0000 Subject: [PATCH] Bump pypdf from 3.7.0 to 3.9.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.7.0 to 3.9.0. - [Release notes](https://github.com/py-pdf/pypdf/releases) - [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/py-pdf/pypdf/compare/3.7.0...3.9.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cd69707..2b1542a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -pypdf==3.7.0 +pypdf==3.9.0 pdfkit==1.0.0 fpdf==1.7.2 wkhtmltopdf==0.2 diff --git a/setup.py b/setup.py index 2804cde..ecc666a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ name='QuickReaderPDF', version="0.3.3", install_requires=[ - 'pypdf==3.7.0', + 'pypdf==3.9.0', 'pdfkit==1.0.0', 'fpdf==1.7.2', 'wkhtmltopdf==0.2',