From e8afe8796357fb1e85c8de4c6831fae5ba8051c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 12:05:05 +0000 Subject: [PATCH] chore(deps): bump pytest-mock from 3.6.1 to 3.11.1 in /dev_requirements Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.6.1 to 3.11.1. - [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.11.1) --- 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..c1255a4 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.11.1 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..60d8f92 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.11.1