Deps: Bump the python-packages group with 9 updates#131
Merged
Conversation
Bumps the python-packages group with 9 updates: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.43.0` | `0.44.0` | | [pontos](https://github.com/greenbone/pontos) | `26.3.1` | `26.4.0` | | [greenlet](https://github.com/python-greenlet/greenlet) | `3.3.2` | `3.4.0` | | [librt](https://github.com/mypyc/librt) | `0.8.1` | `0.9.0` | | [lxml](https://github.com/lxml/lxml) | `6.0.2` | `6.0.4` | | [mypy](https://github.com/python/mypy) | `1.20.0` | `1.20.1` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.9.4` | `4.9.6` | | [rich](https://github.com/Textualize/rich) | `14.3.3` | `15.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.9` | `0.15.10` | Updates `uvicorn` from 0.43.0 to 0.44.0 - [Release notes](https://github.com/Kludex/uvicorn/releases) - [Changelog](https://github.com/Kludex/uvicorn/blob/main/docs/release-notes.md) - [Commits](Kludex/uvicorn@0.43.0...0.44.0) Updates `pontos` from 26.3.1 to 26.4.0 - [Release notes](https://github.com/greenbone/pontos/releases) - [Commits](greenbone/pontos@v26.3.1...v26.4.0) Updates `greenlet` from 3.3.2 to 3.4.0 - [Changelog](https://github.com/python-greenlet/greenlet/blob/master/CHANGES.rst) - [Commits](python-greenlet/greenlet@3.3.2...3.4.0) Updates `librt` from 0.8.1 to 0.9.0 - [Commits](mypyc/librt@v0.8.1...v0.9.0) Updates `lxml` from 6.0.2 to 6.0.4 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-6.0.2...lxml-6.0.4) Updates `mypy` from 1.20.0 to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v1.20.1) Updates `platformdirs` from 4.9.4 to 4.9.6 - [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.9.4...4.9.6) Updates `rich` from 14.3.3 to 15.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v14.3.3...v15.0.0) Updates `ruff` from 0.15.9 to 0.15.10 - [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.9...0.15.10) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.44.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pontos dependency-version: 26.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: greenlet dependency-version: 3.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: librt dependency-version: 0.9.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: lxml dependency-version: 6.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: mypy dependency-version: 1.20.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: platformdirs dependency-version: 4.9.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: rich dependency-version: 15.0.0 dependency-type: indirect update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff dependency-version: 0.15.10 dependency-type: indirect update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
bjoernricks
approved these changes
Apr 13, 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 9 updates:
0.43.00.44.026.3.126.4.03.3.23.4.00.8.10.9.06.0.26.0.41.20.01.20.14.9.44.9.614.3.315.0.00.15.90.15.10Updates
uvicornfrom 0.43.0 to 0.44.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
edb54c4Version 0.44.0 (#2890)029be08Implement websocket keepalive pings for websockets-sansio (#2888)Updates
pontosfrom 26.3.1 to 26.4.0Release notes
Sourced from pontos's releases.
Commits
73ae309Automatic release to 26.4.0893f1bcAdd: Support standard project.version field in pyproject.toml30bf001Deps: Bump the python-packages group with 6 updatese146e6dDeps: Bump the python-packages group with 4 updatesabb6a9fDeps: Bump requests from 2.32.5 to 2.33.08521c5cDeps: Bump the python-packages group with 2 updates510c625Automatic adjustments after release [skip ci]Updates
greenletfrom 3.3.2 to 3.4.0Changelog
Sourced from greenlet's changelog.
Commits
df6734ePreparing release 3.4.00f86075Merge pull request #504 from python-greenlet/freethreading-fixes4596574TLBC: crash appears to still happen on CI 3.14t ubuntu. Re-enable workaround.2f4a1cfMake green_switch (python level greenlet.switch) and green_throw check for (p...a0c2a2aFix unused variable warning when asserts are disabled.8688581gcc was complaining about an incomplete std::atomic type. make sure we includ...449c760Make MainGreenlet._thread_state atomic; we use it for cross thread checking a...f840e00Add critical sections to greenlet attribute accessors.6b281d3test_contextvars: No need for the fallback case where contextvars isn't avail...f52615aMerge pull request #502 from python-greenlet/devdanzin-auditUpdates
librtfrom 0.8.1 to 0.9.0Commits
8f66cfeBump version to 0.9.0149b369Sync mypy including extract_symbol() PR (#37)05c1111Use PEP 639 license metadata (#34)Updates
lxmlfrom 6.0.2 to 6.0.4Changelog
Sourced from lxml's changelog.
Commits
1fd1d6bFix release date.5154859CI: Include all library versions in libs cache key to asssure updated on vers...6a606f3Add "doesn't crash" tests for LP#2148019.f488f16Prepare release of 6.0.4.1255d98LP#2148019: Prevent spurious MemoryError during namespace cleanup.03b0c4aRemove dead type check.a6f833cFix release date.973d059Update changelog.9044a52Build: Downgrade libiconv to 1.18 since 1.19 does not build reliably.a34dfddBuild: Upgrade libiconv to 1.19.Updates
mypyfrom 1.20.0 to 1.20.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
c60e8bfBump version to 1.20.1842e492Always disable sync in SQLite cache (#21184)e82a046Temporarily skip few base64 tests (#21193)f7fa418Revert dict.or typeshed change (#21186)a2e8ee1Fix narrowing for match case with variadic tuples (#21192)521f88fAvoid narrowing type[T] in type calls (#21174)a4876e9Fix regression for catching empty tuple in except (#21153)6fccffcFix reachability for frozenset and dict view narrowing (#21151)de50419Fix narrowing with chained comparison (#21150)eafcf18Avoid narrowing to unreachable at module level (#21144)Updates
platformdirsfrom 4.9.4 to 4.9.6Release notes
Sourced from platformdirs's releases.
Changelog
Sourced from platformdirs's changelog.
... (truncated)
Commits
56efd77Release 4.9.6d5d812a🐛 fix(release): use double quotes for tag variable expansion (#477)c2b0ceebuild(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the al...7688069Release 4.9.5104d28b📝 docs(appauthor): clarify None vs False on Windows (#476)0955048[pre-commit.ci] pre-commit autoupdate (#475)bd3c766build(deps): bump astral-sh/setup-uv from 7.6.0 to 8.0.0 in the all group (#474)749ac3fSeparates implementations of macOS dirs that share a default (#473)cb88156Remove persist-credentials: false from release job (#472)a501eab[pre-commit.ci] pre-commit autoupdate (#470)Updates
richfrom 14.3.3 to 15.0.0Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
6ac483ccorrection458a910Merge pull request #4080 from Textualize/bump150082e06e0changelogd6556bcbump to 15.0.0ffe2edcMerge pull request #4079 from Textualize/inline-table-codecf3b5a1changelog77f0edbremove comments7ef2d05fix inline code in table cells19c67b9Merge pull request #4077 from Textualize/isattry494b795changelogUpdates
rufffrom 0.15.9 to 0.15.10Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
252f761Bump 0.15.10 (#24519)37a1ec8[ty] Fix assignability of intersections with bounded typevars (#24502)f518cc9[ty] Allow partially stringifiedtype[…]annotations (#24518)16c4090docs: fix JSON typo in settings example (#24517)99d97bd[ty] Tighten up a few edge cases inConcatenatetype-expression parsing (#2...2714e34[ty] Enablepull-diagnosticsby default in E2E tests (#24516)d8bc700LSP: Add support for custom extensions (#24463)a45f96d[ty] stop special-casing str constructor (#24514)87a0f01[ruff] Treat f-string interpolation as potential side effect in RUF019 (#24426)e9ba848[ty] Fix excess subscript argument inference for non-generic types (#24354)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, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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