From c44f01bfe02507d15cfb0a1426d30fc6e532274b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 23:07:59 +0000 Subject: [PATCH] build(deps-dev): bump mock from 4.0.3 to 5.0.1 Bumps [mock](https://github.com/testing-cabal/mock) from 4.0.3 to 5.0.1. - [Release notes](https://github.com/testing-cabal/mock/releases) - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](https://github.com/testing-cabal/mock/compare/4.0.3...5.0.1) --- updated-dependencies: - dependency-name: mock dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 69c54ff3..4b51d11a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ tests = pytest-asyncio==0.18.3 # https://github.com/docker/docker-py/issues/2902 pytest-docker==0.12.0; python_version < '3.10' or sys_platform != 'win32' - mock==4.0.3 + mock==5.0.1 paramiko==2.12.0 types-certifi==2021.10.8.3 types-mock==5.0.0.0