From 56c2c0965965f1e3a33233738d6fb30cc0898544 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 22:24:32 +0000 Subject: [PATCH] Bump pypdf from 3.15.3 to 3.17.0 Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.15.3 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.15.3...3.17.0) --- updated-dependencies: - dependency-name: pypdf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60e9f8e..6ad4cff 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ "Topic :: Utilities" ], description="This is render50, with which you can render source code as PDFs.", - install_requires=["backports.shutil_get_terminal_size", "backports.shutil_which", "braceexpand", "beautifulsoup4", "natsort", "Pygments>=2.7.1", "pypdf==3.15.3", "requests", "six>=1.10.0", "termcolor", "WeasyPrint"], + install_requires=["backports.shutil_get_terminal_size", "backports.shutil_which", "braceexpand", "beautifulsoup4", "natsort", "Pygments>=2.7.1", "pypdf==3.17.0", "requests", "six>=1.10.0", "termcolor", "WeasyPrint"], keywords=["render", "render50"], license="GPLv3", long_description_content_type="text/markdown",