carlosrsabreu / devo-abastecer

Twitter bot that publishes weekly the fuel prices updates on Madeira island.
https://twitter.com/devoabastecer
MIT License
10 stars 2 forks source link

Update pypdf2 requirement from ~=2.9.0 to ~=3.0.1 #26

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on pypdf2 to permit the latest version.

Changelog

Sourced from pypdf2's changelog.

CHANGELOG

Version 3.3.0, 2023-01-22

New Features (ENH)

  • Add page label support to PdfWriter (#1558)
  • Accept inline images with space before EI (#1552)
  • Add circle annotation support (#1556)
  • Add polygon annotation support (#1557)
  • Make merging pages produce a deterministic PDF (#1542, #1543)

Bug Fixes (BUG)

  • Fix error in cmap extraction (#1544)
  • Remove erroneous assertion check (#1564)
  • Fix dictionary access of optional page label keys (#1562)

Robustness (ROB)

  • Set ignore_eof=True for read_until_regex (#1521)

Documentation (DOC)

Developer Experience (DEV)

  • Fix broken combination of dependencies of docs.txt
  • Annotate tests appropriately (#1551)

Full Changelog

Version 3.2.1, 2023-01-08

Bug Fixes (BUG)

  • Accept hierarchical fields (#1529)

Documentation (DOC)

  • Use google style docstrings (#1534)
  • Fix linked markdown documents (#1537)

Developer Experience (DEV)

  • Update docs config (#1535)

Version 3.2.0, 2022-12-31

Performance Improvement (PI)

  • Help the specializing adpative interpreter (#1522)

New Features (ENH)

  • Add support for page labels (#1519)

Bug Fixes (BUG)

... (truncated)

Commits


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)
HarryVasanth commented 1 year ago

@dependabot rebase

dependabot[bot] commented 1 year ago

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.