diff --git a/poetry.lock b/poetry.lock index 792a858..55a4687 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1269,21 +1269,21 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.24.0" +version = "0.25.3" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" groups = ["dev"] 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.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"}, + {file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"}, ] [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]] @@ -1849,4 +1849,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "c14f19ab41693fca615d5244ad5ad13b6ecf669959ac308896e1bcc778f51195" +content-hash = "b629fcf9b3b50684a0b607191ca97c3020979a1d7414fce0d6412350e92175c8" diff --git a/pyproject.toml b/pyproject.toml index e719690..220b24c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pydantic = ">=2.0.0,<3.0.0" [tool.poetry.group.dev.dependencies] pytest = "^8.3.3" -pytest-asyncio = "^0.24.0" +pytest-asyncio = ">=0.24,<0.26" pytest-benchmark = "^5.1.0" pytest-cov = "^6" pytest-httpserver = "^1.1.0"