Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the python-packages group with 5 updates:

Package From To
weasyprint 65.0 65.1
sentry-sdk 2.25.1 2.26.1
dill 0.3.9 0.4.0
packaging 24.2 25.0
ruff 0.11.5 0.11.6

Updates weasyprint from 65.0 to 65.1

Release notes

Sourced from weasyprint's releases.

v65.1

Bug fixes

  • #2414: Correctly handle flex columns split between pages
  • 1b24ad9: Include padding in outer size of item elements
  • #2419: Set main tag as block by default
  • #2415: Fix support of replaced block box as flex items
  • 83da2fe0: Fix margins and padding for rtl lists
  • #2429, #1076, #2431: Fix page groups

Contributors

  • Guillaume Ayoub

Backers and sponsors

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Syslifters
  • Simon Sapin
  • Manuel Barkhau
  • Simonsoft
  • Menutech
  • KontextWork
  • TrainingSparkle
  • Healthchecks.io
  • Hammerbacher
  • DocRaptor
  • Yanal-Yves Fargialla
  • Method B
  • FieldHub
  • Morntag
  • Xavid
  • Kai DeLorenzo
  • Charlie S.
  • Alan Villalobos
Changelog

Sourced from weasyprint's changelog.

Version 65.1

Released on 2025-04-14.

