chore(deps): bump the all-dependencies group with 8 updates#670
Merged
gijzelaerr merged 1 commit intomasterfrom Apr 7, 2026
Merged
chore(deps): bump the all-dependencies group with 8 updates#670gijzelaerr merged 1 commit intomasterfrom
gijzelaerr merged 1 commit intomasterfrom
Conversation
Bumps the all-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.151.10` | `6.151.11` | | [mypy](https://github.com/python/mypy) | `1.19.1` | `1.20.0` | | [types-setuptools](https://github.com/python/typeshed) | `82.0.0.20260210` | `82.0.0.20260402` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.8` | `0.15.9` | | [tox](https://github.com/tox-dev/tox) | `4.51.0` | `4.52.0` | | [tox-uv](https://github.com/tox-dev/tox-uv) | `1.33.4` | `1.34.0` | | [uv](https://github.com/astral-sh/uv) | `0.11.2` | `0.11.3` | | [click](https://github.com/pallets/click) | `8.3.1` | `8.3.2` | Updates `hypothesis` from 6.151.10 to 6.151.11 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.151.10...hypothesis-python-6.151.11) Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v1.20.0) Updates `types-setuptools` from 82.0.0.20260210 to 82.0.0.20260402 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.15.8 to 0.15.9 - [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.8...0.15.9) Updates `tox` from 4.51.0 to 4.52.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.51.0...4.52.0) Updates `tox-uv` from 1.33.4 to 1.34.0 - [Release notes](https://github.com/tox-dev/tox-uv/releases) - [Commits](tox-dev/tox-uv@1.33.4...1.34.0) Updates `uv` from 0.11.2 to 0.11.3 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.11.2...0.11.3) Updates `click` from 8.3.1 to 8.3.2 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.3.1...8.3.2) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: types-setuptools dependency-version: 82.0.0.20260402 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tox dependency-version: 4.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tox-uv dependency-version: 1.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uv dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: click dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
gijzelaerr
approved these changes
Apr 7, 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 all-dependencies group with 8 updates:
6.151.106.151.111.19.11.20.082.0.0.2026021082.0.0.202604020.15.80.15.94.51.04.52.01.33.41.34.00.11.20.11.38.3.18.3.2Updates
hypothesisfrom 6.151.10 to 6.151.11Release notes
Sourced from hypothesis's releases.
Commits
86de995Bump hypothesis-python version to 6.151.11 and update changelogc6e779cMerge pull request #4692 from HypothesisWorks/DRMacIver/odd-re-printing460491fAdd tests for .map() printing primitives as repr1909e8aFix isinstance with None and lint violation684e150Force primitive values to always be printed as reprUpdates
mypyfrom 1.19.1 to 1.20.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
770d3caRemove +dev from version4738ffaChangelog updates for 1.20 (#21109)b4f07a7Use 'native-parser' instead of 'native-parse' for optional dependency (#21115)7bec7b7[mypyc] Document librt and librt.base64 (#21114)c482596--allow-redefinition-new is no longer experimental (#21110)c916ca3sdist: includemisc/{diff-cache,apply-cache-diff}.pyfor `mypy/test/test_di...b137e4e[mypyc] Speed up native-to-native imports within the same group (#21101)978b711[mypyc] Fix range loop variable off-by-one after loop exit (#21098)67ada30[stubtest] Check runtime availability of private types not marked `@type_chec...bdef6eflibrt cache tests: build respecting MYPY_TEST_PREFIX (#21097)Updates
types-setuptoolsfrom 82.0.0.20260210 to 82.0.0.20260402Commits
Updates
rufffrom 0.15.8 to 0.15.9Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
724ccc1Bump 0.15.9 (#24369)96d9e09[ty] Move thedeferredsubmodule insideinfer/builder(#24368)130da28[ty] Infer theextra_itemskeyword argument to class-based TypedDicts as an...a617c54[ty] Validate type qualifiers in functional TypedDict fields and the `extra_i...d851708[ty] Improve robustness of various type-qualifier-related checks (#24251)aecb587Only run the release-gate on workflow dispatch (#24366)b889571[ty] Useinfer_type_expressionfor parsing parameter annotations and return...3286a62Add a "release-gate" step to the release workflow (#24365)5f88756Disallow starred expressions as values of starred expressions (#24280)5c59f8a[pyupgrade] Ignore strings with string-only escapes (UP012) (#16058)Updates
toxfrom 4.51.0 to 4.52.0Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
Commits
d83d577release 4.52.0da0f890✨ feat(runner): add PEP 723 inline script metadata support (#3912)b232d2d🐛 fix(docs): auto-generate manpage from CLI parser (#3911)84958f7[pre-commit.ci] pre-commit autoupdate (#3909)15d9ac0✨ feat(config): support escaped dots in -x override keys (#3910)0eda3a2remove unsupported --remote flag from gh repo fork (#3908)Updates
tox-uvfrom 1.33.4 to 1.34.0Release notes
Sourced from tox-uv's releases.
Commits
d9b72cf✨ feat(runner): add PEP 723 inline script metadata support (#319)0215281[pre-commit.ci] pre-commit autoupdate (#318)4deee33🔒 ci(workflows): add zizmor security auditing (#317)60d1fd6[pre-commit.ci] pre-commit autoupdate (#316)93eecc2[pre-commit.ci] pre-commit autoupdate (#315)Updates
uvfrom 0.11.2 to 0.11.3Release notes
Sourced from uv's releases.
... (truncated)
Changelog
Sourced from uv's changelog.
Commits
45da18aFixdeploymentflag in Docker builds on release (#18812)4573247Temporarily disable the trampoline reproducibility check (#18806)464a33cBump version to 0.11.3 (#18805)0857789docs: add explicit example for opting package out of--exclude-newer(#18803)9191802Update cgr.dev/chainguard/python:latest-dev Docker digest to 7f42e64 (#18759)6289299fix: bump rustls-webpki 0.103.9 -> 0.103.10 (GHSA-pwjx-qhcg-rvj4) (#18785)5f6da0aUse Python 3.14 for CI cache check (#18796)6b1ebc3Add a "release-gate" step to the release workflow (#18804)8fe68cfSupport debug CPython ABI tags in environment compatibility (#18739)8120c0aRemove powerpc64-unknown-linux-gnu from build targets (#18800)Updates
clickfrom 8.3.1 to 8.3.2Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
052c006Change update release date.502b7ceMerge branch 'stable' of https://github.com/pallets/click into release-8.3.2a0a37e4Change publish to werkzeug latest. (#3301)57be6fcChange publish to werkzeug latest.781d6a8Update publish workflows (#3266)ff795b6Update precommit pins with toxdd87ef4Update github action pins with tox93d3f9dRelease version 8.3.23299ba1Add missing PR to changelog. (#3264)b7f62c4Add missing PR to changelog.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