From 45798e8cf3ce4a7edae1f4c811d53469e0e8a8ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 15:59:27 +0000 Subject: [PATCH] Bump pytest-mock from 3.3.1 to 3.5.0 (#5382) Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.3.1 to 3.5.0.
Changelog

Sourced from pytest-mock's changelog.

3.5.0 (2021-01-04)

.. _@iforapsy: https://github.com/iforapsy .. _#221: pytest-dev/pytest-mock#221

3.4.0 (2020-12-15)

.. _@coiax: https://github.com/coiax .. _@webknjaz: https://github.com/sponsors/webknjaz .. _#211: pytest-dev/pytest-mock#211 .. _#215: pytest-dev/pytest-mock#215 .. _#216: pytest-dev/pytest-mock#216

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-mock&package-manager=pip&previous-version=3.3.1&new-version=3.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index a4b0c959c7..d6b6b9f055 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -8,7 +8,7 @@ mypy==0.790; implementation_name=="cpython" mypy-extensions==0.4.3; implementation_name=="cpython" pytest==6.1.2 pytest-cov==2.10.1 -pytest-mock==3.3.1 +pytest-mock==3.5.0 re-assert==1.1.0 setuptools-git==1.2 trustme==0.6.0; platform_machine!="i686" # no 32-bit wheels