From 2db029672b9f75df94023f5e1c45ade68c9e9a85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 18:54:29 -0700 Subject: [PATCH] Bump pypdf from 3.16.4 to 3.17.0 in /backend/requirements (#667) Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.16.4 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.16.4...3.17.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements/default.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/default.txt b/backend/requirements/default.txt index 4b6b31e75..08f93f566 100644 --- a/backend/requirements/default.txt +++ b/backend/requirements/default.txt @@ -35,7 +35,7 @@ psycopg2-binary==2.9.6 pycryptodome==3.19.0 pydantic==1.10.7 PyGithub==1.58.2 -pypdf==3.16.4 +pypdf==3.17.0 pytest-playwright==0.3.2 python-multipart==0.0.6 requests==2.31.0