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.5.2 to 3.9.0 #1163

Closed
wants to merge 1 commit into from
Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2023

Bumps pypdf from 3.5.2 to 3.9.0.

Release notes

Sourced from pypdf's releases.

Version 3.9.0, 2023-05-21

What's Changed

New Features (ENH)

Bug Fixes (BUG)

Robustness (ROB)

Documentation (DOC)

Maintenance (MAINT)

Code Style (STY):

  • Iterate directly over the list instead of using range (#1839) by @​jsonn

Full Changelog

New Contributors

Full Changelog: py-pdf/pypdf@3.8.1...3.9.0

Version 3.8.1, 2023-04-23

What's Changed

Bug Fixes (BUG)

  • Convert color space before saving (#1802)

Documentation (DOC)

New Contributors

... (truncated)

Changelog

Sourced from pypdf's changelog.

Version 3.9.0, 2023-05-21

New Features (ENH):

  • Simplify metadata input (Document Information Dictionary) (#1851)
  • Extend cmap compatibilty to GBK_EUC_H/V (#1812)

Bug Fixes (BUG):

  • Prevent infinite loop when no character follows after a comment (#1828)
  • get_contents does not return ContentStream (#1847)
  • Accept XYZ destination with zoom missing (default to zoom=0.0) (#1844)
  • Cope with 1 Bit images (#1815)

Robustness (ROB):

  • Handle missing /Type entry in Page tree (#1845)

Documentation (DOC):

  • Expand file size explanations (#1835)
  • Add comparison with pdfplumber (#1837)
  • Clarify that PyPDF2 is dead (#1827)
  • Add Hunter King as Contributor for #1806

Maintenance (MAINT):

  • Refactor internal Encryption class (#1821)
  • Add R parameter to generate_values (#1820)
  • Make encryption_key parameter of write_to_stream optional (#1819)
  • Prepare for adding AES enryption support (#1818)

Testing (TST):

  • Parametrize test_cmap_encodings (#1823)

Code Style (STY):

  • Iterate directly over the list instead of using range (#1839)
  • Minor refactorings in _encryption.py (#1822)

Full Changelog

CHANGELOG

Version 3.8.1, 2023-04-23

Bug Fixes (BUG)

  • Convert color space before saving (#1802)

Documentation (DOC)

  • PDF/A (#1807)
  • Use append instead of add_page
  • Document core mechanics of pypdf (#1783)

Full Changelog

... (truncated)

Commits
  • 0096c99 REL: 3.9.0
  • b0e5c68 BUG: Prevent infinite loop when no character follows after a comment (#1828)
  • dc6a92e ENH: Simplify metadata input (Document Information Dictionary) (#1851)
  • 2d67c15 BUG: get_contents does not return ContentStream (#1847)
  • bf56f16 DOC: Expand file size explanations (#1835)
  • 4fa09e6 STY: Iterate directly over the list instead of using range (#1839)
  • 29e7eb9 ROB: Handle missing /Type entry in Page tree (#1845)
  • e4ef5b9 DOC: Add comparison with pdfplumber (#1837)
  • c5dc49a BUG: Accept XYZ destination with zoom missing (default to zoom=0.0) (#1844)
  • 6fe1c30 DOC: Clarify that PyPDF2 is dead (#1827)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.5.2 to 3.9.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.5.2...3.9.0)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 5, 2023

Superseded by #1170.

@dependabot dependabot bot closed this Jun 5, 2023
@dependabot dependabot bot deleted the dependabot/pip/pypdf-3.9.0 branch June 5, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants