From f70889c8931884dc37b1d35c3276bff2f5c40508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 23:06:20 +0000 Subject: [PATCH] build(deps-dev): bump pytest-mock from 3.15.0 to 3.15.1 Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.15.0 to 3.15.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.15.0...v3.15.1) --- updated-dependencies: - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-patch ... 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 83d05c5b..20ef0fc5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1292,14 +1292,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-mock" -version = "3.15.0" +version = "3.15.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_mock-3.15.0-py3-none-any.whl", hash = "sha256:ef2219485fb1bd256b00e7ad7466ce26729b30eadfc7cbcdb4fa9a92ca68db6f"}, - {file = "pytest_mock-3.15.0.tar.gz", hash = "sha256:ab896bd190316b9d5d87b277569dfcdf718b2d049a2ccff5f7aca279c002a1cf"}, + {file = "pytest_mock-3.15.1-py3-none-any.whl", hash = "sha256:0a25e2eb88fe5168d535041d09a4529a188176ae608a6d249ee65abc0949630d"}, + {file = "pytest_mock-3.15.1.tar.gz", hash = "sha256:1849a238f6f396da19762269de72cb1814ab44416fa73a8686deac10b0d87a0f"}, ] [package.dependencies] @@ -1877,4 +1877,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.1" python-versions = "3.12.4" -content-hash = "863e3eb2436999f9d01ae8371730b98e12a1275650d2679fc7c4ca44dd48165e" +content-hash = "cbcb4a1b937f2eee96a43dd5baaff02e6e91b91a69f56e19cd0049e10192aa2c" diff --git a/pyproject.toml b/pyproject.toml index 48113756..3ece0bae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ black = "25.1.0" codespell = "2.4.1" coverage = "7.10.6" pytest = "8.4.2" -pytest-mock = "3.15.0" +pytest-mock = "3.15.1" flake8 = "7.3.0" pep8-naming = "0.15.1" yamllint = "1.37.1"