Skip to content

Conversation

@renovate-bot
Copy link
Contributor

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mock (source) ==5.0.0 -> ==5.0.1 age adoption passing confidence

Release Notes

testing-cabal/mock

v5.0.1

Compare Source

  • gh-100740: Fix unittest.mock.Mock not respecting the spec for
    attribute names prefixed with assert.

  • gh-100690: Mock objects which are not unsafe will now raise an
    AttributeError when accessing an attribute that matches the name of an
    assertion but without the prefix assert_, e.g. accessing
    called_once instead of assert_called_once. This is in addition to
    this already happening for accessing attributes with prefixes assert,
    assret, asert, aseert, and assrt.

  • gh-96127: inspect.signature was raising TypeError on call with
    mock objects. Now it correctly returns (*args, **kwargs) as infered
    signature.


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.


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

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

@jackwotherspoon jackwotherspoon merged commit ef1fecd into GoogleCloudPlatform:main Jan 10, 2023
@renovate-bot renovate-bot changed the title chore(deps): update dependency mock to v5.0.1 chore(deps): update dependency mock to v5.0.1 - autoclosed Jan 10, 2023
@renovate-bot renovate-bot deleted the renovate/mock-5.x branch January 10, 2023 14:31
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.

2 participants