Bump the uv-patch-minor group with 5 updates#156
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps the uv-patch-minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [coverage[toml]](https://github.com/coveragepy/coveragepy) | `7.14.1` | `7.15.0` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.155.3` | `6.156.1` | | [prek](https://github.com/j178/prek) | `0.4.4` | `0.4.8` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.3` | `16.4` | Updates `coverage[toml]` from 7.14.1 to 7.15.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.14.1...7.15.0) Updates `hypothesis` from 6.155.3 to 6.156.1 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.155.3...v6.156.1) Updates `prek` from 0.4.4 to 0.4.8 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.4.4...v0.4.8) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `pytest-rerunfailures` from 16.3 to 16.4 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-rerunfailures@16.3...16.4) --- updated-dependencies: - dependency-name: coverage[toml] dependency-version: 7.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv-patch-minor - dependency-name: hypothesis dependency-version: 6.156.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv-patch-minor - dependency-name: prek dependency-version: 0.4.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: uv-patch-minor - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv-patch-minor - dependency-name: pytest-rerunfailures dependency-version: '16.4' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: uv-patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
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 uv-patch-minor group with 5 updates:
7.14.17.15.06.155.36.156.10.4.40.4.89.0.39.1.116.316.4Updates
coverage[toml]from 7.14.1 to 7.15.0Release notes
Sourced from coverage[toml]'s releases.
Changelog
Sourced from coverage[toml]'s changelog.
... (truncated)
Commits
c8c8020docs: sample HTML for 7.15.0ae19db1docs: prep for 7.15.017b45a1docs: --keep-combined in the man page6f9fa1efix: preserve isolated sys.path on Python 3.10 (#2211)787af5fchore: bump actions/checkout in the action-dependencies group (#2210)1ed3998fix: start attaching the loader on__spec__#2208 (#2209)1ab1122docs: remove stray commaf24a91ffeat: --keep-combined for reporting commands. #21985e70751test: canonicalize mock calls in test_cmdline to reduce diff noise65979ccfix: skip excluded functions in LCOV function totals (#2206)Updates
hypothesisfrom 6.155.3 to 6.156.1Commits
5f23056Bump hypothesis version to 6.156.1 and update changelogb45fc67Merge pull request #4785 from Liam-DeVoe/fix-releaseafd3210rewordf6ff3d7cut a new releasee77dd6fBump hypothesis version to 6.156.0 and update changelog3205adaMerge pull request #4783 from Liam-DeVoe/fix-releasec604da9more ci fixes72dee8dMerge pull request #4782 from Liam-DeVoe/fix-release95f0de6fix release CI5ff525aMerge pull request #4776 from Liam-DeVoe/rust-cathetus-migrationUpdates
prekfrom 0.4.4 to 0.4.8Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.
... (truncated)
Commits
cccc61bBump version to 0.4.81ff8e40Bump version to 0.4.7 (#2294)29bfcceAdd default_env configuration (#2288)5f0e654Fix progress insertion after collapsed rows (#2292)ce4363dFix progress collapse ordering (#2291)3f41d4cRemove Goldziher/kreuzberg from README (#2290)57493f9Delete.github/copilot-instructions.md(#2287)ec18e36Renameauto-updatetoupdate(#2286)3c0e172Migrate to tombi for TOML formatting (#2285)a40cd32ci: rely on setup-node npm for npm publishing (#2284)Updates
pytestfrom 9.0.3 to 9.1.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
pytest-rerunfailuresfrom 16.3 to 16.4Changelog
Sourced from pytest-rerunfailures's changelog.
Commits
e5a86e5Preparing release 16.44ddc213Add--reruns-delay-backoff-factorfor exponential rerun backoff (#336)483fce7Bump the actions group with 2 updates (#337)9d7756fDrop support for pytest 8.1. Add support for pytest 9.1. (#335)f095a51Support rerunning on subtest errors in pytest 9.0 and newer (#330)89aecccchore: drop redundantpyupgradeby RuffUP, extend ruff config, drop setu...035bc11Back to development: 16.4Dependabot 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