From ded5c922067fcb6da35b554e8d92aa1b51897f11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 23:12:06 +0000 Subject: [PATCH] chore(deps): bump pytest-mock from 3.6.1 to 3.10.0 in /dev_requirements Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.6.1 to 3.10.0. - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.6.1...v3.10.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/linter-requirements.txt | 2 +- dev_requirements/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev_requirements/linter-requirements.txt b/dev_requirements/linter-requirements.txt index baeaa63..723a91f 100644 --- a/dev_requirements/linter-requirements.txt +++ b/dev_requirements/linter-requirements.txt @@ -10,7 +10,7 @@ pyflakes==2.4.0 pylint==2.12.2 pytest==7.0.0 pytest-cov==3.0.0 -pytest-mock==3.6.1 +pytest-mock==3.10.0 readme_renderer==34.0 seed-isort-config==2.2.0 sphinx==5.1.1 diff --git a/dev_requirements/test-requirements.txt b/dev_requirements/test-requirements.txt index 3f9c00c..eda2826 100644 --- a/dev_requirements/test-requirements.txt +++ b/dev_requirements/test-requirements.txt @@ -1,4 +1,4 @@ mock==4.0.3 pytest==7.0.0 pytest-cov==3.0.0 -pytest-mock==3.6.1 +pytest-mock==3.10.0