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 #176

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2024

Bumps the dependencies group with 4 updates: transformers, pymupdf, torch and pytest.

Updates transformers from 4.43.1 to 4.43.2

Release notes

Sourced from transformers's releases.

v4.43.2: Patch release

  • Fix float8_e4m3fn in modeling_utils (#32193)
  • Fix resize embedding with Deepspeed (#32192)
  • let's not warn when someone is running a forward (#32176)
  • RoPE: relaxed rope validation (#32182)
Commits

Updates pymupdf from 1.24.8 to 1.24.9

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.24.9 released

PyMuPDF-1.24.9 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.9 (2024-07-24)

  • Incremented MuPDF version to 1.24.8.
Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.24.9 (2024-07-24)

  • Incremented MyPDF version to 1.24.9.

Changes in version 1.24.8 (2024-07-22)

  • Fixed issues:

    • Fixed 3636 <https://github.com/pymupdf/PyMuPDF/issues/3636>_: API documentation for the open function is not obvious to find.
    • Fixed 3654 <https://github.com/pymupdf/PyMuPDF/issues/3654>_: docx parsing was broken in 1.24.7
    • Fixed 3677 <https://github.com/pymupdf/PyMuPDF/issues/3677>_: Unable to extract subset font name using the newer versions of PyMuPDF : 1.24.6 and 1.24.7.
    • Fixed 3687 <https://github.com/pymupdf/PyMuPDF/issues/3687>_: Page.get_text results in AssertionError for epub files

Other:

  • Fixed various spelling mistakes spotted by codespell.
  • Improved how we modify MuPDF's default configuration on Windows.
  • Make text search to work with ligatures.

Changes in version 1.24.7 (2024-06-26)

  • Fixed issues:

    • Fixed 3615 <https://github.com/pymupdf/PyMuPDF/issues/3615>_: Document.pagemode or Document.pagelayout crashes for epub files
    • Fixed 3616 <https://github.com/pymupdf/PyMuPDF/issues/3616>_: not last version reported

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

... (truncated)

Commits
  • 9717935 Update changelog, version numbers and release dates for release 1.24.9.
  • 0f45692 changes.txt: fixed formatting of 1.24.8 description.
  • c3bed87 src/init.py: fix to work with latest mupdf 1.24.8.
  • See full diff in compare view

Updates torch from 2.3.1 to 2.4.0

Release notes

Sourced from torch's releases.

PyTorch 2.4: Python 3.12, AOTInductor freezing, libuv backend for TCPStore

PyTorch 2.4 Release Notes

Highlights

We are excited to announce the release of PyTorch® 2.4! PyTorch 2.4 adds support for the latest version of Python (3.12) for torch.compile. AOTInductor freezing gives developers running AOTInductor more performance based optimizations by allowing the serialization of MKLDNN weights. As well, a new default TCPStore server backend utilizing libuv has been introduced which should significantly reduce initialization times for users running large-scale jobs. Finally, a new Python Custom Operator API makes it easier than before to integrate custom kernels into PyTorch, especially for torch.compile.

This release is composed of 3661 commits and 475 contributors since PyTorch 2.3. We want to sincerely thank our dedicated community for your contributions. As always, we encourage you to try these out and report any issues as we improve 2.4.

Tracked Regressions

Subproc exception with torch.compile and onnxruntime-training

There is a reported issue when using torch.compile if onnxruntime-training lib is installed. The issue will be fixed in v2.4.1. It can be solved locally by setting the environment variable TORCHINDUCTOR_WORKER_START=fork before executing the script.

cu118 wheels will not work with pre-cuda12 drivers

It was also reported that the new version of triton uses cuda features that are not compatible with pre-cuda12 drivers. In this case, the workaround is to set TRITON_PTXAS_PATH manually as follows (adapt the code according to the local installation path):

TRITON_PTXAS_PATH=/usr/local/lib/python3.10/site-packages/torch/bin/ptxas  python script.py

Backwards Incompatible Change

Python frontend

Default TreadPool size to number of physical cores (#125963)

Changed the default number of threads used for intra-op parallelism from the number of logical cores to the number of

... (truncated)

Commits

Updates pytest from 8.3.1 to 8.3.2

Release notes

Sourced from pytest's releases.

8.3.2

pytest 8.3.2 (2024-07-24)

Bug fixes

  • #12652: Resolve regression [conda]{.title-ref} environments where no longer being automatically detected.

    -- by RonnyPfannschmidt{.interpreted-text role="user"}

Commits
  • bbcec9c Prepare release version 8.3.2
  • 78fe8b6 Merge pull request #12657 from pytest-dev/patchback/backports/8.3.x/6c806b499...
  • 238bad2 Merge pull request #12656 from RonnyPfannschmidt/fix-12652-detect-conda-env
  • ae6034a Merge pull request #12641 from pytest-dev/patchback/backports/8.3.x/c03989cee...
  • 31337ab Merge pull request #12640 from pytest-dev/update-user
  • ca3070b Merge pull request #12637 from pytest-dev/release-8.3.1
  • 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: [transformers](https://github.com/huggingface/transformers), [pymupdf](https://github.com/pymupdf/pymupdf), [torch](https://github.com/pytorch/pytorch) and [pytest](https://github.com/pytest-dev/pytest).


Updates `transformers` from 4.43.1 to 4.43.2
- [Release notes](https://github.com/huggingface/transformers/releases)
- [Commits](huggingface/transformers@v4.43.1...v4.43.2)

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

Updates `torch` from 2.3.1 to 2.4.0
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@v2.3.1...v2.4.0)

Updates `pytest` from 8.3.1 to 8.3.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.1...8.3.2)

---
updated-dependencies:
- dependency-name: transformers
  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: torch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest
  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 Jul 25, 2024
@github-actions github-actions bot merged commit ef66044 into main Jul 25, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependencies-fccbc5beae branch July 25, 2024 11:02
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.

None yet

0 participants