From 527c2b6ce8f0fc0f08f2280a6681aafcee5eebe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 17:50:06 +0000 Subject: [PATCH] Bump pypdf from 3.17.1 to 3.17.3 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.1 to 3.17.3. - [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.17.1...3.17.3) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2b04bcb..5d43239 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,8 @@ # # pip-compile requirements.in # +aiodns==3.1.1 + # via aiohttp aiohttp[speedups]==3.9.1 # via # -r requirements.in @@ -18,6 +20,8 @@ beautifulsoup4==4.12.2 # via -r requirements.in brotli==1.1.0 # via aiohttp +cffi==1.16.0 + # via pycares coworker==2.0.1 # via aiohttp-requests frozenlist==1.4.0 @@ -30,7 +34,11 @@ multidict==6.0.4 # via # aiohttp # yarl -pypdf==3.17.1 +pycares==4.4.0 + # via aiodns +pycparser==2.21 + # via cffi +pypdf==3.17.3 # via -r requirements.in soupsieve==2.3.2.post1 # via beautifulsoup4