Skip to content

Commit

Permalink
Bump pypdf from 3.15.3 to 3.17.0
Browse files Browse the repository at this point in the history
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](py-pdf/pypdf@3.15.3...3.17.0)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 8576ebd commit 56c2c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 56c2c09

Please sign in to comment.