From 8fb15d8b171b2d424dfcb95c083ec80eb25aab3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 14:08:51 +0000 Subject: [PATCH] chore(deps-dev): Bump pytest-mock Bumps the development-dependencies group with 1 update in the / directory: [pytest-mock](https://github.com/pytest-dev/pytest-mock). Updates `pytest-mock` from 3.14.0 to 3.14.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.14.0...v3.14.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.14.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bbbd8db..dd94028 100644 --- a/poetry.lock +++ b/poetry.lock @@ -675,14 +675,14 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-mock" -version = "3.14.0" +version = "3.14.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.8" groups = ["dev"] files = [ - {file = "pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0"}, - {file = "pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f"}, + {file = "pytest_mock-3.14.1-py3-none-any.whl", hash = "sha256:178aefcd11307d874b4cd3100344e7e2d888d9791a6a1d9bfe90fbc1b74fd1d0"}, + {file = "pytest_mock-3.14.1.tar.gz", hash = "sha256:159e9edac4c451ce77a5cdb9fc5d1100708d2dd4ba3c3df572f14097351af80e"}, ] [package.dependencies] @@ -950,4 +950,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.8" -content-hash = "672eefb0b016c961c33eeccbcd5fb2e9c54cf62574cf7ed8312831a68ffd14ee" +content-hash = "16e9321d495dd051a9780e6467b80c4d39aeee34a7f925a4e9a98af5a3f31ab2" diff --git a/pyproject.toml b/pyproject.toml index 0aa5049..cfdfff4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ pytest = "^8.3.3" pytest-asyncio = "^0.24.0" pytest-black = "^0.6.0" pytest-cov = "^5.0.0" -pytest-mock = "^3.14.0" +pytest-mock = "^3.14.1" pytest-mypy = "^1.0.1" pytest-pylint = "^0.21.0" pytest-yls = {path = "./pytest-yls", develop = true}