diff --git a/poetry.lock b/poetry.lock index 85f2d9f..152e023 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "async-timeout" @@ -743,14 +743,14 @@ files = [ [[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] @@ -930,4 +930,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = ">=3.9" -content-hash = "cacae7f617eda858db19511a6ce4934c6de2a83b258189c7b60782ab1d708a2c" +content-hash = "5ea81c03b61c739cd781175b1b8fe10899b3506d698a72a2c52e6e9ef492fb51" diff --git a/pyproject.toml b/pyproject.toml index a38749d..d074b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,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" pytest-integration = "^0.2.3"