From eb6334c996f98deb050074ef57aa6703f83d4b58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:14:47 +0000 Subject: [PATCH] Bump pypdf2 in /Automate The Boring Stuff with Python/Programs 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] --- Automate The Boring Stuff with Python/Programs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automate The Boring Stuff with Python/Programs/requirements.txt b/Automate The Boring Stuff with Python/Programs/requirements.txt index 4b26ec0..b8469de 100644 --- a/Automate The Boring Stuff with Python/Programs/requirements.txt +++ b/Automate The Boring Stuff with Python/Programs/requirements.txt @@ -14,7 +14,7 @@ Pillow==8.3.2 PyAutoGUI==0.9.52 PyGetWindow==0.0.9 PyMsgBox==1.0.8 -PyPDF2==1.26.0 +PyPDF2==1.27.5 pyperclip==1.8.0 PyRect==0.1.4 PyScreeze==0.1.26