You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deps): Update dependency pluggy to v1.3.0 (#51)
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [pluggy](https://togithub.com/pytest-dev/pluggy) | minor | `==1.2.0` -> `==1.3.0` |
---
### Release Notes
<details>
<summary>pytest-dev/pluggy (pluggy)</summary>
### [`v1.3.0`](https://togithub.com/pytest-dev/pluggy/blob/HEAD/CHANGELOG.rst#pluggy-130-2023-08-26)
[Compare Source](https://togithub.com/pytest-dev/pluggy/compare/1.2.0...1.3.0)
\=========================
## 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:
- 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.
</details>
---
### 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.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OC4zIiwidXBkYXRlZEluVmVyIjoiMzYuNzguMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->
0 commit comments