Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Confidence
pytest-mock (changelog) <3.12.1 -> <3.15.2 age confidence

Release Notes

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

v3.15.1

Compare Source

2025-09-16

  • #&#8203;529 <https://github.com/pytest-dev/pytest-mock/issues/529>_: Fixed itertools._tee object has no attribute error -- now duplicate_iterators=True must be passed to mocker.spy to duplicate iterators.

v3.15.0

Compare Source

2025-09-04

  • Python 3.8 (EOL) is no longer supported.
  • #&#8203;524 <https://github.com/pytest-dev/pytest-mock/pull/524>_: Added spy_return_iter to mocker.spy, which contains a duplicate of the return value of the spied method if it is an Iterator.

v3.14.1

Compare Source

  • #&#8203;503 <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python 3.14 is now officially supported.

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 - 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 added the bump:patch label Aug 6, 2024
@github-actions
Copy link

github-actions bot commented Aug 6, 2024

🏷️ [bumpr] Next version:v0.1.3 Changes:v0.1.2...altcoder:renovate/pytest-mock-3.x

@renovate renovate bot changed the title chore(deps): update dependency pytest-mock to <3.14.1 fix(deps): update dependency pytest-mock to <3.14.1 Oct 28, 2024
@renovate renovate bot changed the title fix(deps): update dependency pytest-mock to <3.14.1 fix(deps): update dependency pytest-mock to <3.14.2 May 26, 2025
@renovate renovate bot force-pushed the renovate/pytest-mock-3.x branch from 8ed0a78 to 8ad0d52 Compare May 26, 2025 14:25
@renovate renovate bot changed the title fix(deps): update dependency pytest-mock to <3.14.2 chore(deps): update dependency pytest-mock to <3.14.2 Aug 19, 2025
@renovate renovate bot changed the title chore(deps): update dependency pytest-mock to <3.14.2 chore(deps): update dependency pytest-mock to <3.15.1 Sep 6, 2025
@renovate renovate bot force-pushed the renovate/pytest-mock-3.x branch from 8ad0d52 to e69e555 Compare September 6, 2025 15:49
@renovate renovate bot force-pushed the renovate/pytest-mock-3.x branch from e69e555 to 8e6fae4 Compare September 16, 2025 19:08
@renovate renovate bot changed the title chore(deps): update dependency pytest-mock to <3.15.1 chore(deps): update dependency pytest-mock to <3.15.2 Sep 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant