Bump the minor-and-patch group across 1 directory with 2 updates#92
Merged
stuartparmenter merged 1 commit intomainfrom Apr 13, 2026
Merged
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Bumps the minor-and-patch group with 2 updates: [winloop](https://github.com/Vizonex/Winloop) and [mypy](https://github.com/python/mypy). Updates `winloop` from 0.6.1 to 0.6.2 - [Release notes](https://github.com/Vizonex/Winloop/releases) - [Commits](Vizonex/Winloop@v0.6.1...v0.6.2) Updates `mypy` from 1.20.0 to 1.20.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: winloop dependency-version: 0.6.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch - dependency-name: mypy dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
8943ee8 to
de6ebe0
Compare
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 minor-and-patch group with 2 updates in the / directory: winloop and mypy.
Updates
winloopfrom 0.6.1 to 0.6.2Release notes
Sourced from winloop's releases.
Commits
19767fbUpdate _version.py1235d91Merge pull request #131 from Vizonex/faster-cibuildwheels9c4c33aMerge pull request #130 from Vizonex/better-no-console-handlerdf0d73dupgrade cibuildwheels to run in parallel for better speed8f0f94aadd better workaround system for processes when there is no console.Updates
mypyfrom 1.20.0 to 1.20.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
c60e8bfBump version to 1.20.1842e492Always disable sync in SQLite cache (#21184)e82a046Temporarily skip few base64 tests (#21193)f7fa418Revert dict.or typeshed change (#21186)a2e8ee1Fix narrowing for match case with variadic tuples (#21192)521f88fAvoid narrowing type[T] in type calls (#21174)a4876e9Fix regression for catching empty tuple in except (#21153)6fccffcFix reachability for frozenset and dict view narrowing (#21151)de50419Fix narrowing with chained comparison (#21150)eafcf18Avoid narrowing to unreachable at module level (#21144)