Update dependency pluggy to v1.3.0 #82
No reviewers
Labels
No Label
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
security
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/roboluke-tasks#82
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/pluggy-1.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==1.2.0
->==1.3.0
Release Notes
pytest-dev/pluggy (pluggy)
v1.3.0
Compare Source
=========================
Deprecations and Removals
#​426 <https://github.com/pytest-dev/pluggy/issues/426>
_: Python 3.7 is no longer supported.Features
#​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:
_Result
toResult
, and exported as :class:pluggy.Result
._HookRelay
toHookRelay
, and exported as :class:pluggy.HookRelay
._HookCaller
toHookCaller
, and exported as :class:pluggy.HookCaller
.HookImpl
as :class:pluggy.HookImpl
._HookImplOpts
toHookimplOpts
, and exported as :class:pluggy.HookimplOpts
._HookSpecOpts
toHookspecOpts
, and exported as :class:pluggy.HookspecOpts
.Final
and@final
.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 - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
No Duplication information