From 9be4aaafaf3c3ee02ccfa42e89dcdf07897594ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 12:39:22 +0000 Subject: [PATCH] chore(deps): bump pytest-mock from 3.6.1 to 3.9.0 in /dev_requirements Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.6.1 to 3.9.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.9.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 47fe2a1..47e0d4b 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.9.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..3335454 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.9.0