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 across 1 directory with 13 updates #941

Merged
merged 1 commit into from
Dec 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 12, 2024

Bumps the python-packages group with 13 updates in the / directory:

Package From To
weasyprint 63.0 63.1
sentry-sdk 2.19.0 2.19.2
pontos 24.9.0 24.12.1
anyio 4.6.2.post1 4.7.0
astroid 3.3.5 3.3.6
coverage 7.6.8 7.6.9
fonttools 4.55.0 4.55.3
httpx 0.28.0 0.28.1
pillow 10.4.0 11.0.0
pyphen 0.15.0 0.17.0
ruff 0.8.1 0.8.2
six 1.16.0 1.17.0
sqlparse 0.5.2 0.5.3

Updates weasyprint from 63.0 to 63.1

Release notes

Sourced from weasyprint's releases.

v63.1

Dependencies

  • #2297: Remove upper bounds for dependencies

Bug fixes

  • #2300, #2292: Don’t avoid floats for flex items
  • #2301, #2293: Include floats in calculation of minimum cell height
  • #2303, #2302: Set alpha even when current color channels didn’t change
  • #2306: Don’t try to increase column width when there’s no extra width
  • #2304: Don’t forget skip stack when drawing flex items
  • #2316: Don’t crash with SVG symbols
  • #2320: Fix currentcolor detection when parsing gradient color stops
  • #2322, #2289: Don’t add DLL directories when using Windows executable
  • #2323, #2305: Fix different rendering test

Performance

  • #2319: Fix memory leaks

Documentation

  • #2299: Update install instructions for Alpine
  • #2321: Add example invocation of WeasyPrint on the "Contribute" page

Contributors

  • Guillaume Ayoub
  • Jó Ágila Bitsch
  • Lucie Anglade
  • Alexander Gitter
  • Luke Cousins

Backers and sponsors

  • Spacinov
  • Kobalt
  • Grip Angebotssoftware
  • Syslifters
  • Manuel Barkhau
  • SimonSoft
  • Menutech
  • KontextWork
  • Simon Sapin
  • TrainingSparkle
  • Healthchecks.io
  • Hammerbacher
  • Advance Insight
  • Docraptor

... (truncated)

Changelog

Sourced from weasyprint's changelog.

Version 63.1

Released on 2024-12-10.

