From a89d9b17a68583c5ea95b00fb95c15c010d01c77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 22:13:40 +0000 Subject: [PATCH] Bump pytest-mock from 3.10.0 to 3.14.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.10.0 to 3.14.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.10.0...v3.14.0) --- 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 889b4e6..d498d07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ tests = [ "ansys-pyensight-core~=0.8.11", "omniverse_kit~=106.0.0", "pytest==8.3.2", - "pytest-mock==3.10.0", + "pytest-mock==3.14.0", "pytest-cov==4.1.0", ]