Skip to content

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Sep 1, 2023

This PR contains the following updates:

Package Update Change
pluggy minor ==1.2.0 -> ==1.3.0

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 Renovate Bot.

@cq-bot cq-bot added the automerge Add to automerge PRs once requirements are met label Sep 1, 2023
@kodiakhq kodiakhq bot merged commit 8e6029c into main Sep 1, 2023
@kodiakhq kodiakhq bot deleted the renovate/pluggy-1.x branch September 1, 2023 02:32
@cq-bot cq-bot mentioned this pull request Sep 1, 2023
kodiakhq bot pushed a commit that referenced this pull request Sep 1, 2023
🤖 I have created a release *beep* *boop*
---


## [0.1.2](v0.1.1...v0.1.2) (2023-09-01)


### Bug Fixes

* **deps:** Update dependency exceptiongroup to v1.1.3 ([#46](#46)) ([baf407d](baf407d))
* **deps:** Update dependency grpcio to v1.57.0 ([#47](#47)) ([d1795c7](d1795c7))
* **deps:** Update dependency grpcio-tools to v1.57.0 ([#49](#49)) ([56651c3](56651c3))
* **deps:** Update dependency pandas to v2.1.0 ([#50](#50)) ([7c8e90c](7c8e90c))
* **deps:** Update dependency pluggy to v1.3.0 ([#51](#51)) ([8e6029c](8e6029c))
* **deps:** Update dependency protobuf to v4.24.2 ([#52](#52)) ([7a583bc](7a583bc))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants