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

chore(deps): update dependency pytest-mock to v3.14.0 #4694

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 23, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pytest-mock (changelog) ==3.12.0 -> ==3.14.0 age adoption passing confidence

Release Notes

pytest-dev/pytest-mock (pytest-mock)

v3.14.0

Compare Source

  • #&#8203;415 <https://github.com/pytest-dev/pytest-mock/pull/415>_: MockType and AsyncMockType can be imported from pytest_mock for type annotation purposes.

  • #&#8203;420 <https://github.com/pytest-dev/pytest-mock/issues/420>_: Fixed a regression which would cause mocker.patch.object to not being properly cleared between tests.

v3.13.0

Compare Source

  • #&#8203;417 <https://github.com/pytest-dev/pytest-mock/pull/417>_: spy now has spy_return_list, which is a list containing all the values returned by the spied function.
  • pytest-mock now requires pytest>=6.2.5.
  • #&#8203;410 <https://github.com/pytest-dev/pytest-mock/pull/410>: pytest-mock's setup.py file is removed.
    If you relied on this file, e.g. to install pytest using setup.py install,
    please see Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary>
    for alternatives.

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, Automerge - "every weekend" in timezone Etc/UTC.

🚦 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 Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 23, 2024
Copy link

codecov bot commented Mar 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.57%. Comparing base (ab1c86d) to head (e488131).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4694      +/-   ##
==========================================
+ Coverage   89.56%   89.57%   +0.01%     
==========================================
  Files         338      339       +1     
  Lines       22598    22647      +49     
==========================================
+ Hits        20239    20286      +47     
- Misses       2359     2361       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/pytest-mock-3.x branch from 68b2638 to cd945cc Compare March 23, 2024 19:56
@renovate renovate bot changed the title chore(deps): update dependency pytest-mock to v3.14.0 chore(deps): update dependency pytest-mock to v3.13.0 Mar 23, 2024
@renovate renovate bot changed the title chore(deps): update dependency pytest-mock to v3.13.0 chore(deps): update dependency pytest-mock to v3.14.0 Mar 24, 2024
@renovate renovate bot force-pushed the renovate/pytest-mock-3.x branch from cd945cc to dd41298 Compare March 24, 2024 00:17
@renovate renovate bot force-pushed the renovate/pytest-mock-3.x branch from dd41298 to e488131 Compare March 27, 2024 13:23
@mr-cal mr-cal requested a review from syu-w March 27, 2024 18:29
@syu-w syu-w merged commit 7eea384 into main Mar 27, 2024
12 of 13 checks passed
@syu-w syu-w deleted the renovate/pytest-mock-3.x branch March 27, 2024 19:01
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.

2 participants