diff --git a/poetry.lock b/poetry.lock index 3467697..02aded3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -696,14 +696,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "0.26.0" +version = "1.1.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"}, - {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"}, + {file = "pytest_asyncio-1.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf"}, + {file = "pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea"}, ] [package.dependencies] @@ -1115,4 +1115,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "8de0ced10d95becb5fc0f9483a178b9ed34728b1eeb7d00f9ba8269968b57b56" +content-hash = "e923fcca6e1d529b9a4aef52999b77fa7b3589d5196155b7ed0d7b961d941ef8" diff --git a/pyproject.toml b/pyproject.toml index e3ed9df..6d525a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ruff = ">=0.5.1,<0.12.10" bandit = "^1.7.8" pytest-subtests = ">=0.12.1,<0.15.0" pytest-cov = ">=5,<7" -pytest-asyncio = ">=0.23.6,<0.27.0" +pytest-asyncio = ">=0.23.6,<1.2.0" pytest-httpx = ">=0.30,<0.35"