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

Deps: Bump the python-packages group with 6 updates #934

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 4, 2024

Bumps the python-packages group with 6 updates:

Package From To
weasyprint 62.3 63.0
pytest-cov 5.0.0 6.0.0
pillow 11.0.0 10.4.0
pyphen 0.16.0 0.15.0
rich 13.9.3 13.9.4
ruff 0.7.1 0.7.2

Updates weasyprint from 62.3 to 63.0

Release notes

Sourced from weasyprint's releases.

v63.0

Read about this release on our blog.

Dependencies

  • Python 3.13 is now supported
  • pydyf 0.11.0+ is now needed
  • tinycss2 1.4.0+ is now needed
  • tinyhtml5 2.0.0+ is now needed, instead of html5lib

Features

  • #2252, #895: Handle page groups, with financial support from Code & Co.
  • #1630, #2286: Support CSS Color Level 4
  • #2192: Add PDF variant for debugging purpose
  • #2208: Support submit inputs in PDF forms
  • #2139: Support mask-border-* properties
  • #1831, #2143: Support radio inputs in PDF forms

Bug fixes

  • #2262: Avoid integer overflows when converting units from/to doubles
  • #2260: Avoid float collision with box establishing formatting context
  • #2240, #2242: Handle svg tags with no size
  • #2231, #1171, #2222, #1208: Fix several problems related to flex-direction: column
  • #2239: Don’t fail when SVG markers are undefined references
  • #2230, #2238: Set explicit flags when loading DLLs on Windows
  • #2228, #1942: Store original and PDF stream images in different cache slots
  • #2234: Apply stylesheet and other basic operations to SVG root tag
  • #2054, #2233: Keep auto margins on flex layout boxes
  • #1883: Don’t crash with empty list marker strings
  • #2216: Fix vertical alignment of out-of-flow elements in tables
  • #996, #2219: Don’t ignore absolutely positioned elements inside flex boxes
  • #2217: Don’t crash with normal column gaps
  • #1817: Don’t assume that lines break after spaces
  • #1868: Don’t break rows with atomic cells
  • #2166: Don’t display bottom border on cells in split rows
  • 61852c4: Capture fontTools logs when subsetting fonts
  • #2190: Don’t use a pattern when drawing backgrounds for no-repeat background images
  • #2185: Check that Harfbuzz version is at least 4.1.0 to subset fonts
  • #2180: Store width for all glyphs when font is not subset
  • #2183: Respect break-inside: avoid for flex items
  • #2055, #2058: Fix right-to-left tables with collapsed borders
  • #2179, #1128: Handle buggy Adobe Photoshop CMYK JPEGs
  • #2175: Don’t compress PDF metadata for PDF/A-1
  • #2174: Fix extra width distribution for auto table layout

Performance

  • #1155: Improve rendering speed for large colspan values

... (truncated)

Changelog

Sourced from weasyprint's changelog.

Version 63.0

Released on 2024-10-29.

Dependencies:

  • Python 3.13 is now supported
  • pydyf 0.11.0+ is now needed
  • tinycss2 1.4.0+ is now needed
  • tinyhtml5 2.0.0+ is now needed, instead of html5lib

Features:

  • [#2252](https://github.com/Kozea/WeasyPrint/issues/2252) <https://github.com/Kozea/WeasyPrint/pull/2252>, [#895](https://github.com/Kozea/WeasyPrint/issues/895) <https://github.com/Kozea/WeasyPrint/issues/895>: Handle page groups, with financial support from Code & Co.
  • [#1630](https://github.com/Kozea/WeasyPrint/issues/1630) <https://github.com/Kozea/WeasyPrint/issues/1630>, [#2286](https://github.com/Kozea/WeasyPrint/issues/2286) <https://github.com/Kozea/WeasyPrint/pull/2286>: Support CSS Color Level 4
  • [#2192](https://github.com/Kozea/WeasyPrint/issues/2192) <https://github.com/Kozea/WeasyPrint/pull/2192>_: Add PDF variant for debugging purpose
  • [#2208](https://github.com/Kozea/WeasyPrint/issues/2208) <https://github.com/Kozea/WeasyPrint/pull/2208>_: Support submit inputs in PDF forms
  • [#2139](https://github.com/Kozea/WeasyPrint/issues/2139) <https://github.com/Kozea/WeasyPrint/pull/2139>_: Support mask-border-* properties
  • [#1831](https://github.com/Kozea/WeasyPrint/issues/1831) <https://github.com/Kozea/WeasyPrint/issues/1831>, [#2143](https://github.com/Kozea/WeasyPrint/issues/2143) <https://github.com/Kozea/WeasyPrint/pull/2143>: Support radio inputs in PDF forms

Bug fixes:

  • [#2262](https://github.com/Kozea/WeasyPrint/issues/2262) <https://github.com/Kozea/WeasyPrint/issues/2262>_: Avoid integer overflows when converting units from/to doubles
  • [#2260](https://github.com/Kozea/WeasyPrint/issues/2260) <https://github.com/Kozea/WeasyPrint/pull/2260>_: Avoid float collision with box establishing formatting context
  • [#2240](https://github.com/Kozea/WeasyPrint/issues/2240) <https://github.com/Kozea/WeasyPrint/issues/2240>, [#2242](https://github.com/Kozea/WeasyPrint/issues/2242) <https://github.com/Kozea/WeasyPrint/pull/2242>: Handle svg tags with no size
  • [#2231](https://github.com/Kozea/WeasyPrint/issues/2231) <https://github.com/Kozea/WeasyPrint/pull/2231>, [#1171](https://github.com/Kozea/WeasyPrint/issues/1171) <https://github.com/Kozea/WeasyPrint/issues/1171>, [#2222](https://github.com/Kozea/WeasyPrint/issues/2222) <https://github.com/Kozea/WeasyPrint/issues/2222>, [#1208](https://github.com/Kozea/WeasyPrint/issues/1208) <https://github.com/Kozea/WeasyPrint/issues/1208>: Fix several problems related to flex-direction: column
  • [#2239](https://github.com/Kozea/WeasyPrint/issues/2239) <https://github.com/Kozea/WeasyPrint/issues/2239>_: Don’t fail when SVG markers are undefined references
  • [#2230](https://github.com/Kozea/WeasyPrint/issues/2230) <https://github.com/Kozea/WeasyPrint/issues/2230>, [#2238](https://github.com/Kozea/WeasyPrint/issues/2238) <https://github.com/Kozea/WeasyPrint/pull/2238>: Set explicit flags when loading DLLs on Windows
  • [#2228](https://github.com/Kozea/WeasyPrint/issues/2228) <https://github.com/Kozea/WeasyPrint/issues/2228>_,

... (truncated)

Commits
  • c9b6c5e Version 63.0
  • 701e9cf Merge pull request #2286 from Kozea/color4
  • 300cb3c Update artifact action version
  • e622612 Support Python 3.13
  • e9c4e19 Remove old Python 3.8 code
  • aa80901 Fix quotes in f-strings for older versions of Python
  • 9228a42 Fix darken/lighten operations with color level 4
  • f5d7949 Don’t use super when it’s not needed
  • 832c8bd Simplify custom Stream creation
  • bfc2003 Use tinycss2.color4
  • Additional commits viewable in compare view

Updates pytest-cov from 5.0.0 to 6.0.0

Changelog

Sourced from pytest-cov's changelog.

6.0.0 (2024-10-29)

  • Updated various documentation inaccuracies, especially on subprocess handling.
  • Changed fail under checks to use the precision set in the coverage configuration. Now it will perform the check just like coverage report would.
  • Added a --cov-precision cli option that can override the value set in your coverage configuration.
  • Dropped support for now EOL Python 3.8.
Commits
  • 9540437 Bump version: 5.0.0 → 6.0.0
  • 9f81754 Further trim down envs and drop Python 3.8.
  • b12b5ec Update conf.
  • 23f4b27 Update changelog.
  • 291a04f Bump test deps and trim config.
  • 08f1101 Add --cov-precision option. Close #655.
  • 76fe2a7 Move the warnings/errors in a place that doesn't import anything.
  • a9ea7b7 Implement error/warning for the bad dynamic_context being set in config.
  • c299e01 Add explicit suffixing to make it easier to see the identify the sources/usag...
  • c87e546 Add reproducer for weird xdist dynamic_context interaction. Ref #604.
  • Additional commits viewable in compare view

Updates pillow from 11.0.0 to 10.4.0

Changelog

Sourced from pillow's changelog.

11.0.0 (2024-10-15)

  • Update licence to MIT-CMU #8460 [hugovk]

  • Conditionally define ImageCms type hint to avoid requiring core #8197 [radarhere]

  • Support writing LONG8 offsets in AppendingTiffWriter #8417 [radarhere]

  • Use ImageFile.MAXBLOCK when saving TIFF images #8461 [radarhere]

  • Do not close provided file handles with libtiff when saving #8458 [radarhere]

  • Support ImageFilter.BuiltinFilter for I;16* images #8438 [radarhere]

  • Use ImagingCore.ptr instead of ImagingCore.id #8341 [homm, radarhere, hugovk]

  • Updated EPS mode when opening images without transparency #8281 [Yay295, radarhere]

  • Use transparency when combining P frames from APNGs #8443 [radarhere]

  • Support all resampling filters when resizing I;16* images #8422 [radarhere]

  • Free memory on early return #8413 [radarhere]

  • Cast int before potentially exceeding INT_MAX #8402 [radarhere]

  • Check image value before use #8400 [radarhere]

  • Improved copying imagequant libraries #8420 [radarhere]

  • Use Capsule for WebP saving #8386 [homm, radarhere]

  • Fixed writing multiple StripOffsets to TIFF #8317 [Yay295, radarhere]

... (truncated)

Commits
  • 9b4fae7 10.4.0 version bump
  • b55d74b Update CHANGES.rst [ci skip]
  • 8daf550 Merge pull request #8178 from radarhere/imageshow
  • c6d8c58 Merge pull request #7965 from Yay295/patch-3
  • c9ec76a Raise FileNotFoundError if show_file() path does not exist
  • b48d175 Update CHANGES.rst [ci skip]
  • 4d6dff3 Merge pull request #8031 from radarhere/imagingcms_modes
  • 70b3815 Merge pull request #8127 from radarhere/multiple_exif_markers
  • 88cd6d4 Rearranged comments
  • 41426a6 Merge pull request #8110 from radarhere/exififd
  • Additional commits viewable in compare view

Updates pyphen from 0.16.0 to 0.15.0

Changelog

Sourced from pyphen's changelog.

Version 0.16.0

Released on 2024-07-30.

  • Close file when reading encoding
  • Update dictionary repository

Version 0.15.0

Released on 2024-04-23.

  • Support Python 3.12, drop Python 3.7 support.
  • Add READMEs for dictionaries.
  • Add Basque hyphenation dictionary.
  • Update Catalan and Hungarian dictionaries.
  • Use Ruff instead of Flake8 and isort.

Version 0.14.0

Released on 2023-03-17.

  • Store Path objects instead of strings in LANGUAGES.
  • Use importlib.resources instead of deprecated pkg_resources.

Version 0.13.2

Released on 2022-11-29.

  • Add Thai dictionary.

Version 0.13.1

Released on 2022-11-15.

  • Update Italian dictionary.

Version 0.13.0

Released on 2022-09-01.

... (truncated)

Commits

Updates rich from 13.9.3 to 13.9.4

Release notes

Sourced from rich's releases.

The Faster is Faster release

[13.9.4] - 2024-11-01

Changed

Changelog

Sourced from rich's changelog.

[13.9.4] - 2024-11-01

Changed

Commits

Updates ruff from 0.7.1 to 0.7.2

Release notes

Sourced from ruff's releases.

0.7.2

Release Notes

Preview features

  • Fix formatting of single with-item with trailing comment (#14005)
  • [pyupgrade] Add PEP 646 Unpack conversion to * with fix (UP044) (#13988)

Rule changes

  • Regenerate known_stdlibs.rs with stdlibs 2024.10.25 (#13963)
  • [flake8-no-pep420] Skip namespace package enforcement for PEP 723 scripts (INP001) (#13974)

Server

  • Fix server panic when undoing an edit (#14010)

Bug fixes

  • Fix issues in discovering ruff in pip build environments (#13881)
  • [flake8-type-checking] Fix false positive for singledispatchmethod (TCH003) (#13941)
  • [flake8-type-checking] Treat return type of singledispatch as runtime-required (TCH003) (#13957)

Documentation

  • [flake8-simplify] Include caveats of enabling if-else-block-instead-of-if-exp (SIM108) (#14019)

Install ruff 0.7.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.7.2/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.7.2/ruff-installer.ps1 | iex"

Download ruff 0.7.2

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.7.2

Preview features

  • Fix formatting of single with-item with trailing comment (#14005)
  • [pyupgrade] Add PEP 646 Unpack conversion to * with fix (UP044) (#13988)

Rule changes

  • Regenerate known_stdlibs.rs with stdlibs 2024.10.25 (#13963)
  • [flake8-no-pep420] Skip namespace package enforcement for PEP 723 scripts (INP001) (#13974)

Server

  • Fix server panic when undoing an edit (#14010)

Bug fixes

  • Fix issues in discovering ruff in pip build environments (#13881)
  • [flake8-type-checking] Fix false positive for singledispatchmethod (TCH003) (#13941)
  • [flake8-type-checking] Treat return type of singledispatch as runtime-required (TCH003) (#13957)

Documentation

  • [flake8-simplify] Include caveats of enabling if-else-block-instead-of-if-exp (SIM108) (#14019)
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 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 python-packages group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [weasyprint](https://github.com/Kozea/WeasyPrint) | `62.3` | `63.0` |
| [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `5.0.0` | `6.0.0` |
| [pillow](https://github.com/python-pillow/Pillow) | `11.0.0` | `10.4.0` |
| [pyphen](https://github.com/Kozea/Pyphen) | `0.16.0` | `0.15.0` |
| [rich](https://github.com/Textualize/rich) | `13.9.3` | `13.9.4` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.1` | `0.7.2` |


Updates `weasyprint` from 62.3 to 63.0
- [Release notes](https://github.com/Kozea/WeasyPrint/releases)
- [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst)
- [Commits](Kozea/WeasyPrint@v62.3...v63.0)

Updates `pytest-cov` from 5.0.0 to 6.0.0
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-cov@v5.0.0...v6.0.0)

Updates `pillow` from 11.0.0 to 10.4.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@11.0.0...10.4.0)

Updates `pyphen` from 0.16.0 to 0.15.0
- [Release notes](https://github.com/Kozea/Pyphen/releases)
- [Changelog](https://github.com/Kozea/Pyphen/blob/main/docs/changelog.rst)
- [Commits](Kozea/Pyphen@0.16.0...0.15.0)

Updates `rich` from 13.9.3 to 13.9.4
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.3...v13.9.4)

Updates `ruff` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.1...0.7.2)

---
updated-dependencies:
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pytest-cov
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pillow
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pyphen
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: rich
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 4, 2024 04:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 4, 2024
@greenbonebot greenbonebot enabled auto-merge (rebase) November 4, 2024 04:10
@greenbonebot greenbonebot merged commit dd6de0f into main Nov 4, 2024
14 of 15 checks passed
@greenbonebot greenbonebot deleted the dependabot/pip/main/python-packages-b444681dce branch November 4, 2024 11:17
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.

2 participants