From 7c474a14eadd75f0750d3e7c3b44153141f8e821 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 20:10:00 +0000 Subject: [PATCH] Bump pytest-mock from 3.6.1 to 3.9.0 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4865d4..20ac22e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ black==21.12b0 flake8==4.0.1 isort==5.10.1 pytest-cov==3.0.0 -pytest-mock==3.6.1 +pytest-mock==3.9.0 pytest==6.2.5 requests==2.27.1 \ No newline at end of file