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

build(deps): bump the dependencies group with 4 updates #160

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2024

Bumps the dependencies group with 4 updates: protobuf, pymupdf, pyright and pylint.

Updates protobuf from 5.27.1 to 5.27.2

Commits
  • 63def39 Updating version.json and repo version numbers to: 27.2
  • 19bd211 Port windows bootstrapping fix (#17225)
  • 4923b8d Fix string_type bugs in edition 2023 (#17211)
  • b0a3c23 Merge pull request #17164 from protocolbuffers/cp-stubs
  • 270ca66 Cleanup imports and comments in V3 stubs.
  • 1e360a4 Add stubs for GeneratedMessageV3, RepeatedFieldBuilderV3, SingleFieldBuilderV...
  • 9cfb59b Add simple conformance test that builds the old gencode against the current r...
  • 6c6f514 Merge pull request #17161 from protocolbuffers/backport-java
  • c7a006a Fix checking unknown field set empty which wasn't exposed yet in 27.x
  • 2426a02 Reserialize all unresolved features using java features from the generated po...
  • Additional commits viewable in compare view

Updates pymupdf from 1.24.5 to 1.24.6

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.6 released

PyMuPDF-1.24.6 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.24.6 (2024-06-25)

  • Fixed issues:

  • Other:

    • Fixed concurrent use of PyMuPDF caused by use of constant temporary filenames.

    • Add musllinux x86_64 wheels to release.

    • Added clearer version information:

      • pymupdf.pymupdf_version.
      • pymupdf.mupdf_version.
      • pymupdf.pymupdf_date.
Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.24.6 (2024-06-25)

  • Fixed issues:

    • Fixed 3599 </~https://github.com/pymupdf/PyMuPDF/issues/3599>_: Story.fit_width() has a weird line
    • Fixed 3594 </~https://github.com/pymupdf/PyMuPDF/issues/3594>_: Garbled extraction for Amazon Sustainability Report
    • Fixed 3591 </~https://github.com/pymupdf/PyMuPDF/issues/3591>_: 'width' in Page.get_drawings() returns width equal as 0
    • Fixed 3561 </~https://github.com/pymupdf/PyMuPDF/issues/3561>_: ZeroDivisionError: float division by zero with page.apply_redactions()
    • Fixed 3559 </~https://github.com/pymupdf/PyMuPDF/issues/3559>_: SegFault 11 when empty H1 H2 H3 H4 etc element is used in insert_htmlbox
    • Fixed 3539 </~https://github.com/pymupdf/PyMuPDF/issues/3539>_: Add dotted gridline detection to table recognition
    • Fixed 3519 </~https://github.com/pymupdf/PyMuPDF/issues/3519>_: get_toc(simple=False) AttributeError: 'Outline' object has no attribute 'rect'
    • Fixed 3510 </~https://github.com/pymupdf/PyMuPDF/issues/3510>_: page.get_label() gets wrong label on the first page of doc
    • Fixed 3494 </~https://github.com/pymupdf/PyMuPDF/issues/3494>_: 1.24.2/1.24.3: spurious characters introduced when using subset_fonts and insert_pdf
    • Fixed 3470 </~https://github.com/pymupdf/PyMuPDF/issues/3470>_: subset_fonts error exit without exception/warning
    • Fixed 3400 </~https://github.com/pymupdf/PyMuPDF/issues/3400>_: set_toc alters link coordinates for some rotated pages on pymupdf 1.24.2
    • Fixed 3347 </~https://github.com/pymupdf/PyMuPDF/issues/3347>_: Incorrect links to points on pages having different heights
    • Fixed 3237 </~https://github.com/pymupdf/PyMuPDF/issues/3237>_: Set_metadata() does not work
    • Fixed 3493 </~https://github.com/pymupdf/PyMuPDF/discussions/3493>_: Isolate PyMuPDF from other libraries; issues when PyMuPDF is loaded with other libraries like GdkPixbuf
  • Other:

    • Fixed concurrent use of PyMuPDF caused by use of constant temporary filenames.

    • Add musllinux x86_64 wheels to release.

    • Added clearer version information:

      • pymupdf.pymupdf_version.
      • pymupdf.mupdf_version.
      • pymupdf.pymupdf_date.

Changes in version 1.24.5 (2024-05-30)

  • Fixed issues:

    • Fixed 3479 </~https://github.com/pymupdf/PyMuPDF/issues/3479>_: regression: fill_textbox: IndexError: pop from empty list
    • Fixed 3488 </~https://github.com/pymupdf/PyMuPDF/issues/3488>_: set_toc method error
  • Other:

    • Some more fixes to use MuPDF floating formatting.
    • Removed/disabled some unnecessary diagnostics.
    • Fixed utils.do_links() crash.
    • Experimental new functions pymupdf.apply_pages() and pymupdf.get_text().
    • Addresses wrong label generation for label styles "a" and "A".

... (truncated)

Commits
  • 99b414a Update changelog, version numbers and release dates for release 1.24.6.
  • 972bcf3 src/ tests/: Correct links to pages with different size/rotation.
  • 83b36bc tests/resources/test_1645_expected_1.25.pdf: updated to match mupdf output.
  • 9df123a tests/: added test for #3594.
  • 766db6c docs/pixmap.rst: minor fix to Pixmap constructor docs.
  • 661366e src/init.py: Story.fit_width(): fix setting of y1.
  • 8f5f3eb Correct scale factor adjustments
  • 0d93499 no emptiness checks
  • 66adf91 Prevent empty redaction rectangles
  • a86fa11 tests/resources/test_1645_expected_1.25.pdf: updated to match latest MuPDF ma...
  • Additional commits viewable in compare view

Updates pyright from 1.1.368 to 1.1.369

Commits
  • 903dbc6 chore(ci): enable workflow_dispatch for releasing
  • 82d28c7 chore(internal): pin twine dependency
  • ffa917f [pyright updated to 1.1.369] Update Version (#279)
  • See full diff in compare view

Updates pylint from 3.2.3 to 3.2.4

Commits
  • 425ad66 Bump pylint to 3.2.4, update changelog (#9746)
  • c41c35a [possibly-used-before-assignment] Avoid FP for typing.NoReturn & Never (#9714...
  • 22e4d36 [symilar] Rename the unittest file that had a typo.
  • 3cf313a [symilar] Fix the short form options that weren't being processed properly
  • e13544f [symilar] Fix crash when giving bad options to symilar
  • c3e2579 [unnecessary-list-index-lookup] Fix crashes for uninferrable 'start' value in...
  • 6b66ca6 [undefined-variable] Fix a crash for undefined lineno in annotations (#9705) ...
  • See full diff in compare view

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 4 updates: [protobuf](/~https://github.com/protocolbuffers/protobuf), [pymupdf](/~https://github.com/pymupdf/pymupdf), [pyright](/~https://github.com/RobertCraigie/pyright-python) and [pylint](/~https://github.com/pylint-dev/pylint).


Updates `protobuf` from 5.27.1 to 5.27.2
- [Release notes](/~https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](/~https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.27.1...v5.27.2)

Updates `pymupdf` from 1.24.5 to 1.24.6
- [Release notes](/~https://github.com/pymupdf/pymupdf/releases)
- [Changelog](/~https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.5...1.24.6)

Updates `pyright` from 1.1.368 to 1.1.369
- [Release notes](/~https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.368...v1.1.369)

Updates `pylint` from 3.2.3 to 3.2.4
- [Release notes](/~https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.3...v3.2.4)

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 26, 2024
@github-actions github-actions bot merged commit f0ca4a1 into main Jun 26, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependencies-291149ab87 branch June 26, 2024 10:55
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants