diff --git a/poetry.lock b/poetry.lock index 65b91c4..f54733d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -838,18 +838,18 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.2.0" +version = "1.3.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.9" +python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99"}, - {file = "pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57"}, + {file = "pytest_asyncio-1.3.0-py3-none-any.whl", hash = "sha256:611e26147c7f77640e6d0a92a38ed17c3e9848063698d5c93d5aa7aa11cebff5"}, + {file = "pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5"}, ] [package.dependencies] -pytest = ">=8.2,<9" +pytest = ">=8.2,<10" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] @@ -1190,4 +1190,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.13" -content-hash = "ea147648ee82c7508f0cf9733c3dcff68fdd80863e7ed0e6c79909239a435ec0" +content-hash = "c6409125c017a128efe02919b6e8840764e941bd9fb090e798554af58b397922" diff --git a/pyproject.toml b/pyproject.toml index 5f7c29f..b05d4f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ mypy-extensions = "^1.0.0" ruff = "0.14.4" pytest = {version = ">=6.2.5"} poethepoet = ">=0.21,<0.38" -pytest-asyncio = ">=0.23.2,<1.3.0" +pytest-asyncio = ">=1.3.0,<2.0.0" respx = ">=0.20.2,<0.23.0" types-aiofiles = ">=23.2.0.20240106,<26.0.0.0" types-click = "^7.1.8"