Dependencies:

  • [#2297](https://github.com/Kozea/WeasyPrint/issues/2297) <https://github.com/Kozea/WeasyPrint/issues/2297>_: Remove upper bounds for dependencies

Bug fixes:

  • [#2300](https://github.com/Kozea/WeasyPrint/issues/2300) <https://github.com/Kozea/WeasyPrint/pull/2300>, [#2292](https://github.com/Kozea/WeasyPrint/issues/2292) <https://github.com/Kozea/WeasyPrint/issues/2292>: Don’t avoid floats for flex items
  • [#2301](https://github.com/Kozea/WeasyPrint/issues/2301) <https://github.com/Kozea/WeasyPrint/pull/2301>, [#2293](https://github.com/Kozea/WeasyPrint/issues/2293) <https://github.com/Kozea/WeasyPrint/issues/2293>: Include floats in calculation of minimum cell height
  • [#2303](https://github.com/Kozea/WeasyPrint/issues/2303) <https://github.com/Kozea/WeasyPrint/pull/2303>, [#2302](https://github.com/Kozea/WeasyPrint/issues/2302) <https://github.com/Kozea/WeasyPrint/issues/2302>: Set alpha even when current color channels didn’t change
  • [#2306](https://github.com/Kozea/WeasyPrint/issues/2306) <https://github.com/Kozea/WeasyPrint/issues/2306>_: Don’t try to increase column width when there’s no extra width
  • [#2304](https://github.com/Kozea/WeasyPrint/issues/2304) <https://github.com/Kozea/WeasyPrint/issues/2304>_: Don’t forget skip stack when drawing flex items
  • [#2316](https://github.com/Kozea/WeasyPrint/issues/2316) <https://github.com/Kozea/WeasyPrint/issues/2316>_: Don’t crash with SVG symbols
  • [#2320](https://github.com/Kozea/WeasyPrint/issues/2320) <https://github.com/Kozea/WeasyPrint/issues/2320>_: Fix currentcolor detection when parsing gradient color stops
  • [#2322](https://github.com/Kozea/WeasyPrint/issues/2322) <https://github.com/Kozea/WeasyPrint/pull/2322>, [#2289](https://github.com/Kozea/WeasyPrint/issues/2289) <https://github.com/Kozea/WeasyPrint/issues/2289>: Don’t add DLL directories when using Windows executable
  • [#2323](https://github.com/Kozea/WeasyPrint/issues/2323) <https://github.com/Kozea/WeasyPrint/pull/2323>, [#2305](https://github.com/Kozea/WeasyPrint/issues/2305) <https://github.com/Kozea/WeasyPrint/issues/2305>: Fix different rendering test

Performance:

  • [#2319](https://github.com/Kozea/WeasyPrint/issues/2319) <https://github.com/Kozea/WeasyPrint/issues/2319>_: Fix memory leaks

Documentation:

  • [#2299](https://github.com/Kozea/WeasyPrint/issues/2299) <https://github.com/Kozea/WeasyPrint/pull/2299>_: Update install instructions for Alpine
  • [#2321](https://github.com/Kozea/WeasyPrint/issues/2321) <https://github.com/Kozea/WeasyPrint/pull/2321>_: Add example invocation of WeasyPrint on the "Contribute" page

Contributors:

... (truncated)

Commits
  • 9e89925 Version 63.1
  • 3c6f9a5 Merge pull request #2322 from Kozea/windows-build
  • 003ff42 Merge pull request #2323 from Kozea/border-collapse
  • 975a8b4 Test that equivalent styles when table borders collapse
  • aa929d8 Fix different rendering test
  • 8d24a10 Merge pull request #2321 from alexandergitter/contribute-running-weasyprint
  • df39db3 Don’t add DLL directories when using Windows executable
  • be0678e Don’t manually add fonttools import for pyinstaller
  • ad6dbf7 Add example invocation of WeasyPrint on the "Contribute" page
  • db288a4 Fix currentcolor detection when parsing gradient color stops
  • Additional commits viewable in compare view

Updates sentry-sdk from 2.19.0 to 2.19.2

Release notes

Sourced from sentry-sdk's releases.

2.19.2

Various fixes & improvements

2.19.1

Various fixes & improvements

Changelog

Sourced from sentry-sdk's changelog.

2.19.2

Various fixes & improvements

2.19.1

Various fixes & improvements

Commits
  • 163762f release: 2.19.2
  • 8f9461e Deepcopy and ensure get_all function always terminates (#3861)
  • fd56608 Merge branch 'release/2.19.1'
  • 7ab7fe6 Cleanup chalice test environment (#3858)
  • 231a6a1 Update CHANGELOG.md
  • c591b64 release: 2.19.1
  • 7a6d460 Copy scope.client reference as well (#3857)
  • 5a09770 fix(spotlight): Don't give up on Spotlight on 3 errors (#3856)
  • 31fdcfa fix(django): Fix errors when instrumenting Django cache (#3855)
  • 5891717 Script for checking if our instrumented libs are python 3.13 compatible (#3425)
  • Additional commits viewable in compare view

Updates pontos from 24.9.0 to 24.12.1

Release notes

Sourced from pontos's releases.

pontos 24.12.1

24.12.1 - 2024-12-12

Changed

Dependencies

  • Bump the python-packages group with 5 updates 54d814c

pontos 24.12.0

24.12.0 - 2024-12-06

Added

Changed

Bug Fixes

Dependencies

  • Bump the python-packages group across 1 directory with 7 updates c48ff39
  • Bump the python-packages group with 5 updates c6f4e38
  • Bump pypa/gh-action-pypi-publish in the actions group 74ba4db
  • Bump the python-packages group with 4 updates 3b5fdc8
  • Bump pypa/gh-action-pypi-publish in the actions group 60838a5
  • Bump the python-packages group with 2 updates 158ea14
  • Bump actions/checkout from 4.2.1 to 4.2.2 in the actions group ba64580
  • Bump the python-packages group with 4 updates 8c5241f
  • Bump the actions group with 2 updates 4b6c2a3
  • Bump the python-packages group across 1 directory with 9 updates 20a9378
  • Bump pypa/gh-action-pypi-publish in the actions group fc9961b
  • Bump the python-packages group with 5 updates 5e308fb
  • Bump the python-packages group with 3 updates f5318ab
  • Bump actions/checkout from 4.1.7 to 4.2.0 in the actions group 689a8ee
  • Bump pypa/gh-action-pypi-publish in the actions group e3149be
  • Bump the python-packages group with 6 updates (#1050) 70e0d4e
  • Bump the python-packages group with 8 updates 690db30
  • Bump pypa/gh-action-pypi-publish in the actions group 051e296
  • Bump the python-packages group across 1 directory with 10 updates b9b7050
  • Bump the actions group with 2 updates (#1043) cdc374f
Commits
  • 10a5bf5 Automatic release to 24.12.1
  • 7631819 Change: Fix endless loop in NVDApi (#1073)
  • 54d814c Deps: Bump the python-packages group with 5 updates
  • ab4aa2a Automatic adjustments after release [skip ci]
  • c638f14 Automatic release to 24.12.0
  • 93c790c Change: Fix broken event name
  • 97232c4 Fix imports of CPE match API
  • ac1c5af Add matchStringSearch parameter for CPE match API
  • 51fd693 Add: New NVD CPE Match Criteria API
  • c48ff39 Deps: Bump the python-packages group across 1 directory with 7 updates
  • Additional commits viewable in compare view

Updates anyio from 4.6.2.post1 to 4.7.0

Release notes

Sourced from anyio's releases.

4.7.0

  • Updated TaskGroup to work with asyncio's eager task factories (#764)
  • Added the wait_readable() and wait_writable() functions which will accept an object with a .fileno() method or an integer handle, and deprecated their now obsolete versions (wait_socket_readable() and wait_socket_writable()) (PR by @​davidbrochart)
  • Changed EventAdapter (an Event with no bound async backend) to allow set() to work even before an async backend is bound to it (#819)
  • Added support for wait_readable() and wait_writable() on ProactorEventLoop (used on asyncio + Windows by default)
  • Fixed a misleading ValueError in the context of DNS failures (#815; PR by @​graingert)
  • Fixed the return type annotations of readinto() and readinto1() methods in the anyio.AsyncFile class (#825)
  • Fixed TaskInfo.has_pending_cancellation() on asyncio returning false positives in cleanup code on Python >= 3.11 (#832; PR by @​gschaffner)
  • Fixed cancelled cancel scopes on asyncio calling asyncio.Task.uncancel when propagating a CancelledError on exit to a cancelled parent scope (#790; PR by @​gschaffner)
Changelog

Sourced from anyio's changelog.

Version history

This library adheres to Semantic Versioning 2.0 <http://semver.org/>_.

4.7.0

  • Updated TaskGroup to work with asyncio's eager task factories ([#764](https://github.com/agronholm/anyio/issues/764) <https://github.com/agronholm/anyio/issues/764>_)
  • Added the wait_readable() and wait_writable() functions which will accept an object with a .fileno() method or an integer handle, and deprecated their now obsolete versions (wait_socket_readable() and wait_socket_writable()) (PR by @​davidbrochart)
  • Changed EventAdapter (an Event with no bound async backend) to allow set() to work even before an async backend is bound to it ([#819](https://github.com/agronholm/anyio/issues/819) <https://github.com/agronholm/anyio/issues/819>_)
  • Added support for wait_readable() and wait_writable() on ProactorEventLoop (used on asyncio + Windows by default)
  • Fixed a misleading ValueError in the context of DNS failures ([#815](https://github.com/agronholm/anyio/issues/815) <https://github.com/agronholm/anyio/issues/815>_; PR by @​graingert)
  • Fixed the return type annotations of readinto() and readinto1() methods in the anyio.AsyncFile class ([#825](https://github.com/agronholm/anyio/issues/825) <https://github.com/agronholm/anyio/issues/825>_)
  • Fixed TaskInfo.has_pending_cancellation() on asyncio returning false positives in cleanup code on Python >= 3.11 ([#832](https://github.com/agronholm/anyio/issues/832) <https://github.com/agronholm/anyio/issues/832>_; PR by @​gschaffner)
  • Fixed cancelled cancel scopes on asyncio calling asyncio.Task.uncancel when propagating a CancelledError on exit to a cancelled parent scope ([#790](https://github.com/agronholm/anyio/issues/790) <https://github.com/agronholm/anyio/pull/790>_; PR by @​gschaffner)

4.6.2

  • Fixed regression caused by ([#807](https://github.com/agronholm/anyio/issues/807) <https://github.com/agronholm/anyio/pull/807>_) that prevented the use of parametrized async fixtures

4.6.1

This release contains all the changes from both v4.5.1 and v4.6.0, plus:

  • Fixed TaskGroup and CancelScope producing cyclic references in tracebacks when raising exceptions ([#806](https://github.com/agronholm/anyio/issues/806) <https://github.com/agronholm/anyio/pull/806>_) (PR by @​graingert)

4.6.0

This release is the successor to v4.5.0 with Python 3.8 support dropped, and does not contain the changes from v4.5.1.

  • Dropped support for Python 3.8 (as [#698](https://github.com/agronholm/anyio/issues/698) <https://github.com/agronholm/anyio/issues/698>_ cannot be resolved

... (truncated)

Commits
  • c967f5c Bumped up the version
  • f47ac5e Rearranged changelog entries
  • f316ce5 Allowed Event to be set before it's bound to an async backend (#835)
  • 93a5746 Fixed asyncio.Task.cancelling issues (#790)
  • 39cf394 Avoid exposing extra variables key and value in anyio.abc (#833)
  • a2150f5 Fixed design issues in PR template (#834)
  • 0f80611 Added support for wait_readable() and wait_writable() on ProactorEventLoop (#...
  • 97d5fe6 Made asyncio TaskGroup work with eager task factories (#822)
  • 44405f4 Updated downstream test workflows and their target Python versions
  • 93c0cd6 Replaced mentions to run_sync_in_process with to_process.run_sync (#829)
  • Additional commits viewable in compare view

Updates astroid from 3.3.5 to 3.3.6

Changelog

Sourced from astroid's changelog.

What's New in astroid 3.3.6?

Release date: 2024-12-08

  • Fix inability to import collections.abc in python 3.13.1.

    Closes pylint-dev/pylint#10112

  • Fix crash when typing._alias() call is missing arguments.

    Closes #2513

Commits
  • a132679 Bump astroid to 3.3.6, update changelog
  • 0834156 Add compatibility with python 3.13.1 (#2647) (#2649)
  • 80ce031 [Backport maintenance/3.3.x] Fix IndexError when typing._alias() has missing ...
  • See full diff in compare view

Updates coverage from 7.6.8 to 7.6.9

Changelog

Sourced from coverage's changelog.

Version 7.6.9 — 2024-12-06

  • Fix: Tomas Uribe fixed <pull 1901_>_ a performance problem in the XML report. Large code bases should produce XML reports much faster now.

.. _pull 1901: nedbat/coveragepy#1901

.. _changes_7-6-8:

Commits
  • daac76d docs: sample HTML for 7.6.9
  • f7d7e42 docs: prep for 7.6.9
  • 8fe3b2b docs: thanks, Tomas Uribe for #1901
  • 346cfc0 fix: use set instead of list for arcs_executed, fixes poor performance (#1901)
  • 484678e fix: COVERAGE_ONE_CORE should mean ctrace if possible
  • 37451ed chore: make upgrade doc_upgrade
  • bd23445 chore: bump the action-dependencies group with 2 updates (#1899)
  • 01cf50c test: add a test to satisfy a condition in results.py
  • 74d3c50 chore: make upgrade
  • f3b269c build: only comment once on an issue mentioned twice
  • Additional commits viewable in compare view

Updates fonttools from 4.55.0 to 4.55.3

Release notes

Sourced from fonttools's releases.

4.55.3

  • [Docs] fill out ttLib table section #3716
  • [feaLib] More efficient inline format 4 lookups #3726

4.55.2

What's Changed

  • [Docs] update Sphinx config (#3712)
  • [designspaceLib] Allow axisOrdering to be set to zero (#3715)
  • [feaLib] Don’t modify variable anchors in place (#3717)

New Contributors

Full Changelog: fonttools/fonttools@4.55.1...4.55.2

4.55.1

What's Changed

  • [ttGlyphSet] Support VARC CFF2 fonts (#3683)
  • [DecomposedTransform] Document and implement always skewY == 0 (#3697)
  • [varLib] "Fix" cython iup issue? (#3704)
  • Cython minor refactor (#3705)

Full Changelog: fonttools/fonttools@4.55.0...4.55.1

Changelog

Sourced from fonttools's changelog.

4.55.3 (released 2024-12-10)

  • [Docs] fill out ttLib table section #3716
  • [feaLib] More efficient inline format 4 lookups #3726

4.55.2 (released 2024-12-05)

  • [Docs] update Sphinx config (#3712)
  • [designspaceLib] Allow axisOrdering to be set to zero (#3715)
  • [feaLib] Don’t modify variable anchors in place (#3717)

4.55.1 (released 2024-12-02)

  • [ttGlyphSet] Support VARC CFF2 fonts (#3683)
  • [DecomposedTransform] Document and implement always skewY == 0 (#3697)
  • [varLib] "Fix" cython iup issue? (#3704)
  • Cython minor refactor (#3705)
Commits
  • 8e5c1bf Release 4.55.3
  • 460b530 Merge pull request #3731 from fonttools/news
  • e507e7c Update news to prepare for release
  • 4b9f5ef [feaLib] More efficient inline format 4 lookups
  • 1be0440 [Tests] Don't compare numbers with "is"
  • 7ad7cfd Merge pull request #3725 from fonttools/dependabot/github_actions/pypa/gh-act...
  • 2abf837 Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.3
  • 02cc445 Merge pull request #3716 from n8willis/master
  • 23546cf [Docs] Import TupeVariation class directly in gvar table module. Fixes a Sphi...
  • 314eee0 [Docs] Fix docstring typo in gcid table module.
  • Additional commits viewable in compare view

Updates httpx from 0.28.0 to 0.28.1

Release notes

Sourced from httpx's releases.

Version 0.28.1

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.
Changelog

Sourced from httpx's changelog.

0.28.1 (6th December, 2024)

  • Fix SSL case where verify=False together with client side certificates.
Commits

Updates pillow from 10.4.0 to 11.0.0

Release notes

Sourced from pillow's releases.

11.0.0

https://pillow.readthedocs.io/en/stable/releasenotes/11.0.0.html

Removals

Deprecations

Changes

... (truncated)

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

Updates pyphen from 0.15.0 to 0.17.0

Release notes

Sourced from pyphen's releases.

0.17.0

  • Support Python 3.13, drop Python 3.8 support.
  • Update Hungarian dictionary.

0.16.0

  • Close file when reading encoding
  • Update dictionary repository
Changelog

Sourced from pyphen's changelog.

Version 0.17.0

Released on 2024-10-28.

  • Support Python 3.13, drop Python 3.8 support.
  • Update Hungarian dictionary.

Version 0.16.0

Released on 2024-07-30.

  • Close file when reading encoding
  • Update dictionary repository
Commits

Updates ruff from 0.8.1 to 0.8.2

Release notes

Sourced from ruff's releases.

0.8.2

Release Notes

Preview features

  • [airflow] Avoid deprecated values (AIR302) (#14582)
  • [airflow] Extend removed names for AIR302 (#14734)
  • [ruff] Extend unnecessary-regular-expression to non-literal strings (RUF055) (#14679)
  • [ruff] Implement used-dummy-variable (RUF052) (#14611)
  • [ruff] Implement unnecessary-cast-to-int (RUF046) (#14697)

Rule changes

  • [airflow] Check AIR001 from builtin or providers operators module (#14631)
  • [flake8-pytest-style] Remove @ in pytest.mark.parametrize rule messages (#14770)
  • [pandas-vet] Skip rules if the panda module hasn't been seen (#14671)
  • [pylint] Fix false negatives for ascii and sorted in len-as-condition (PLC1802) (#14692)
  • [refurb] Guard hashlib imports and mark hashlib-digest-hex fix as safe (FURB181) (#14694)

Configuration

  • [flake8-import-conventions] Improve syntax check for aliases supplied in configuration for unconventional-import-alias (ICN001) (#14745)

Bug fixes

  • Revert: [pyflakes] Avoid false positives in @no_type_check contexts (F821, F722) (#14615) (#14726)
  • [pep8-naming] Avoid false positive for class Bar(type(foo)) (N804) (#14683)
  • [pycodestyle] Handle f-strings properly for invalid-escape-sequence (W605) (

Bumps the python-packages group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [weasyprint](https://github.com/Kozea/WeasyPrint) | `63.0` | `63.1` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.19.0` | `2.19.2` |
| [pontos](https://github.com/greenbone/pontos) | `24.9.0` | `24.12.1` |
| [anyio](https://github.com/agronholm/anyio) | `4.6.2.post1` | `4.7.0` |
| [astroid](https://github.com/pylint-dev/astroid) | `3.3.5` | `3.3.6` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` |
| [fonttools](https://github.com/fonttools/fonttools) | `4.55.0` | `4.55.3` |
| [httpx](https://github.com/encode/httpx) | `0.28.0` | `0.28.1` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.4.0` | `11.0.0` |
| [pyphen](https://github.com/Kozea/Pyphen) | `0.15.0` | `0.17.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.2` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |
| [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.2` | `0.5.3` |



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

Updates `sentry-sdk` from 2.19.0 to 2.19.2
- [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.19.0...2.19.2)

Updates `pontos` from 24.9.0 to 24.12.1
- [Release notes](https://github.com/greenbone/pontos/releases)
- [Commits](greenbone/pontos@v24.9.0...v24.12.1)

Updates `anyio` from 4.6.2.post1 to 4.7.0
- [Release notes](https://github.com/agronholm/anyio/releases)
- [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst)
- [Commits](agronholm/anyio@4.6.2.post1...4.7.0)

Updates `astroid` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v3.3.5...v3.3.6)

Updates `coverage` from 7.6.8 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.8...7.6.9)

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

Updates `httpx` from 0.28.0 to 0.28.1
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.28.0...0.28.1)

Updates `pillow` from 10.4.0 to 11.0.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@10.4.0...11.0.0)

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

Updates `ruff` from 0.8.1 to 0.8.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.8.1...0.8.2)

Updates `six` from 1.16.0 to 1.17.0
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.16.0...1.17.0)

Updates `sqlparse` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/andialbrecht/sqlparse/releases)
- [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG)
- [Commits](andialbrecht/sqlparse@0.5.2...0.5.3)

---
updated-dependencies:
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pontos
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: anyio
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: astroid
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: coverage
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: fonttools
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: httpx
  dependency-type: indirect
  update-type: version-update:semver-patch
  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: ruff
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: six
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: sqlparse
  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 December 12, 2024 11:49
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Dec 12, 2024
@greenbonebot greenbonebot enabled auto-merge (rebase) December 12, 2024 11:49
@greenbonebot greenbonebot merged commit 11dff20 into main Dec 12, 2024
14 of 15 checks passed
@greenbonebot greenbonebot deleted the dependabot/pip/main/python-packages-38f4974092 branch December 12, 2024 13:59
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