Open
Conversation
Bumps [beartype](https://github.com/beartype/beartype) from 0.22.4 to 0.22.9. - [Release notes](https://github.com/beartype/beartype/releases) - [Changelog](https://github.com/beartype/beartype/blob/main/doc/RELEASE.rst) - [Commits](beartype/beartype@v0.22.4...v0.22.9) --- updated-dependencies: - dependency-name: beartype dependency-version: 0.22.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #671 +/- ##
=======================================
Coverage 74.09% 74.09%
=======================================
Files 56 56
Lines 7925 7925
Branches 1543 1543
=======================================
Hits 5872 5872
Misses 1435 1435
Partials 618 618
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 beartype from 0.22.4 to 0.22.9.
Release notes
Sourced from beartype's releases.
... (truncated)
Commits
9430c65Beartype 0.22.9: Party in Da QA House9a3c642PyInstaller x 3.e29b2d5Superficialtycompatibility.8cd5e99PyInstaller x 2.0302808PyInstaller x 1.cf3f9d7Pytest subprocess sanitization x 1.ae62686Mypy integration test improved.fbfddc4Synchronous generator code optimized.eca38ebBeartype 0.23.0 restarted. sigh8a046e0Beartype 0.22.8: The Return of the Generator ReturnDependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Greptile Summary
This PR bumps the
beartyperuntime type-checking library from0.22.4to0.22.9, a five-patch incremental update. The change is isolated to a single version string inpyproject.tomland carries no risk of breaking changes given beartype's patch-level versioning policy.Key points:
0.22.5through0.22.9), all in the0.22.xdevelopment cycle, so no breaking API changes are expected.beartype==exact-pin strategy is consistent with the rest of the project's pinning approach for this dependency.Confidence Score: 5/5
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[pyproject.toml] -->|was| B["beartype==0.22.4"] A -->|now| C["beartype==0.22.9"] C --> D["0.22.5: generator fix"] C --> E["0.22.6 – 0.22.8: iterative improvements"] C --> F["0.22.9: PyInstaller support + QA fixes"]Reviews (1): Last reviewed commit: "Bump beartype from 0.22.4 to 0.22.9" | Re-trigger Greptile