diff --git a/poetry.lock b/poetry.lock index 96ad4a2..cb76f1f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "async-timeout" @@ -685,14 +685,14 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-mock" -version = "3.14.0" +version = "3.15.1" description = "Thin-wrapper around the mock package for easier use with pytest" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["test"] 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.15.1-py3-none-any.whl", hash = "sha256:0a25e2eb88fe5168d535041d09a4529a188176ae608a6d249ee65abc0949630d"}, + {file = "pytest_mock-3.15.1.tar.gz", hash = "sha256:1849a238f6f396da19762269de72cb1814ab44416fa73a8686deac10b0d87a0f"}, ] [package.dependencies] @@ -872,4 +872,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "5efac3b57c91a5086267f728192d2e21e792bf549111b03cf80adf982cd66188" +content-hash = "d148dbaba0cad6f81d6376a5ec1f46f2f048f8a5dda900b88b6cdf1b905d7cb2" diff --git a/pyproject.toml b/pyproject.toml index cedad50..68432f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ async-timeout = "^5.0.1" pytest = ">=7,<9" pytest-cov = ">=4,<8" pytest-mypy = "^1.0.1" -pytest-mock = "^3.14.0" +pytest-mock = "^3.15.1" pytest-asyncio = ">=0.20.3,<1.3.0" pytest-benchmark = "^5.1.0" isort = ">=5.10.1,<7.0.0"