diff --git a/poetry.lock b/poetry.lock index 36997dd..e9327fe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -331,17 +331,17 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.7" +version = "0.24.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, - {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, + {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, + {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, ] [package.dependencies] -pytest = ">=7.0.0,<9" +pytest = ">=8.2,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -552,4 +552,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "49066fee75223e39689b4c87cb82a28c034a2e8936d193a5766e325954593333" +content-hash = "67a319f5c1d30d60b997dbbec135f883e81f76e5c33f53a5ef8d884c17365dff" diff --git a/pyproject.toml b/pyproject.toml index 73cf7aa..fadd584 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pre-commit = "^3.7.1" ruff = "^0.6.4" pyright = "^1.1.379" pytest = "^8.2.2" -pytest-asyncio = "^0.23.7" +pytest-asyncio = "^0.24.0" pytest-mock = "^3.14.0" pytest-clarity = "^1.0.1" pytest-cov = "^5.0.0"