From 3a8c3a75ea34458f0fb04ae848c1dd83c00e5ff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 10:38:23 +0000 Subject: [PATCH] Bump pypdf from 4.0.0 to 4.0.1 (#121) Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.0 to 4.0.1. - [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/4.0.0...4.0.1) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4e60489..420461a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ multidict==6.0.4 # yarl packaging==23.2 # via marshmallow -pypdf==4.0.0 +pypdf==4.0.1 # via edi_energy_scraper (pyproject.toml) soupsieve==2.5 # via beautifulsoup4