Deps: Bump the python-packages group with 6 updates - #1070
Merged
greenbonebot merged 1 commit intoJul 20, 2026
Conversation
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.64.0` | `2.66.0` | | [asgiref](https://github.com/django/asgiref) | `3.11.1` | `3.12.1` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.1` | `7.15.2` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.10.0` | `4.10.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.21` | `0.15.22` | | [tomlkit](https://github.com/python-poetry/tomlkit) | `0.15.0` | `0.15.1` | Updates `sentry-sdk` from 2.64.0 to 2.66.0 - [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.64.0...2.66.0) Updates `asgiref` from 3.11.1 to 3.12.1 - [Changelog](https://github.com/django/asgiref/blob/main/CHANGELOG.txt) - [Commits](django/asgiref@3.11.1...3.12.1) Updates `coverage` from 7.15.1 to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.1...7.15.2) Updates `platformdirs` from 4.10.0 to 4.10.1 - [Release notes](https://github.com/tox-dev/platformdirs/releases) - [Changelog](https://github.com/tox-dev/platformdirs/blob/main/docs/changelog.rst) - [Commits](tox-dev/platformdirs@4.10.0...4.10.1) Updates `ruff` from 0.15.21 to 0.15.22 - [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.15.21...0.15.22) Updates `tomlkit` from 0.15.0 to 0.15.1 - [Release notes](https://github.com/python-poetry/tomlkit/releases) - [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md) - [Commits](python-poetry/tomlkit@0.15.0...0.15.1) --- updated-dependencies: - dependency-name: sentry-sdk dependency-version: 2.66.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: asgiref dependency-version: 3.12.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage dependency-version: 7.15.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: platformdirs dependency-version: 4.10.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.22 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: tomlkit dependency-version: 0.15.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
greenbonebot
enabled auto-merge (rebase)
July 20, 2026 04:07
bjoernricks
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 6 updates:
2.64.02.66.03.11.13.12.17.15.17.15.24.10.04.10.10.15.210.15.220.15.00.15.1Updates
sentry-sdkfrom 2.64.0 to 2.66.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
5179f60update changelog with docs linke4bcb59release: 2.66.05ba869cfix(tracing): Skip child span creation in streaming path when no current span...efddaabfix(tracing): Skip child span creation in streaming path when no current span...b199a9efix(tracing): Skip child span creation in streaming path when no current span...d695a6efix(tracing): Skip child span creation in streaming path when no current span...dbf5d03fix(tracing): Skip child span creation in streaming path when no current span...5c14034fix(tracing): Skip child span creation in streaming path when no current span...e0d2c4afeat(tracing): Promote trace_lifecycle and ignore_spans to top-level options ...baa423ftest(logging): Fix flaky test_logging_captured_warnings (#6824)Updates
asgireffrom 3.11.1 to 3.12.1Changelog
Sourced from asgiref's changelog.
... (truncated)
Commits
ef9d4b8Releasing 3.12.134fba63Restore previous SyncToAsync.call internal code shape.a43900cSeparate mypy from tests extra.1b7c338Releasing 3.12.0157d9d4Renovate precommit (#552)deda0d4Test free-threading builds and fix Local data leak for thread_inherit_context...a54250aDon’t capture the event loop inAsyncToSync.__init__(#562)836356aUse asyncio.run in StatelessServer.run (#561)e04afd5Dropped support for Python 3.9. (#543)95d2430Fixed #535: ThreadSensitiveContext.aexit blocking the event loop. (#563)Updates
coveragefrom 7.15.1 to 7.15.2Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
Commits
50d8659docs: sample HTML for 7.15.2b5eed20docs: prep for 7.15.278cab6efix: reduce memory use during reporting. #2229 (#2231)b4c1fdabuild: bump version to 7.15.2Updates
platformdirsfrom 4.10.0 to 4.10.1Release notes
Sourced from platformdirs's releases.
Changelog
Sourced from platformdirs's changelog.
... (truncated)
Commits
2e74013Release 4.10.13076722📝 docs(changelog): rebuild against release history (#510)42751ce🚀 ci(release): towncrier changelog + publish on tag push (#509)d2e5756fix(windows): stop leaking ctypes pointer types on repeated calls (#507)4f52c4fbuild(deps): bump astral-sh/setup-uv from 8.3.1 to 8.3.2 in the all group (#506)f68e56fbuild(deps): bump astral-sh/setup-uv from 8.3.0 to 8.3.1 in the all group (#504)806560bbuild(deps): bump astral-sh/setup-uv from 8.2.0 to 8.3.0 in the all group (#502)795aac4[pre-commit.ci] pre-commit autoupdate (#503)99977a9[pre-commit.ci] pre-commit autoupdate (#500)4bd7bb3💰 Surface GitHub Sponsors + thanks.devUpdates
rufffrom 0.15.21 to 0.15.22Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
0177a7eBump 0.15.22 (#26884)fe8ba85[pycodestyle] DocumentE731fix safety (#26847)f3cf7c8[ruff] Addrule-codes-in-selectors(RUF201) (#26772)d244fd7Document argfile support (#26803)f239758[flake8-pyi] Fix false positive in__all__(PYI053) (#26872)54acbcd[ty] SupportTypeVarTupleandUnpack(#25240)87fc38c[ty] Parallelize subtype hierarchy search (#26875)e454f91[ty] Share interned query keys across Salsa queries (#26794)6f361a7[ty] only collect expected types for files open in the editor (#25546)6d6b2b3[ty] Avoid allocations during Salsa interned lookups (#26877)Updates
tomlkitfrom 0.15.0 to 0.15.1Release notes
Sourced from tomlkit's releases.
... (truncated)
Changelog
Sourced from tomlkit's changelog.
Commits
1bd7e3bchore: release 0.15..194e62fbFloat is not a sequence (#563)495a42eFix top-level scalar captured by a table rendered from a dotted key (#550)21a4942reject a comment containing line breaks in Item.comment and add_line (#544)8cd44f5fix: preserve leading newline of multiline string built with string() (#551)67d3e86Fix array of tables replacing a dotted key swallowing the next sibling (#542)...e23a254fix: avoid duplicate table header when adding a key to an out-of-order table ...34e51e2Update CHANGELOG.md to reflect recent fixes and enhancementsb48c094reject overlong decimal integer instead of coercing to inf (#538)cc05afaRepresent out-of-order table proxies with merged values (#536)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR,...Description has been truncated