From 663fc9867a2fcd2a878c46c760df5ba891cb7f4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:29:05 +0000 Subject: [PATCH] chore(deps): bump pytest-mock from 3.6.1 to 3.8.2 in /dev_requirements Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.6.1 to 3.8.2. - [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.8.2) --- 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..51cdd8b 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.8.2 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..993514c 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.8.2