Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pypdf from 3.13.0 to 3.17.0 #859

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ html5lib==1.1
wand==0.5.9
# pypdf can't be bumped past 3.13 until we figure out why it caused
# https://govuk.zendesk.com/agent/tickets/5555290
pypdf==3.13.0
pypdf==3.17.0
reportlab==3.6.13
pdf2image==1.12.1
PyMuPDF==1.24.4
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pymupdf==1.24.4
# via -r requirements.in
pymupdfb==1.24.3
# via pymupdf
pypdf==3.13.0
pypdf==3.17.0
# via
# -r requirements.in
# notifications-utils
Expand Down
2 changes: 1 addition & 1 deletion requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ pymupdf==1.24.4
# via -r requirements.in
pymupdfb==1.24.3
# via pymupdf
pypdf==3.13.0
pypdf==3.17.0
# via
# -r requirements.in
# notifications-utils
Expand Down