Bump the python-runtime-and-dev group across 1 directory with 8 updates - #26
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the python-runtime-and-dev group across 1 directory with 8 updates#26dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-runtime-and-dev group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/Kludex/uvicorn) | `0.51.0` | `0.52.0` | | [pip-tools](https://github.com/jazzband/pip-tools) | `7.5.3` | `7.6.0` | | [twine](https://github.com/pypa/twine) | `6.2.0` | `7.0.0` | | [docutils](https://github.com/rtfd/recommonmark) | `0.22.4` | `0.23` | | [certifi](https://github.com/certifi/python-certifi) | `2026.6.17` | `2026.7.22` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.30.3` | `3.32.2` | | [platformdirs](https://github.com/tox-dev/platformdirs) | `4.10.0` | `4.11.0` | | [pip](https://github.com/pypa/pip) | `26.1.2` | `26.2` | Updates `uvicorn` from 0.51.0 to 0.52.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.51.0...0.52.0) Updates `pip-tools` from 7.5.3 to 7.6.0 - [Release notes](https://github.com/jazzband/pip-tools/releases) - [Changelog](https://github.com/jazzband/pip-tools/blob/main/CHANGELOG.md) - [Commits](jazzband/pip-tools@v7.5.3...v7.6.0) Updates `twine` from 6.2.0 to 7.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@6.2.0...7.0.0) Updates `docutils` from 0.22.4 to 0.23 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) Updates `certifi` from 2026.6.17 to 2026.7.22 - [Commits](certifi/python-certifi@2026.06.17...2026.07.22) Updates `filelock` from 3.30.3 to 3.32.2 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.30.3...3.32.2) Updates `platformdirs` from 4.10.0 to 4.11.0 - [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.11.0) Updates `pip` from 26.1.2 to 26.2 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](pypa/pip@26.1.2...26.2) --- updated-dependencies: - dependency-name: uvicorn dependency-version: 0.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-runtime-and-dev - dependency-name: pip-tools dependency-version: 7.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-runtime-and-dev - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-runtime-and-dev - dependency-name: docutils dependency-version: '0.23' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-runtime-and-dev - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-runtime-and-dev - dependency-name: filelock dependency-version: 3.32.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-runtime-and-dev - dependency-name: platformdirs dependency-version: 4.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-runtime-and-dev - dependency-name: pip dependency-version: '26.2' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-runtime-and-dev ... Signed-off-by: dependabot[bot] <support@github.com>
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-runtime-and-dev group with 8 updates in the / directory:
0.51.00.52.07.5.37.6.06.2.07.0.00.22.40.232026.6.172026.7.223.30.33.32.24.10.04.11.026.1.226.2Updates
uvicornfrom 0.51.0 to 0.52.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
8f1b884Version 0.52.0 (#3044)f6833dbAdd experimental zttp HTTP/1.1 protocol (#2979)d26c85cPrepare compatibility with websockets 17.0. (#3036)7e11cc6Clarify how limit_concurrency and backlog differ (#3029)Updates
pip-toolsfrom 7.5.3 to 7.6.0Release notes
Sourced from pip-tools's releases.
... (truncated)
Changelog
Sourced from pip-tools's changelog.
... (truncated)
Commits
27f6a96Merge pull request #2420 from sirosen/release/v7.6.0cbe77f0Apply suggestions from code review015146eUpdate changelog for version 7.6.09a2d2c1Merge pull request #2414 from jazzband/pre-commit-ci-update-configfc3f877Merge pull request #2418 from jazzband/dependabot/pip/docs/soupsieve-2.8.45247a6b[pre-commit.ci] pre-commit autoupdate3d1faf6Bump soupsieve from 2.8.3 to 2.8.4 in /docs57637dbMerge pull request #2419 from sirosen/fix-test-failure4695c37Fix thefake_with_depstest package24f4230Merge pull request #2413 from webknjaz/maintenance/nested-zizmor-gha-workflow...Updates
twinefrom 6.2.0 to 7.0.0Changelog
Sourced from twine's changelog.
Commits
fdb86cbUpdate changelog for 7.0.0 (#1344)bfa7f7fchangelog: backfill entries from PRs (#1330)4f20c0dRemove monkeypatch allowing Metadata 2.0 (#1317)1df249ebuild(deps): bump github/codeql-action from 4.35.2 to 4.35.3 (#1318)bea9607fix: bump minimum rich dependency to 14.3.3 to prevent verbose hang (#1308)ac17a17build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#1311)039cedfbuild(deps): bump github/codeql-action from 4.35.1 to 4.35.2 (#1313)d465cb0Handle non-standard HTTP status codes (#1309)cab618fBumppackaging >= 26.1(#1310)2d06e11build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#1307)Updates
docutilsfrom 0.22.4 to 0.23Commits
Updates
certififrom 2026.6.17 to 2026.7.22Commits
f4bc6762026.07.22 (#428)4c91f9cBump actions/setup-python from 6.3.0 to 7.0.0 (#427)01a66c5Bump actions/checkout from 7.0.0 to 7.0.1 (#426)eb355f4Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#425)474e6fcInclude tests in the source distribution (#424)a31ef39Bump actions/setup-python from 6.2.0 to 6.3.0 (#420)98eb2c7Bump actions/checkout from 6.0.3 to 7.0.0 (#419)Updates
filelockfrom 3.30.3 to 3.32.2Release notes
Sourced from filelock's releases.
Changelog
Sourced from filelock's changelog.
... (truncated)
Commits
9a6cc43Release 3.32.256879c7🧪 test(unix): deflake sticky-bit concurrent-unlink on graalpy (#695)ecf5be0hand back the claim when a heartbeat thread fails to start (#691)ee70d2e🧪 test(soft-rw): deflake writer phase-2 peer-marker test (#694)1eb14ddFix test failures on NetBSD (#689) (#693)d81e859build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 (#692)6fbc905[pre-commit.ci] pre-commit autoupdate (#690)34d1c38build(deps): bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.1 (#688)bf13ec7Release 3.32.1887f114build(deps): bump actions/checkout from 7.0.0 to 7.0.1 (#687)Updates
platformdirsfrom 4.10.0 to 4.11.0Release notes
Sourced from platformdirs's releases.
Changelog
Sourced from platformdirs's changelog.
... (truncated)
Commits
2140495Release 4.11.0a562df9👷 ci: run the test suite against Python 3.15 (#512)7c764c4[pre-commit.ci] pre-commit autoupdate (#511)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)Updates
pipfrom 26.1.2 to 26.2Changelog
Sourced from pip's changelog.
... (truncated)
Commits
4b6ae5cBump for release50b6d3cUpdate AUTHORS.txtdbddfbdTweak news entries for pip 26.2 (#14212)6576b75Merge pull request #14165 from sbidoul/refactor-pylock-hanling-sbi0090e00Address a variety of typos detected in code reviewe12ddd9Add support for --uploaded-prior-to with -r pylock.toml5eefdbcBetter conflict report for requirements from -r pylock.toml6d71ff8Test --only-final with -r pylock.tomle7d6eb9Refactor -r pylock.toml756506dAdd TODO about pylock.select and --no-binaryDependabot 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