From c339072360bdab180a6fcdea3f15ce46991060e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 00:08:35 +0000 Subject: [PATCH] build(deps-dev): bump mock from 5.0.1 to 5.0.2 Bumps [mock](https://github.com/testing-cabal/mock) from 5.0.1 to 5.0.2. - [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/5.0.1...5.0.2) --- updated-dependencies: - dependency-name: mock dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index aad5015c..e7f357e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -46,7 +46,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==5.0.1 + mock==5.0.2 paramiko==3.1.0 types-certifi==2021.10.8.3 types-mock==5.0.0.6