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

Update dependency pypdf to v4.1.0 #1952

Merged
merged 1 commit into from
Mar 3, 2024
Merged

Update dependency pypdf to v4.1.0 #1952

merged 1 commit into from
Mar 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 3, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pypdf (changelog) ==4.0.2 -> ==4.1.0 age adoption passing confidence

Release Notes

py-pdf/pypdf (pypdf)

v4.1.0

Compare Source

Generating name objects (NameObject) without a leading slash
is considered deprecated now. Previously, just a plain warning
would be logged, leading to possibly invalid PDF files. According
to our deprecation policy, this will log a DeprecationWarning
for now.

New Features (ENH)
  • Add get_pages_from_field (#​2494)
  • Add reattach_fields function (#​2480)
  • Automatic access to pointed object for IndirectObject (#​2464)
Bug Fixes (BUG)
  • Missing error on name without leading / (#​2387)
  • encode_pdfdocencoding() always returns bytes (#​2440)
  • BI in text content identified as image tag (#​2459)
Robustness (ROB)
  • Missing basefont entry in type 3 font (#​2469)
Documentation (DOC)
  • Improve lossless compression example (#​2488)
  • Amend robustness documentation (#​2479)
Developer Experience (DEV)
  • Fix changelog for UTF-8 characters (#​2462)
Maintenance (MAINT)
  • Add _get_page_number_from_indirect in writer (#​2493)
  • Remove user assignment for feature requests (#​2483)
  • Remove reference to old 2.0.0 branch (#​2482)
Testing (TST)
  • Fix benchmark failures (#​2481)
  • Broken test due to expired test file URL (#​2468)
  • Resolve file naming conflict in test_iss1767 (#​2445)

Full Changelog


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Mar 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.54%. Comparing base (3336c6b) to head (b881e43).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1952   +/-   ##
=======================================
  Coverage   85.54%   85.54%           
=======================================
  Files         125      125           
  Lines        5284     5284           
=======================================
  Hits         4520     4520           
  Misses        764      764           
Flag Coverage Δ
unittests 85.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jwkaltz jwkaltz merged commit a1a8db1 into master Mar 3, 2024
11 checks passed
@jwkaltz jwkaltz deleted the renovate/pypdf-4.x branch March 3, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant