Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency pluggy to v1.3.0 #762

Merged
merged 1 commit into from
Sep 11, 2023
Merged

Update dependency pluggy to v1.3.0 #762

merged 1 commit into from
Sep 11, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pluggy ==1.2.0 -> ==1.3.0 age adoption passing confidence

Release Notes

pytest-dev/pluggy (pluggy)

v1.3.0

Compare Source

=========================

Deprecations and Removals

  • #&#8203;426 <https://github.com/pytest-dev/pluggy/issues/426>_: Python 3.7 is no longer supported.

Features

  • #&#8203;428 <https://github.com/pytest-dev/pluggy/issues/428>_: Pluggy now exposes its typings to static type checkers.

    As part of this, the following changes are made:

    • Renamed _Result to Result, and exported as :class:pluggy.Result.
    • Renamed _HookRelay to HookRelay, and exported as :class:pluggy.HookRelay.
    • Renamed _HookCaller to HookCaller, and exported as :class:pluggy.HookCaller.
    • Exported HookImpl as :class:pluggy.HookImpl.
    • Renamed _HookImplOpts to HookimplOpts, and exported as :class:pluggy.HookimplOpts.
    • Renamed _HookSpecOpts to HookspecOpts, and exported as :class:pluggy.HookspecOpts.
    • Some fields and classes are marked Final and @final.
    • The :ref:api-reference is updated to clearly delineate pluggy's public API.

    Compatibility aliases are put in place for the renamed types.
    We do not plan to remove the aliases, but we strongly recommend to only import from pluggy.* to ensure future compatibility.

    Please note that pluggy is currently unable to provide strong typing for hook calls, e.g. pm.hook.my_hook(...),
    nor to statically check that a hook implementation matches the hook specification's type.


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team September 11, 2023 14:34
@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #762 (71f99bb) into main (333b74c) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #762   +/-   ##
=======================================
  Coverage   81.89%   81.89%           
=======================================
  Files          51       51           
  Lines        1348     1348           
  Branches      169      169           
=======================================
  Hits         1104     1104           
  Misses        143      143           
  Partials      101      101           

@renovate renovate bot force-pushed the renovate/pluggy-1.x branch from 4aa8422 to 33ba676 Compare September 11, 2023 14:48
@renovate renovate bot force-pushed the renovate/pluggy-1.x branch from 33ba676 to 71f99bb Compare September 11, 2023 14:57
@kdeininger kdeininger merged commit 3599231 into main Sep 11, 2023
16 checks passed
@kdeininger kdeininger deleted the renovate/pluggy-1.x branch September 11, 2023 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant