From 22e5fcfe4eaac19018a51b30b58cbe030d0cd410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jun 2023 08:04:25 +0000 Subject: [PATCH] Bump pytest-mock from 3.10.0 to 3.11.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.10.0 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.10.0...v3.11.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5898368b..3f0e87d78 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ examples = [ "polars == 0.18.2" ] pytest = [ "pytest == 7.3.2", "pytest-cov == 4.1.0", - "pytest-mock == 3.10.0", + "pytest-mock == 3.11.1", "pytest-asyncio == 0.21.0", "time-machine == 2.9.0", "async-solipsism == 0.5",