Bug fixes:

  • [#2414](https://github.com/Kozea/WeasyPrint/issues/2414) <https://github.com/Kozea/WeasyPrint/issues/2414>_: Correctly handle flex columns split between pages
  • 1b24ad9 <https://github.com/Kozea/WeasyPrint/commit/1b24ad9>_: Include padding in outer size of item elements
  • [#2419](https://github.com/Kozea/WeasyPrint/issues/2419) <https://github.com/Kozea/WeasyPrint/issues/2419>_: Set main tag as block by default
  • [#2415](https://github.com/Kozea/WeasyPrint/issues/2415) <https://github.com/Kozea/WeasyPrint/issues/2415>_: Fix support of replaced block box as flex items
  • 83da2fe0 <https://github.com/Kozea/WeasyPrint/commit/83da2fe0>_: Fix margins and padding for rtl lists
  • [#2429](https://github.com/Kozea/WeasyPrint/issues/2429) <https://github.com/Kozea/WeasyPrint/issues/2429>, [#1076](https://github.com/Kozea/WeasyPrint/issues/1076) <https://github.com/Kozea/WeasyPrint/issues/1076>, [#2431](https://github.com/Kozea/WeasyPrint/issues/2431) <https://github.com/Kozea/WeasyPrint/pull/2431>_: Fix page groups

Contributors:

  • Guillaume Ayoub

Backers and sponsors:

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Syslifters
  • Simon Sapin
  • Manuel Barkhau
  • Simonsoft
  • Menutech
  • KontextWork
  • TrainingSparkle
  • Healthchecks.io
  • Hammerbacher
  • DocRaptor
  • Yanal-Yves Fargialla
  • Method B
  • FieldHub
  • Morntag
  • Xavid
  • Kai DeLorenzo
  • Charlie S.
  • Alan Villalobos
Commits
  • fe75a5b Version 65.1
  • ad5a5a6 Merge pull request #2431 from Kozea/page-names
  • 6b1d32b Add tests for page groups
  • 88d6872 Use parent element’s page name for blank pages
  • a8e28ed Don’t create new pages groups on blank pages
  • d25a134 Set page groups on first page
  • 83da2fe Fix margins and padding for rtl lists
  • 1a6f645 Fix support of replaced block box as flex items
  • 1244f01 Set main tag as block by default
  • 1b24ad9 Include padding in outer size of item elements
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.25.1 to 2.26.1

Release notes

Sourced from sentry-sdk's releases.

2.26.1

Various fixes & improvements

2.26.0

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.26.1

Various fixes & improvements

2.26.0

Various fixes & improvements

Commits
  • ec050c0 Updated changelog
  • d552808 release: 2.26.1
  • b2693f4 ref(logging): Clarify separate warnings case is for Python <3.11 (#4296)
  • 2d392af fix: Data leak in ThreadingIntegration between threads (#4281)
  • 706d2d2 Revert "chore: Deprecate same_process_as_parent (#4244)" (#4290)
  • 296e288 feat(logging): Add formatted message to log events
  • e71ccbf fix(logging): Send raw logging parameters
  • a3d4b89 Merge branch 'release/2.26.0'
  • 54d2c7e release: 2.26.0
  • 5689bc0 fix(debug): Do not consider parent loggers for debug logging (#4286)
  • Additional commits viewable in compare view

Updates dill from 0.3.9 to 0.4.0

Commits

Updates packaging from 24.2 to 25.0

Release notes

Sourced from packaging's releases.

25.0

What's Changed

New Contributors

Full Changelog: pypa/packaging@24.2...25.0

Changelog

Sourced from packaging's changelog.

25.0 - 2025-04-19


* PEP 751: Add support for ``extras`` and ``dependency_groups`` markers. (:issue:`885`)
* PEP 738: Add support for Android platform tags. (:issue:`880`)
Commits
  • f585376 Bump for release
  • 600ecea Add changelog entries
  • 3910129 support 'extras' and 'dependency_groups' markers (#888)
  • 8e49b43 Add support for PEP 738 Android tags (#880)
  • e624d8e Bump the github-actions group with 3 updates (#886)
  • 71f38d8 Bump the github-actions group with 2 updates (#878)
  • 9b4922d Bump the github-actions group with 3 updates (#870)
  • 8510bd9 Upgrade to ruff 0.9.1 (#865)
  • 9375ec2 Re-add tests for Unicode file name parsing (#863)
  • 2256ed4 Bump the github-actions group across 1 directory with 2 updates (#864)
  • Additional commits viewable in compare view

Updates ruff from 0.11.5 to 0.11.6

Release notes

Sourced from ruff's releases.

0.11.6

Release Notes

Preview features

  • Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
  • [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311) (#17310, #17422)

Bug fixes

  • Raise syntax error when \ is at end of file (#17409)

Contributors

Install ruff 0.11.6

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

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

Download ruff 0.11.6

File Platform Checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.6

Preview features

  • Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
  • [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311) (#17310, #17422)

Bug fixes

  • Raise syntax error when \ is at end of file (#17409)
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 5 updates:

| Package | From | To |
| --- | --- | --- |
| [weasyprint](https://github.com/Kozea/WeasyPrint) | `65.0` | `65.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.25.1` | `2.26.1` |
| [dill](https://github.com/uqfoundation/dill) | `0.3.9` | `0.4.0` |
| [packaging](https://github.com/pypa/packaging) | `24.2` | `25.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.5` | `0.11.6` |


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

Updates `sentry-sdk` from 2.25.1 to 2.26.1
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.25.1...2.26.1)

Updates `dill` from 0.3.9 to 0.4.0
- [Release notes](https://github.com/uqfoundation/dill/releases)
- [Commits](uqfoundation/dill@0.3.9...0.4.0)

Updates `packaging` from 24.2 to 25.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.2...25.0)

Updates `ruff` from 0.11.5 to 0.11.6
- [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.11.5...0.11.6)

---
updated-dependencies:
- dependency-name: weasyprint
  dependency-version: '65.1'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sentry-sdk
  dependency-version: 2.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: dill
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: packaging
  dependency-version: '25.0'
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ruff
  dependency-version: 0.11.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

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 Apr 21, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 21, 2025 05:57
@greenbonebot greenbonebot enabled auto-merge (rebase) April 21, 2025 05:57
@greenbonebot greenbonebot merged commit 2323997 into main Apr 23, 2025
14 of 15 checks passed
@greenbonebot greenbonebot deleted the dependabot/pip/main/python-packages-930fa4b1e3 branch April 23, 2025 07:49
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