Skip to content

build: bump beartype from 0.18.5 to 0.19.0#1443

Merged
pyansys-ci-bot merged 4 commits into
mainfrom
dependabot/pip/beartype-0.19.0
Oct 1, 2024
Merged

build: bump beartype from 0.18.5 to 0.19.0#1443
pyansys-ci-bot merged 4 commits into
mainfrom
dependabot/pip/beartype-0.19.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 30, 2024

Bumps beartype from 0.18.5 to 0.19.0.

Release notes

Sourced from beartype's releases.

Beartype 0.19.0: A Flying Man-Pig Gives the Thumbs Up of QA

@​beartype 0.19.0 gently glides into your CI workflow for a crash miracle landing. Engines go brrrrrrrr.

@​beartype 0.19.0 narrowly avoids the grazing sheep in this terrifying metaphor.

@​beartype 0.19.0 invites you to experience either the future of QA or a new catastrophe for QA – all from the comfort of your (t)rusty keyboard. It now thrums with untold power and the lurid afterglow of our out-of-control release cycle.

pip install --upgrade beartype    # <-- engines hit full throttle, stomach hits full empty

@​beartype 0.19.0 is proudly brought to you by...

GitHub Sponsors: When You Befriend the Bear, You Got a Bear

This release comes courtesy these proud GitHub Sponsors, without whom @​leycec's cats would currently be eating grasshoppers:

Thanks so much, masters of fintech and metrology.

The Masters of Fintech and Metrology. That's who.

@​beartype 0.19.0: What Broke This Time?

Probably, a whole lot. Hopefully, a whole little. The truth lies in the middle.

@​beartype 0.19.0 sidles up to your codebase in its blind spot with something suspicious in its paws. Questionable new features include:

  • beartype.door.infer_hint(): let BeartypeAI™ write your type hints for you, because you no longer have der Wille zur Macht to constantly deal with all this [redacted pejorative]:

    # I've got a crazy object here, @beartype. What's the crazy type hint that
    # matches my crazy object? This is gonna really suck. I can *FEEL* it coming
    # through my monitor tonight.
    >>> beartype.door.infer_hint(pygments.lexers.PythonLexer().tokens["root"])
    list[typing.Union[tuple[str | collections.abc.Callable[
    typing.Concatenate[object, object, ...], object], ...], tuple[str |
    pygments.token._TokenType[str], ...], typing.Annotated[
    collections.abc.Collection[str], beartype.vale.IsInstance[
    pygments.lexer.include]]]]  # <-- I have no idea. Neither does that cute intern.

... (truncated)

Commits
  • f17bbed Beartype 0.19.0: A Flying Man-Pig Gives the Thumbs Up of QA
  • 00a5520 @​beartype 0.19.0: All abooooooard!
  • 62d40dc Beartype 0.19.0rc3 started.
  • b355139 Beartype 0.19.0 RC 2: Prelude to Bug-free Bliss
  • 2a86c99 Shallow PEP 646 + 692 x 4.
  • 2760fed Shallow PEP 692 x 3.
  • c6a3f1a Shallow PEP 692 x 2.
  • 8f56cc9 Shallow PEP 692 x 1.
  • a427eea mypy + pyright: Be Silent, You!
  • fe20269 Forward reference resolution exception improved.
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [beartype](https://github.com/beartype/beartype) from 0.18.5 to 0.19.0.
- [Release notes](https://github.com/beartype/beartype/releases)
- [Changelog](https://github.com/beartype/beartype/blob/main/doc/RELEASE.rst)
- [Commits](beartype/beartype@v0.18.5...v0.19.0)

---
updated-dependencies:
- dependency-name: beartype
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot requested a review from a team as a code owner September 30, 2024 17:48
@dependabot dependabot Bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Sep 30, 2024
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Sep 30, 2024
@pyansys-ci-bot pyansys-ci-bot enabled auto-merge (squash) September 30, 2024 17:48
pyansys-ci-bot
pyansys-ci-bot previously approved these changes Sep 30, 2024
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.83%. Comparing base (40e9a0a) to head (83bdd3d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1443   +/-   ##
=======================================
  Coverage   91.83%   91.83%           
=======================================
  Files          86       86           
  Lines        6880     6880           
=======================================
  Hits         6318     6318           
  Misses        562      562           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@pyansys-ci-bot pyansys-ci-bot merged commit 2ea5635 into main Oct 1, 2024
@pyansys-ci-bot pyansys-ci-bot deleted the dependabot/pip/beartype-0.19.0 branch October 1, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants