chore(deps): bump the all-dependencies group with 5 updates - #817
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the all-dependencies group with 5 updates#817dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the all-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.165.2` | `6.165.7` | | [types-setuptools](https://github.com/python/typeshed) | `83.0.0.20260807` | `84.0.0.20260812` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.2` | `0.16.3` | | [tox](https://github.com/tox-dev/tox) | `4.58.0` | `4.60.0` | | [uv](https://github.com/astral-sh/uv) | `0.12.2` | `0.12.4` | Updates `hypothesis` from 6.165.2 to 6.165.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.165.2...v6.165.7) Updates `types-setuptools` from 83.0.0.20260807 to 84.0.0.20260812 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.16.2 to 0.16.3 - [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.16.2...0.16.3) Updates `tox` from 4.58.0 to 4.60.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.58.0...4.60.0) Updates `uv` from 0.12.2 to 0.12.4 - [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.12.2...0.12.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.165.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: types-setuptools dependency-version: 84.0.0.20260812 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tox dependency-version: 4.60.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: uv dependency-version: 0.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... 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 all-dependencies group with 5 updates:
6.165.26.165.783.0.0.2026080784.0.0.202608120.16.20.16.34.58.04.60.00.12.20.12.4Updates
hypothesisfrom 6.165.2 to 6.165.7Commits
af00451Bump hypothesis version to 6.165.7 and update changelogd1cd5f6Merge pull request #4861 from Liam-DeVoe/python-315-supportcec6388Bump hypothesis version to 6.165.6 and update changelog49a2698Merge pull request #4855 from Liam-DeVoe/publish-ppc64le-and-windows-arm64-wh...37999ebclaude: support Python 3.15a598ab9Revert "optimize single-branch one_of"f440660optimize single-branch one_ofb5f6c94claude: publish ppc64le and windows arm64 wheels2f49474Bump hypothesis version to 6.165.5 and update changelog15e547bMerge pull request #4850 from Liam-DeVoe/rename-internal-example-terminologyUpdates
types-setuptoolsfrom 83.0.0.20260807 to 84.0.0.20260812Commits
Updates
rufffrom 0.16.2 to 0.16.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
b0e4702Bump 0.16.3 (#27723)ecdd401[ty] Separate script and uv modules from project metadata (#27720)1263524[ty] Simplify display implementations with std::fmt::from_fn (#27718)59196ba[ty] Unify polarity-aware relation construction (#27707)b8c5e73[ty] Disable CodSpeed cycle estimation for instrumented benchmarks (#27706)2b0d210[ty] Centralize matched argument relations (#27705)a9130f3[pyupgrade] Add rule to replacewhile 1withwhile True(while-one, `...c64c7d6[ty] Model try exception flow with operation checkpoints (#27471)9dea5ef[ty] Avoid deriving sequents for typevars with concrete bounds (#27587)9798e88[ty] Preserve enum exhaustiveness with custom missing methods (#27700)Updates
toxfrom 4.58.0 to 4.60.0Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
02977derelease 4.60.0ec44803Add {home} and {tox_root_name} substitutions (#4020)4636193docs: repoint nine dead source links in the onboarding guide (#4025)c3f8d22Provision before loading env_list (#4022)a313922📄 docs: publish llms.txt from the docs build (#4023)cb7eecarelease 4.59.0da75cad📝 docs: mark the INI configuration format as deprecated (#4017)ef7dc3a✅ test: raise timeout for missing-interpreter discovery tests (#4018)c76344d[pre-commit.ci] pre-commit autoupdate (#4016)7be33b8✨ feat(plugin): type the plugin and internal API surfaces (#4014)Updates
uvfrom 0.12.2 to 0.12.4Release notes
Sourced from uv's releases.
... (truncated)
Changelog
Sourced from uv's changelog.
... (truncated)
Commits
77803aaBump version to 0.12.4 (#21105)a82ecc9Use test contexts for cache file-count filters (#21104)2c3f6d0Improve regression coverage for related bug manifestations (#21101)d81ed9dimprove fix-bug automations PR title/summary (#21100)aad7fc2Heal interpreter metadata cache entries when creating a virtual environment i...08551f7Use shared helpers for cache filesystem tests (#21099)791e7a9Handle promoted regression tests during automated bug fixes (#21093)23f497eAvoid orphaned caret for empty PEP 508 requirements (#21094)09d1aa5Forwarduv checkterminal settings to ty (#21086)e6d90a6Authorize issue-comment context persistence (#21091)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