Build(deps): bump the python-minor-patch group across 1 directory with 7 updates - #219
Closed
dependabot[bot] wants to merge 1 commit into
Closed
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…h 7 updates Bumps the python-minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) | `2.1.0` | `2.2.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.22` | `0.16.5` | | [mypy](https://github.com/python/mypy) | `2.3.0` | `2.3.1` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.1` | `4.6.2` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.2` | `7.16.0` | | [dask](https://github.com/dask/dask) | `2026.7.1` | `2026.8.0` | Updates `linkify-it-py` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/tsutsu3/linkify-it-py/releases) - [Changelog](https://github.com/tsutsu3/linkify-it-py/blob/main/CHANGELOG.md) - [Commits](tsutsu3/linkify-it-py@v2.1.0...v2.2.0) Updates `ruff` from 0.15.22 to 0.16.5 - [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.22...0.16.5) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v2.3.0...v2.3.1) Updates `pre-commit` from 4.6.1 to 4.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.1...v4.6.2) Updates `coverage` from 7.15.2 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.15.2...7.16.0) Updates `dask` from 2026.7.1 to 2026.8.0 - [Release notes](https://github.com/dask/dask/releases) - [Changelog](https://github.com/dask/dask/blob/main/docs/release-procedure.md) - [Commits](dask/dask@2026.7.1...2026.8.0) Updates `distributed` from 2026.7.1 to 2026.8.0 - [Release notes](https://github.com/dask/distributed/releases) - [Changelog](https://github.com/dask/distributed/blob/main/docs/release-procedure.md) - [Commits](dask/distributed@2026.7.1...2026.8.0) --- updated-dependencies: - dependency-name: linkify-it-py dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: pre-commit dependency-version: 4.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor-patch - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: dask dependency-version: 2026.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch - dependency-name: distributed dependency-version: 2026.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/uv/python-minor-patch-e4742c719a
branch
September 10, 2026 07:36
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-minor-patch group with 6 updates in the / directory:
2.1.02.2.00.15.220.16.52.3.02.3.14.6.14.6.27.15.27.16.02026.7.12026.8.0Updates
linkify-it-pyfrom 2.1.0 to 2.2.0Release notes
Sourced from linkify-it-py's releases.
Changelog
Sourced from linkify-it-py's changelog.
Commits
84af472Release v2.2.0 (#88)4967167fix: recognize astral-plane characters, drop uc-micro-py (#87)a2943cfRelease v2.1.1 (#84)16d6447fix: match validators at a position instead of slicing the tail5e33fe7fix: allow ";" in the email name character classf972d8ffix: cap email name and auth scan length (port linkify-it 5.0.2)5246f8dfix: resolve quadratic complexity in LinkifyIt.match() scan loop1f9f825feat: add benchmark for quadratic scan-loop behavior in LinkifyIt.match()3eee230Bump the github-actions group across 1 directory with 3 updates (#83)Updates
rufffrom 0.15.22 to 0.16.5Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
9e4938cBump 0.16.5 (#28110)aad0e90Allow rules without codes (#28049)5fdab73Update preview default rules and categories (#27877)29c8e5bDocument rule acceptance guidelines (#27910)50a4d7fDocument the new category selectors (#27906)ada8795Introduce category selectors (#27666)d894723[ty] Infer lambda parameters through callable type aliases (#28109)2685fde[ty] Narrow functional enum members in==andmatch(#28103)efcffd2[ty] Intersection simplifications with subtype-related generic specialization...eb78048[ty] Bump ecosystem-analyzer for HTML escaping (#28104)Updates
mypyfrom 2.3.0 to 2.3.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
d642c44Bump version to 2.3.1a392429[mypyc] Fix crash on double yielding Iterators (#21826)4843e77[mypyc] Fixdefault_factoryfor inherited dataclass (#21785)14f5df9[mypyc] Clear coroutine env on coroutine completion (#21734)6dfa06dFix crash when unpacking return value from overload (#21830)a385746Bump version to 2.3.1+devUpdates
pre-commitfrom 4.6.1 to 4.6.2Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
9767b6cv4.6.242ee3ffMerge pull request #3743 from pre-commit/npm-build-scripts-11-x3056619fixlanguage: nodefor hooks with build scripts and npm 11.xUpdates
coveragefrom 7.15.2 to 7.16.0Release notes
Sourced from coverage's releases.
Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
3e9fc16docs: prep for 7.16.038be8d1build: control check-manifest explicitly8eb1266docs(build): no longer commit sample_html1a8b3fadocs: remove sample_htmlaeaa79bdocs: linklint is now sphinx-linklintd5eaf3ftest: a branchless way to re-add extensions57e52fddocs: adjust CHANGES for #2270b9d304dfix: check for multiprocessing in a --concurrency list (#2270)a6ef928chore: make upgrade070461fchore: bump the action-dependencies group with 4 updates (#2271)Updates
daskfrom 2026.7.1 to 2026.8.0Release notes
Sourced from dask's releases.
Commits
9dc535dVersion 2026.8.0817e5ffdocs: fix duplicated-word typos in docstrings (#12516)ba5045eBump scientific-python/issue-from-pytest-log-action from 1.6.0 to 1.6.1 (#12524)a543291docs: fix broken cross-references in expr-system docs (#12494)aac2ce2Suppress Pandas4Warning in nightly CI caused by PyArrow (#12498)fc8e30bFix pixi compatibility with upstream distributed (#12497)b3e7ee1Update guidance on AI-assisted PRs (#12496)f42727fBump scientific-python/issue-from-pytest-log-action from 1.5.0 to 1.6.0 (#12490)416e177Bump astral-sh/setup-uv from 8.2.0 to 8.3.0 (#12491)Updates
distributedfrom 2026.7.1 to 2026.8.0Release notes
Sourced from distributed's releases.
Commits
0a341dfVersion 2026.8.0c88eb0bAwait Bokeh dashboard shutdown (#9351)b6d3347Remove obsolete shuffle test type ignores (#9352)40fcd99Extend the fix (#9328)462a51aRepair test-report tooling (#9321)0f72f8fDon't lose worker startup exception when its process exit is observed first (...90e1a84Don't leave Nanny stuck in closing status when worker kill times out (#9317)4ecd5f0Fix flaky test_collections_metadata: don't dedupe span metadata by id() (#9316)e9f2418Fix flakytest_many_Progress(#9326)cfdd13atest_processing_chain: handle Pandas4Warning in nightly CI (#9324)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