From 26c16535d1ae639a60f9a06333dd0fa90bf4bf14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:49:20 +0000 Subject: [PATCH] Bump pypdf from 4.0.2 to 4.1.0 (#140) Bumps [pypdf](https://github.com/py-pdf/pypdf) from 4.0.2 to 4.1.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/4.0.2...4.1.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-minor ... 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 4078f7e..0284f16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ multidict==6.0.4 # yarl packaging==23.2 # via marshmallow -pypdf==4.0.2 +pypdf==4.1.0 # via edi_energy_scraper (pyproject.toml) pytz==2024.1 # via pandas