diff --git a/server/poetry.lock b/server/poetry.lock index bd80e65eb86..76cc5b20fc0 100644 --- a/server/poetry.lock +++ b/server/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "annotated-types" @@ -1552,20 +1552,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.25.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.24.0-py3-none-any.whl", hash = "sha256:a811296ed596b69bf0b6f3dc40f83bcaf341b155a269052d82efa2b25ac7037b"}, - {file = "pytest_asyncio-0.24.0.tar.gz", hash = "sha256:d081d828e576d85f875399194281e92bf8a68d60d72d1a2faf2feddb6c46b276"}, + {file = "pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3"}, + {file = "pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609"}, ] [package.dependencies] pytest = ">=8.2,<9" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] @@ -2218,4 +2218,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.6.3)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "~3.12.0" -content-hash = "b816cc700270ddcc66415bf45b1c9e47a6adf92ed25cdc39c8e02934b3cd6d7e" +content-hash = "8941254d4a182cc56cab7c6160615f812e1b360aa226851cd91b201c3aecda56" diff --git a/server/pyproject.toml b/server/pyproject.toml index da88c57caec..3b7fbdc2f67 100644 --- a/server/pyproject.toml +++ b/server/pyproject.toml @@ -66,7 +66,7 @@ poetry-lock-package = ">=0.4.4,<0.6.0" psutil = ">=5.9,<7.0" pyright = "^1.1.353" pytest = ">=7,<9" -pytest-asyncio = ">=0.21.1,<0.25.0" +pytest-asyncio = ">=0.21.1,<0.26.0" pytest-cov = ">=4,<7" pytest-rerunfailures = ">=10.2,<16.0" pytest-timeout = "^2.2.0"