Azure-Samples / azure-search-openai-demo-java

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

Bump pypdf from 3.5.0 to 3.9.0 in /scripts #1

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps pypdf from 3.5.0 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: https://github.com/py-pdf/pypdf/compare/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)

Full 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

Version 3.8.0, 2023-04-16

New Features (ENH)

  • Add transform method to Transformation class (#1765)
  • Cope with UC2 fonts in text_extraction (#1785)

Robustness (ROB)

  • Invalid startxref pointing 1 char before (#1784)

... (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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/Azure-Samples/azure-search-openai-demo-java/network/alerts).
dependabot[bot] commented 9 months ago

Looks like pypdf is up-to-date now, so this is no longer needed.