diff --git a/poetry.lock b/poetry.lock index f795b80..4e05f42 100644 --- a/poetry.lock +++ b/poetry.lock @@ -556,17 +556,17 @@ pytest = "*" [[package]] name = "pytest-asyncio" -version = "0.14.0" -description = "Pytest support for asyncio." +version = "0.18.2" +description = "Pytest support for asyncio" category = "dev" optional = false -python-versions = ">= 3.5" +python-versions = ">=3.7" [package.dependencies] -pytest = ">=5.4.0" +pytest = ">=6.1.0" [package.extras] -testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=5.7.1)"] +testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)", "mypy (==0.931)"] [[package]] name = "pytest-cases" @@ -913,7 +913,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "d7f733d66169138e58a6793bb404ee92155a8c90de1ae460b1913d59e149d383" +content-hash = "8954cf1e9c9fccf60d14518b98dd08053df4880918331945899e157391a0ecda" [metadata.files] aiohttp = [ @@ -1441,8 +1441,8 @@ pytest-aiohttp = [ {file = "pytest_aiohttp-0.3.0-py3-none-any.whl", hash = "sha256:0b9b660b146a65e1313e2083d0d2e1f63047797354af9a28d6b7c9f0726fa33d"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.14.0.tar.gz", hash = "sha256:9882c0c6b24429449f5f969a5158b528f39bde47dc32e85b9f0403965017e700"}, - {file = "pytest_asyncio-0.14.0-py3-none-any.whl", hash = "sha256:2eae1e34f6c68fc0a9dc12d4bea190483843ff4708d24277c41568d6b6044f1d"}, + {file = "pytest-asyncio-0.18.2.tar.gz", hash = "sha256:fc8e4190f33fee7797cc7f1829f46a82c213f088af5d1bb5d4e454fe87e6cdc2"}, + {file = "pytest_asyncio-0.18.2-py3-none-any.whl", hash = "sha256:20db0bdd3d7581b2e11f5858a5d9541f2db9cd8c5853786f94ad273d466c8c6d"}, ] pytest-cases = [ {file = "pytest-cases-3.6.9.tar.gz", hash = "sha256:05ff5f6af8651dc1a3f277f52714e4323a68f213327c11e03028a539c20bd929"}, diff --git a/pyproject.toml b/pyproject.toml index 6a60fb6..4b93a6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ pre-commit = "^2.9.3" black = "^20.8b1" pytest = "^6.2.2" pytest-cov = "^2.11.1" -pytest-asyncio = "^0.14.0" +pytest-asyncio = "^0.18.2" pytest-mock = "^3.5.1" requests-mock = "^1.8.0" pytest-socket = "^0.4.0"