From 45f80bf0ed77db99fc14f3ca17d56a914a65e036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:26:39 +0000 Subject: [PATCH] Bump pypdf from 3.9.1 to 3.17.0 in /utils Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.9.1 to 3.17.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.9.1...3.17.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/requirements.txt b/utils/requirements.txt index 2357f1f5d..e3dcdf49a 100644 --- a/utils/requirements.txt +++ b/utils/requirements.txt @@ -2,5 +2,5 @@ pyyaml==6.0 fireo==1.6.2 firebase_admin==4.5.2 google-cloud-bigquery==3.10.0 -pypdf==3.9.1 +pypdf==3.17.0 requests==2.31.0