diff --git a/poetry.lock b/poetry.lock index 9d7d67f..c27504a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -492,20 +492,20 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.23.8" +version = "0.25.1" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, - {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, + {file = "pytest_asyncio-0.25.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671"}, + {file = "pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee"}, ] [package.dependencies] -pytest = ">=7.0.0,<9" +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]] @@ -674,4 +674,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b4cfb004ba054892da8a89e6b31c07c447eb0f46a0bc2a0e0f512b6725022631" +content-hash = "1afe79ab2709bb6b70478fc7f16ad9e06a7440768a5bd7cff260f219152cc501" diff --git a/pyproject.toml b/pyproject.toml index ef24731..38b0a22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pytest = ">=7.2.1,<9.0.0" ruff = ">=0.0.254,<0.3.5" coverage = "^7.2.1" pytest-cov = "^4.0.0" -pytest-asyncio = ">=0.20.3,<0.24.0" +pytest-asyncio = ">=0.25.1,<0.26.0" [tool.isort] profile = "black"