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

Bump pluggy from 1.0.0 to 1.2.0 #3

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 30, 2023

Bumps pluggy from 1.0.0 to 1.2.0.

Changelog

Sourced from pluggy's changelog.

pluggy 1.2.0 (2023-06-21)

Features

  • [#405](https://github.com/pytest-dev/pluggy/issues/405) <https://github.com/pytest-dev/pluggy/issues/405>_: The new-style hook wrappers, added in the yanked 1.1.0 release, now require an explicit wrapper=True designation in the @hookimpl() decorator.

pluggy 1.1.0 (YANKED)

.. note::

This release was yanked because unfortunately the implicit new-style hook wrappers broke some downstream projects. See [#403](https://github.com/pytest-dev/pluggy/issues/403) <https://github.com/pytest-dev/pluggy/issues/403>__ for more information. This was rectified in the 1.2.0 release.

Deprecations and Removals

  • [#364](https://github.com/pytest-dev/pluggy/issues/364) <https://github.com/pytest-dev/pluggy/issues/364>_: Python 3.6 is no longer supported.

Features

  • [#260](https://github.com/pytest-dev/pluggy/issues/260) <https://github.com/pytest-dev/pluggy/issues/260>_: Added "new-style" hook wrappers, a simpler but equally powerful alternative to the existing hookwrapper=True wrappers.

    New-style wrappers are generator functions, similarly to hookwrapper, but do away with the :class:result <pluggy._callers._Result> object. Instead, the return value is sent directly to the yield statement, or, if inner calls raised an exception, it is raised from the yield. The wrapper is expected to return a value or raise an exception, which will become the result of the hook call.

    New-style wrappers are fully interoperable with old-style wrappers. We encourage users to use the new style, however we do not intend to deprecate the old style any time soon.

    See :ref:hookwrappers for the full documentation.

  • [#364](https://github.com/pytest-dev/pluggy/issues/364) <https://github.com/pytest-dev/pluggy/issues/364>_: Python 3.11 and 3.12 are now officially supported.

  • [#394](https://github.com/pytest-dev/pluggy/issues/394) <https://github.com/pytest-dev/pluggy/issues/394>_: Added the :meth:~pluggy._callers._Result.force_exception method to _Result.

    force_exception allows (old-style) hookwrappers to force an exception or override/adjust an existing exception of a hook invocation, in a properly behaving manner. Using force_exception is preferred over raising an exception from the hookwrapper, because raising an exception causes other hookwrappers to be skipped.

Commits
  • 9060a4e Preparing release 1.2.0
  • 926084e Merge pull request #379 from vitek/spec-conflict
  • 8103269 Merge pull request #411 from bluetech/new-style-v2
  • 3f9f622 Merge pull request #408 from bluetech/releasing-pre-test
  • e241aed Make new-style wrappers use explicit wrapper=True
  • 165c4a7 Merge pull request #410 from bluetech/rm-subset-slots
  • fea9daa Merge pull request #409 from bluetech/pm-no-slots
  • b56b4c3 hooks: remove a couple of unnecessary slots from _SubsetHookCaller
  • 2e2a040 Add scripts for downstream testing
  • 4cfc676 Merge pull request #407 from pytest-dev/pre-commit-ci-update-config
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [pluggy](https://github.com/pytest-dev/pluggy) from 1.0.0 to 1.2.0.
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.0.0...1.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 30, 2023
@jaydeepk
Copy link
Collaborator

jaydeepk commented Aug 4, 2023

Dependency is no longer explicitly specified in requirements.txt

@jaydeepk jaydeepk closed this Aug 4, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Aug 4, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pip/pluggy-1.2.0 branch August 4, 2023 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant