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 11 updates #952

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the python-packages group with 11 updates:

Package From To
weasyprint 63.1 64.0
pylint 3.3.3 3.3.4
black 24.10.0 25.1.0
certifi 2024.12.14 2025.1.31
fonttools 4.55.3 4.55.8
h2 4.1.0 4.2.0
hpack 4.0.0 4.1.0
hyperframe 6.0.1 6.1.0
isort 5.13.2 6.0.0
pyphen 0.17.0 0.17.2
ruff 0.9.2 0.9.4

Updates weasyprint from 63.1 to 64.0

Release notes

Sourced from weasyprint's releases.

v64.0

Read about this release on our blog.

Features

  • #2338: Allow custom RDF metadata for PDF/A and eInvoices
  • #123, #2345: Handle small-caps synthesis
  • #2343: Support outline-offset
  • #2361: Support text-underline-offset and text-decoration-thickness
  • #2296: Don’t crash with tables with rounded corners split between pages

Bug fixes

  • #2360: Fix gradients with non-RGB colors
  • #2355, #2358: Align png emojis to the surrounding text
  • #2353: Fix alignment of SVG text with multiple nested text-anchor values
  • #2350: Fix logging restoration in capture_logs
  • #2341: Fix page groups
  • #2314: Use CSS 'image-rendering' attribute for images in SVGs
  • #2332: Fix opacity for translated SVG elements
  • #2329: Refactor text.line_break.get_log_attrs
  • #2325, #2326: Fix table overflow edge cases

Performance

Documentation

  • #2352: Add more use cases in documentation, use Furo theme

Contributors

  • Guillaume Ayoub
  • Kesara Rathnayake
  • Xavid Pretzer
  • David Tagatac
  • Ernesto Ruge
  • Niko Abeler
  • Noam Kushinsky

Backers and sponsors

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Syslifters
  • Simon Sapin
  • Manuel Barkhau
  • Simonsoft

... (truncated)

Changelog

Sourced from weasyprint's changelog.

Version 64.0

Released on 2025-01-30.

