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

Update dependency mock to v4.0.3 #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mock (source) 4.0.2 -> 4.0.3 age adoption passing confidence

Release Notes

testing-cabal/mock (mock)

v4.0.3

Compare Source

  • bpo-42532: Remove unexpected call of __bool__ when passing a
    spec_arg argument to a Mock.

  • bpo-39966: Revert bpo-25597. :class:unittest.mock.MagicMock with
    wraps' set uses default return values for magic methods.

  • bpo-41877: Mock objects which are not unsafe will now raise an
    AttributeError if an attribute with the prefix asert, aseert, or assrt is
    accessed, in addition to this already happening for the prefixes assert or
    assret.

  • bpo-40126: Fixed reverting multiple patches in unittest.mock. Patcher's
    __exit__() is now never called if its __enter__() is failed.
    Returning true from __exit__() silences now the exception.


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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mock-4.x-lockfile branch from 20e0c08 to 4bd3b42 Compare November 16, 2023 10:59
@renovate renovate bot force-pushed the renovate/mock-4.x-lockfile branch from 4bd3b42 to 4939a02 Compare December 19, 2023 13:14
@renovate renovate bot force-pushed the renovate/mock-4.x-lockfile branch from 4939a02 to 39b354e Compare March 5, 2024 17:18
@renovate renovate bot force-pushed the renovate/mock-4.x-lockfile branch from 39b354e to b15867a Compare July 4, 2024 18:39
Copy link

sonarqubecloud bot commented Jul 4, 2024

@renovate renovate bot force-pushed the renovate/mock-4.x-lockfile branch from b15867a to 0cdc2c8 Compare October 28, 2024 16:14
Copy link

Copy link
Contributor Author

renovate bot commented Jan 14, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: poetry.lock

The "poetry.dev-dependencies" section is deprecated and will be removed in a future version. Use "poetry.group.dev.dependencies" instead.
Creating virtualenv pandas-sqlalchemy-tutorial-6xgi_csz-py3.13 in /home/ubuntu/.cache/pypoetry/virtualenvs

The lock file is not compatible with the current version of Poetry.
Regenerate the lock file with the `poetry lock` command.

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.

0 participants