build(deps): bump the dev-dependencies group with 3 updates#80
Merged
Conversation
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/nedbat/coveragepy) to permit the latest version. Updates `hypothesis` to 6.127.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.127.3) Updates `ruff` to 0.9.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.5.0...0.9.9) Updates `coverage` to 7.6.12 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.4...7.6.12) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: ruff dependency-type: direct:production dependency-group: dev-dependencies - dependency-name: coverage dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis pull request updates the development dependencies No diagrams generated as the changes look simple and do not need a visual representation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
We have skipped reviewing this pull request. Here's why:
- It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
- We don't review packaging changes - Let us know if you'd like us to change this.
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.
Updates the requirements on hypothesis, ruff and coverage to permit the latest version.
Updates
hypothesisto 6.127.3Release notes
Sourced from hypothesis's releases.
Commits
17ce955Bump hypothesis-python version to 6.127.3 and update changeloge789d4bMerge pull request #4279 from jobh/nan-shrink14a5656Use tuple instead of bytes894fe9dMerge pull request #4278 from tybug/more-pyproject-toml11085e7Use constant for SIGNALING_NAN296af5bSimplify test8f0c7eaFix test7ef350fFix test60adfc0Faster nan canonicalizationffe267cMake return value of consider() more consistentUpdates
ruffto 0.9.9Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
091d0afBump version to Ruff 0.9.9 (#16434)3d72138CheckLinterSettings::previewfor version-related syntax errors (#16429)4a23756Avoid caching files with unsupported syntax errors (#16425)af62f79Prioritize "bug" label for changelog sections (#16433)0ced8d0[flake8-copyright] Add links to applicable options (CPY001) (#16421)a8e171fFix string-length limit in documentation for PYI054 (#16432)cf83584Show version-related syntax errors in the playground (#16419)764aa0eAllow passingParseOptionsto inline tests (#16357)568cf88Bump version to 0.9.8 (#16414)040071b[red-knot] Ignore surrounding whitespace when looking for `<!-- snapshot-diag...Updates
coverageto 7.6.12Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
7e5373edocs: sample HTML for 7.6.12a4ed38bdocs: prep for 7.6.12ce4efdcbuild: fix aarch64 kits #1927a1f3192build: don't publish if kit building failedbb68f99chore: bump the action-dependencies group with 2 updates (#1926)f3d6b4arefactor: check for more kinds of constant tests67899earefactor: we no longer care what kind of constant the compile-time constants arec850f20refactor: macOS is MACOS, not OSXa1b2c1abuild: there are always tweaks to howto.txt9c03039build: bump version to 7.6.12Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 conditionsSummary by Sourcery
Update the dev-dependencies group to permit the latest versions of hypothesis, ruff, and coverage.