From d77df2aaaa948fbc85d59f4e86cd476de61f1f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 10:06:57 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index c36c150..3170a7b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -552,17 +552,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-mock" -version = "3.10.0" +version = "3.14.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.10.0.tar.gz", hash = "sha256:fbbdb085ef7c252a326fd8cdcac0aa3b1333d8811f131bdcc701002e1be7ed4f"}, - {file = "pytest_mock-3.10.0-py3-none-any.whl", hash = "sha256:f4c973eeae0282963eb293eb173ce91b091a79c1334455acfac9ddee8a1c784b"}, + {file = "pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"}, + {file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"}, ] [package.dependencies] -pytest = ">=5.0" +pytest = ">=6.2.5" [package.extras] dev = ["pre-commit", "pytest-asyncio", "tox"] @@ -787,4 +787,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "30b2f3788fbf330cdd8bb8b67ac8e42c6bf4ba0cde63be2707662bc16d981683" +content-hash = "7b7f0b41851a6e44280450ef7dcbc86d42ca4552c1276fef9266b69ebf5a3eab" diff --git a/pyproject.toml b/pyproject.toml index 30174a4..422eee3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pytest = "^8.3.3" pytest-asyncio = "^0.18.3" pytest-black = "^0.3.12" pytest-cov = "^5.0.0" -pytest-mock = "^3.7.0" +pytest-mock = "^3.14.0" pytest-mypy = "^0.9.1" pytest-pylint = "^0.21.0" pytest-yls = {path = "./pytest-yls", develop = true}