Features:

  • [#2338](https://github.com/Kozea/WeasyPrint/issues/2338) <https://github.com/Kozea/WeasyPrint/pull/2338>_: Allow custom RDF metadata for PDF/A and eInvoices
  • [#123](https://github.com/Kozea/WeasyPrint/issues/123) <https://github.com/Kozea/WeasyPrint/issues/123>, [#2345](https://github.com/Kozea/WeasyPrint/issues/2345) <https://github.com/Kozea/WeasyPrint/pull/2345>: Handle small-caps synthesis
  • [#2343](https://github.com/Kozea/WeasyPrint/issues/2343) <https://github.com/Kozea/WeasyPrint/issues/2343>_: Support outline-offset
  • [#2361](https://github.com/Kozea/WeasyPrint/issues/2361) <https://github.com/Kozea/WeasyPrint/pull/2361>_: Support text-underline-offset and text-decoration-thickness
  • [#2296](https://github.com/Kozea/WeasyPrint/issues/2296) <https://github.com/Kozea/WeasyPrint/issues/2296>_: Don’t crash with tables with rounded corners split between pages

Bug fixes:

  • [#2360](https://github.com/Kozea/WeasyPrint/issues/2360) <https://github.com/Kozea/WeasyPrint/issues/2360>_: Fix gradients with non-RGB colors
  • [#2355](https://github.com/Kozea/WeasyPrint/issues/2355) <https://github.com/Kozea/WeasyPrint/issues/2355>, [#2358](https://github.com/Kozea/WeasyPrint/issues/2358) <https://github.com/Kozea/WeasyPrint/pull/2358>: Align png emojis to the surrounding text
  • [#2353](https://github.com/Kozea/WeasyPrint/issues/2353) <https://github.com/Kozea/WeasyPrint/issues/2353>_: Fix alignment of SVG text with multiple nested text-anchor values
  • [#2350](https://github.com/Kozea/WeasyPrint/issues/2350) <https://github.com/Kozea/WeasyPrint/pull/2350>_: Fix logging restoration in capture_logs
  • [#2341](https://github.com/Kozea/WeasyPrint/issues/2341) <https://github.com/Kozea/WeasyPrint/pull/2341>_: Fix page groups
  • [#2314](https://github.com/Kozea/WeasyPrint/issues/2314) <https://github.com/Kozea/WeasyPrint/pulls/2314>_: Use CSS 'image-rendering' attribute for images in SVGs
  • [#2332](https://github.com/Kozea/WeasyPrint/issues/2332) <https://github.com/Kozea/WeasyPrint/issues/2332>_: Fix opacity for translated SVG elements
  • [#2329](https://github.com/Kozea/WeasyPrint/issues/2329) <https://github.com/Kozea/WeasyPrint/issues/2329>_: Refactor text.line_break.get_log_attrs
  • [#2325](https://github.com/Kozea/WeasyPrint/issues/2325) <https://github.com/Kozea/WeasyPrint/issues/2325>, [#2326](https://github.com/Kozea/WeasyPrint/issues/2326) <https://github.com/Kozea/WeasyPrint/pull/2326>: Fix table overflow edge cases

Performance:

  • [#2347](https://github.com/Kozea/WeasyPrint/issues/2347) <https://github.com/Kozea/WeasyPrint/issues/2347>, [#2364](https://github.com/Kozea/WeasyPrint/issues/2364) <https://github.com/Kozea/WeasyPrint/pull/2364>: Improve rendering speed for text

Documentation:

... (truncated)

Commits
  • f05882d Version 64.0
  • 57abf0e Merge pull request #2367 from Kozea/release
  • 3fce261 Don’t define colors in configuration
  • c2acac4 Add action for release
  • dc3a754 Merge pull request #2364 from Kozea/text-speed
  • 1f76d02 Improve text layout heuristics and use layout log attributes
  • 43fe329 Merge pull request #2345 from Kozea/small-caps
  • 7fac29b Fix documentation references to Stream
  • 6f21a24 Avoid getting font descriptions multiple times
  • 37ad234 Don’t set fallback font variant values for Pango < 1.50
  • Additional commits viewable in compare view

Updates pylint from 3.3.3 to 3.3.4

Commits

Updates black from 24.10.0 to 25.1.0

Release notes

Sourced from black's releases.

25.1.0

Highlights

This release introduces the new 2025 stable style (#4558), stabilizing the following changes:

  • Normalize casing of Unicode escape characters in strings to lowercase (#2916)
  • Fix inconsistencies in whether certain strings are detected as docstrings (#4095)
  • Consistently add trailing commas to typed function parameters (#4164)
  • Remove redundant parentheses in if guards for case blocks (#4214)
  • Add parentheses to if clauses in case blocks when the line is too long (#4269)
  • Whitespace before # fmt: skip comments is no longer normalized (#4146)
  • Fix line length computation for certain expressions that involve the power operator (#4154)
  • Check if there is a newline before the terminating quotes of a docstring (#4185)
  • Fix type annotation spacing between * and more complex type variable tuple (#4440)

The following changes were not in any previous release:

  • Remove parentheses around sole list items (#4312)
  • Generic function definitions are now formatted more elegantly: parameters are split over multiple lines first instead of type parameter definitions (#4553)

Stable style

  • Fix formatting cells in IPython notebooks with magic methods and starting or trailing empty lines (#4484)
  • Fix crash when formatting with statements containing tuple generators/unpacking (#4538)

Preview style

  • Fix/remove string merging changing f-string quotes on f-strings with internal quotes (#4498)
  • Collapse multiple empty lines after an import into one (#4489)
  • Prevent string_processing and wrap_long_dict_values_in_parens from removing parentheses around long dictionary values (#4377)
  • Move wrap_long_dict_values_in_parens from the unstable to preview style (#4561)

Packaging

  • Store license identifier inside the License-Expression metadata field, see PEP 639. (#4479)

Performance

  • Speed up the is_fstring_start function in Black's tokenizer (#4541)

Integrations

  • If using stdin with --stdin-filename set to a force excluded path, stdin won't be

... (truncated)

Changelog

Sourced from black's changelog.

25.1.0

Highlights

This release introduces the new 2025 stable style (#4558), stabilizing the following changes:

  • Normalize casing of Unicode escape characters in strings to lowercase (#2916)
  • Fix inconsistencies in whether certain strings are detected as docstrings (#4095)
  • Consistently add trailing commas to typed function parameters (#4164)
  • Remove redundant parentheses in if guards for case blocks (#4214)
  • Add parentheses to if clauses in case blocks when the line is too long (#4269)
  • Whitespace before # fmt: skip comments is no longer normalized (#4146)
  • Fix line length computation for certain expressions that involve the power operator (#4154)
  • Check if there is a newline before the terminating quotes of a docstring (#4185)
  • Fix type annotation spacing between * and more complex type variable tuple (#4440)

The following changes were not in any previous release:

  • Remove parentheses around sole list items (#4312)
  • Generic function definitions are now formatted more elegantly: parameters are split over multiple lines first instead of type parameter definitions (#4553)

Stable style

  • Fix formatting cells in IPython notebooks with magic methods and starting or trailing empty lines (#4484)
  • Fix crash when formatting with statements containing tuple generators/unpacking (#4538)

Preview style

  • Fix/remove string merging changing f-string quotes on f-strings with internal quotes (#4498)
  • Collapse multiple empty lines after an import into one (#4489)
  • Prevent string_processing and wrap_long_dict_values_in_parens from removing parentheses around long dictionary values (#4377)
  • Move wrap_long_dict_values_in_parens from the unstable to preview style (#4561)

Packaging

  • Store license identifier inside the License-Expression metadata field, see PEP 639. (#4479)

Performance

  • Speed up the is_fstring_start function in Black's tokenizer (#4541)

Integrations

... (truncated)

Commits

Updates certifi from 2024.12.14 to 2025.1.31

Commits

Updates fonttools from 4.55.3 to 4.55.8

Release notes

Sourced from fonttools's releases.

4.55.8

  • [MetaTools] Fixed bug in buildUCD.py script whereby the first non-header line of some UCD text file was being skipped. This affected in particular the U+00B7 (MIDDLE DOT) entry of ScriptExtensions.txt (#3756).

4.55.7

  • Shorten the changelog included in PyPI package description to accommodate maximum length limit imposed by Azure DevOps. No actual code changes since v4.55.6 (#3754).

4.55.6

  • [glyf] Fixed regression introduced in 4.55.5 when computing bounds of nested composite glyphs with transformed components (#3752).

4.55.5

  • [glyf] Fixed recalcBounds of transformed components with unrounded coordinates (#3750).
  • [feaLib] Allow duplicate script/language statements (#3749).

4.55.4

  • [bezierTools] Fixed splitCubicAtT sometimes not returning identical start/end points as result of numerical precision (#3742, #3743).
  • [feaLib/ast] Fixed docstring of AlternateSubstStatement (#3735).
  • [transform] Typing fixes (#3734).
Changelog

Sourced from fonttools's changelog.

4.55.8 (released 2025-01-29)

  • [MetaTools] Fixed bug in buildUCD.py script whereby the first non-header line of some UCD text file was being skipped. This affected in particular the U+00B7 (MIDDLE DOT) entry of ScriptExtensions.txt (#3756).

4.55.7 (released 2025-01-28)

  • Shorten the changelog included in PyPI package description to accommodate maximum length limit imposed by Azure DevOps. No actual code changes since v4.55.6 (#3754).

4.55.6 (released 2025-01-24)

  • [glyf] Fixed regression introduced in 4.55.5 when computing bounds of nested composite glyphs with transformed components (#3752).

4.55.5 (released 2025-01-23)

  • [glyf] Fixed recalcBounds of transformed components with unrounded coordinates (#3750).
  • [feaLib] Allow duplicate script/language statements (#3749).

4.55.4 (released 2025-01-21)

  • [bezierTools] Fixed splitCubicAtT sometimes not returning identical start/end points as result of numerical precision (#3742, #3743).
  • [feaLib/ast] Fixed docstring of AlternateSubstStatement (#3735).
  • [transform] Typing fixes (#3734).
Commits
  • aef6d28 Release 4.55.8
  • ffb8d93 Update NEWS.rst
  • 4957cd7 buildUCD.py: minor refactorings, remove py2-isms
  • eece3c1 Merge pull request #3756 from cmyr/unicode-data-fixup
  • b26271c [unicodedata] Fix bug in buildUCD.py
  • b7509b2 Bump version: 4.55.7 → 4.55.8.dev0
  • 336299e Release 4.55.7
  • 86a959f Update NEWS.rst [skip ci]
  • 41c8671 shorten the changelog included in package description
  • 42db704 Bump version: 4.55.6 → 4.55.7.dev0
  • Additional commits viewable in compare view

Updates h2 from 4.1.0 to 4.2.0

Changelog

Sourced from h2's changelog.

4.2.0 (2025-02-01)

API Changes (Backward Incompatible)

  • Support for Python 3.6 has been removed.
  • Support for Python 3.7 has been removed.
  • Support for Python 3.8 has been removed.
  • Remove mistakenly set max_inbound_frame_size attribute on H2Stream.

API Changes (Backward Compatible)

  • Support for Python 3.11 has been added.
  • Support for Python 3.12 has been added.
  • Support for Python 3.13 has been added.
  • Add an ability to send outbound cookies separately to improve headers compression.
  • Updated packaging and testing infrastructure.

Bugfixes

  • Fix repr() checks for Python 3.11
  • Fix asyncio / wsgi examples.
  • Clarify docs on using curl with http2.
Commits

Updates hpack from 4.0.0 to 4.1.0

Changelog

Sourced from hpack's changelog.

4.1.0 (2025-01-22)

API Changes (Backward Incompatible)

  • Support for Python 3.6 has been removed.
  • Support for Python 3.7 has been removed.
  • Support for Python 3.8 has been removed.
  • Renamed InvalidTableIndex exception to InvalidTableIndexError.

API Changes (Backward Compatible)

  • Support for Python 3.9 has been added.
  • Support for Python 3.10 has been added.
  • Support for Python 3.11 has been added.
  • Support for Python 3.12 has been added.
  • Support for Python 3.13 has been added.
  • Optimized bytes encoding of headers.
  • Updated packaging and testing infrastructure.
  • Code cleanup and linting.
  • Added type hints.
Commits

Updates hyperframe from 6.0.1 to 6.1.0

Changelog

Sourced from hyperframe's changelog.

6.1.0 (2025-01-22)

API Changes (Backward Incompatible)

  • Support for Python 3.6 has been removed.
  • Support for Python 3.7 has been removed.
  • Support for Python 3.8 has been removed.

API Changes (Backward Compatible)

  • Support for Python 3.10 has been added.
  • Support for Python 3.11 has been added.
  • Support for Python 3.12 has been added.
  • Support for Python 3.13 has been added.
  • Updated packaging and testing infrastructure.
  • Code cleanup and linting.
  • Improved type hints.
Commits

Updates isort from 5.13.2 to 6.0.0

Release notes

Sourced from isort's releases.

6.0.0

Changes

💥 Breaking Changes

🚀 Features

🪲 Fixes

👷 Continuous Integration

📦 Dependencies

... (truncated)

Changelog

Sourced from isort's changelog.

Changelog

NOTE: isort follows the semver versioning standard. Find out more about isort's release policy here.

Commits
  • 0a0b7a8 6.0.0
  • 2d00730 Merge pull request #2349 from PyCQA/revert-2347-revert-2346-ci/uv-replacement...
  • 16bb0e2 Return user_options
  • 73abbc8 Fix dev and optional dependencies
  • 8b3828d Pin UV version
  • 0225875 Remove pip and virtualenv usage
  • 3d49bc0 Revert "Revert "UV replacement of Poetry""
  • b3760ab Merge pull request #2347 from PyCQA/revert-2346-ci/uv-replacement-for-poetry
  • cc12cce Revert "UV replacement of Poetry"
  • f7ab073 Merge pull request #2346 from PyCQA/ci/uv-replacement-for-poetry
  • Additional commits viewable in compare view

Updates pyphen from 0.17.0 to 0.17.2

Release notes

Sourced from pyphen's releases.

0.17.2

  • Fix Oriya dictionary name.
  • Update documentation.

0.17.1

  • Update Mongolian dictionary.
  • Add Assamese, Kannada, Sanskrit, Punjabi, Oriya, Marathi dictionaries.
Changelog

Sourced from pyphen's changelog.

Version 0.17.2

Released on 2025-01-20.

  • Fix Oriya dictionary name.
  • Update documentation.

Version 0.17.1

Released on 2025-01-20.

  • Update Mongolian dictionary.
  • Add Assamese, Kannada, Sanskrit, Punjabi, Oriya, Marathi dictionaries.
Commits
  • 781cb19 Version 0.17.2
  • 44eef77 Merge branch 'main' of github.com:Kozea/pyphen
  • b604bcf Version 0.17.1
  • b4e91e4 Merge pull request #74 from BLKSerene/fix_or_file_name
  • 7a4e237 Fix file name of the Oriya dictionary
  • 41399d5 Merge pull request #73 from BLKSerene/main
  • 38d7d02 Update the list of included dictionaries in doc
  • 4e40d46 Fix a typo in doc
  • a5f073f Standardize the capitalization of Pyphen in doc
  • cec5d14 Add Marathi dictionary
  • Additional commits viewable in compare view

Updates ruff from 0.9.2 to 0.9.4

Release notes

Sourced from ruff's releases.

0.9.4

Release Notes

Preview features

  • [airflow] Extend airflow context parameter check for BaseOperator.execute (AIR302) (#15713)
  • [airflow] Update AIR302 to check for deprecated context keys (#15144)
  • [flake8-bandit] Permit suspicious imports within stub files (S4) (#15822)
  • [pylint] Do not trigger PLR6201 on empty collections (#15732)
  • [refurb] Do not emit diagnostic when loop variables are used outside loop body (FURB122) (#15757)
  • [ruff] Add support for more re patterns (RUF055) (#15764)
  • [ruff] Check for shadowed map before suggesting fix (RUF058) (#15790)
  • [ruff] Do not emit diagnostic when all arguments to zip() are variadic (RUF058) (#15744)
  • [ruff] Parenthesize fix when argument spans multiple lines for unnecessary-round (RUF057) (#15703)

Rule changes

  • Preserve quote style in generated code (#15726, #15778, #15794)
  • [flake8-bugbear] Exempt NewType calls where the original type is immutable (B008) (#15765)
  • [pylint] Honor banned top-level imports by TID253 in PLC0415. (#15628)
  • [pyupgrade] Ignore is_typeddict and TypedDict for deprecated-import (UP035) (#15800)

CLI

  • Fix formatter warning message for flake8-quotes option (#15788)
  • Implement tab autocomplete for ruff config (#15603)

Bug fixes

  • [flake8-comprehensions] Do not emit unnecessary-map diagnostic when lambda has different arity (C417) (#15802)
  • [flake8-comprehensions] Parenthesize sorted when needed for unnecessary-call-around-sorted (C413) (#15825)
  • [pyupgrade] Handle end-of-line comments for quoted-annotation (UP037) (#15824)

Documentation

  • Add missing config docstrings (#15803)
  • Add references to trio.run_process and anyio.run_process (#15761)
  • Use uv init --lib in tutorial (#15718)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.9.4

Preview features

  • [airflow] Extend airflow context parameter check for BaseOperator.execute (AIR302) (#15713)
  • [airflow] Update AIR302 to check for deprecated context keys (#15144)
  • [flake8-bandit] Permit suspicious imports within stub files (S4) (#15822)
  • [pylint] Do not trigger PLR6201 on empty collections (#15732)
  • [refurb] Do not emit diagnostic when loop variables are used outside loop body (FURB122) (#15757)
  • [ruff] Add support for more re patterns (RUF055) (#15764)
  • [ruff] Check for shadowed map before suggesting fix (RUF058) (#15790)
  • [ruff] Do not emit diagnostic when all arguments to zip() are variadic (RUF058) (#15744)
  • [ruff] Parenthesize fix when argument spans multiple lines for unnecessary-round (RUF057) (#15703)

Rule changes

  • Preserve quote style in generated code (#15726, #15778, #15794)
  • [flake8-bugbear] Exempt NewType calls where the original type is immutable (B008) (#15765)
  • [pylint] Honor banned top-level imports by TID253 in PLC0415. (#15628)
  • [pyupgrade] Ignore is_typeddict and TypedDict for deprecated-import (UP035) (#15800)

CLI

  • Fix formatter warning message for flake8-quotes option (#15788)
  • Implement tab autocomplete for ruff config (#15603)

Bug fixes

  • [flake8-comprehensions] Do not emit unnecessary-map diagnostic when lambda has different arity (C417) (#15802)
  • [flake8-comprehensions] Parenthesize sorted when needed for unnecessary-call-around-sorted (C413) (#15825)
  • [pyupgrade] Handle end-of-line comments for quoted-annotation (UP037) (#15824)

Documentation

  • Add missing config docstrings (#15803)
  • Add references to trio.run_process and anyio.run_process (#15761)
  • Use uv init --lib in tutorial (#15718)

0.9.3

Preview features

  • [airflow] Argument fail_stop in DAG has been renamed as fail_fast (AIR302) (#15633)
  • [airflow] Extend AIR303 with more symbols (#15611)
  • [flake8-bandit] Report all references to suspicious functions (S3) (#15541)
  • [flake8-pytest-style] Do not emit diagnostics for empty for loops (PT012, PT031) (#15542)
  • [flake8-simplify] Avoid double negations (SIM103) (#15562)
  • [pyflakes] Fix infinite loop with unused local import in __init__.py (F401) (#15517)
  • [pylint] Do not report methods with only one EM101-compatible raise (PLR6301) (#15507)
  • [pylint] Implement redefined-slots-in-subclass (W0244) (#9640)

... (truncated)

Commits
  • 854ab03 Bump version to 0.9.4 (#15831)
  • b0b8b06 Remove semicolon after TypeScript interface definition (#15827)
  • 451f251 [red-knot] Clarify behavior when redeclaring base class attributes (#15826)
  • 13cf3e6 [flake8-comprehensions] Parenthesize sorted when needed for `unnecessary-...
  • 56f956a [pyupgrade] Handle end-of-line comments for quoted-annotation (UP037) (...
  • 7a10a40 [flake8-bandit] Permit suspicious imports within stub files (S4) (#15822)
  • 3125332 [red-knot] Format mdtest snippets with the latest version of black (#15819)
  • 15d886a [red-knot] Consider all definitions after terminal statements unreachable (#1...
  • e1c9d10 [flake8-comprehensions] Do not emit unnecessary-map diagnostic when lambd...
  • 23c9884 Preserve quotes in generated f-strings (#15794)
  • Additional commits viewable 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 python-packages group with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [weasyprint](https://github.com/Kozea/WeasyPrint) | `63.1` | `64.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.3` | `3.3.4` |
| [black](https://github.com/psf/black) | `24.10.0` | `25.1.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [fonttools](https://github.com/fonttools/fonttools) | `4.55.3` | `4.55.8` |
| [h2](https://github.com/python-hyper/h2) | `4.1.0` | `4.2.0` |
| [hpack](https://github.com/python-hyper/hpack) | `4.0.0` | `4.1.0` |
| [hyperframe](https://github.com/python-hyper/hyperframe) | `6.0.1` | `6.1.0` |
| [isort](https://github.com/pycqa/isort) | `5.13.2` | `6.0.0` |
| [pyphen](https://github.com/Kozea/Pyphen) | `0.17.0` | `0.17.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.2` | `0.9.4` |


Updates `weasyprint` from 63.1 to 64.0
- [Release notes](https://github.com/Kozea/WeasyPrint/releases)
- [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst)
- [Commits](Kozea/WeasyPrint@v63.1...v64.0)

Updates `pylint` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.3...v3.3.4)

Updates `black` from 24.10.0 to 25.1.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.10.0...25.1.0)

Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)

Updates `fonttools` from 4.55.3 to 4.55.8
- [Release notes](https://github.com/fonttools/fonttools/releases)
- [Changelog](https://github.com/fonttools/fonttools/blob/main/NEWS.rst)
- [Commits](fonttools/fonttools@4.55.3...4.55.8)

Updates `h2` from 4.1.0 to 4.2.0
- [Changelog](https://github.com/python-hyper/h2/blob/master/CHANGELOG.rst)
- [Commits](python-hyper/h2@v4.1.0...v4.2.0)

Updates `hpack` from 4.0.0 to 4.1.0
- [Changelog](https://github.com/python-hyper/hpack/blob/master/CHANGELOG.rst)
- [Commits](python-hyper/hpack@v4.0.0...v4.1.0)

Updates `hyperframe` from 6.0.1 to 6.1.0
- [Changelog](https://github.com/python-hyper/hyperframe/blob/master/CHANGELOG.rst)
- [Commits](python-hyper/hyperframe@v6.0.1...v6.1.0)

Updates `isort` from 5.13.2 to 6.0.0
- [Release notes](https://github.com/pycqa/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.13.2...6.0.0)

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

Updates `ruff` from 0.9.2 to 0.9.4
- [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.9.2...0.9.4)

---
updated-dependencies:
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: black
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: certifi
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: fonttools
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: h2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: hpack
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: hyperframe
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: isort
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: pyphen
  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 February 3, 2025 04:42
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2025
@greenbonebot greenbonebot enabled auto-merge (rebase) February 3, 2025 04:42
@greenbonebot greenbonebot merged commit 38a06dc into main Feb 3, 2025
14 of 15 checks passed
@greenbonebot greenbonebot deleted the dependabot/pip/main/python-packages-b6d2bbc6f2 branch February 3, 2025 07:24
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