Skip to content

Commit

Permalink
Merge pull request #87 from cs50/dependabot/pip/pypdf-3.17.0
Browse files Browse the repository at this point in the history
Bump pypdf from 3.15.3 to 3.17.0
  • Loading branch information
rongxin-liu authored Oct 31, 2023
2 parents 8576ebd + 56c2c09 commit c0a14ea
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 c0a14ea

Please sign in to comment.