From 45d2c0eeeca554067a7958e59ab57c1dee8020dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 08:18:05 +0000 Subject: [PATCH] Bump pytest-mock from 3.11.1 to 3.12.0 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.11.1 to 3.12.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.11.1...v3.12.0) --- updated-dependencies: - dependency-name: pytest-mock dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 83f7a82..bfb101a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1536,13 +1536,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-mock" -version = "3.11.1" +version = "3.12.0" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-mock-3.11.1.tar.gz", hash = "sha256:7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f"}, - {file = "pytest_mock-3.11.1-py3-none-any.whl", hash = "sha256:21c279fff83d70763b05f8874cc9cfb3fcacd6d354247a976f9529d19f9acf39"}, + {file = "pytest-mock-3.12.0.tar.gz", hash = "sha256:31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9"}, + {file = "pytest_mock-3.12.0-py3-none-any.whl", hash = "sha256:0972719a7263072da3a21c7f4773069bcc7486027d7e8e1f81d98a47e701bc4f"}, ] [package.dependencies] @@ -2269,4 +2269,4 @@ prometheus = ["prometheus-client"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "c5d854eae494c5d3d6733a6d002d8cbe32f32effc4a7e215bcc56fec003c5e9c" +content-hash = "56f3fb8b0430866db35b4f34ff1c3e1c9a3caa88a197d22147f2b6d99edbb059" diff --git a/pyproject.toml b/pyproject.toml index b9bb447..ffeeeaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ mypy = "^1.6" black = "^23.9.1" isort = "^5.12.0" pytest = "^7.4.2" -pytest-mock = "^3.11.1" +pytest-mock = "^3.12.0" pytest-asyncio = "^0.21.0" pytest-cov = "^4.1.0" pytest-xdist = "^3.3.1"