diff --git a/poetry.lock b/poetry.lock index 771db5f7..6fcb3e8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -734,7 +734,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.18.2" +version = "0.18.3" description = "Pytest support for asyncio" category = "dev" optional = false @@ -744,7 +744,7 @@ python-versions = ">=3.7" pytest = ">=6.1.0" [package.extras] -testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)", "mypy (==0.931)"] +testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)", "mypy (==0.931)", "pytest-trio (>=0.7.0)"] [[package]] name = "pytest-cov" @@ -980,7 +980,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "5e4d95fbace1a32202558b98c858fb12afab7ccf17c32a7597a0134b013fba71" +content-hash = "53dd622797be817f04fc8900e45f8727a75f78dace6e61d408c38d009f038f2e" [metadata.files] aiohttp = [ @@ -1594,8 +1594,8 @@ pytest = [ {file = "pytest-7.1.1.tar.gz", hash = "sha256:841132caef6b1ad17a9afde46dc4f6cfa59a05f9555aae5151f73bdf2820ca63"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.18.2.tar.gz", hash = "sha256:fc8e4190f33fee7797cc7f1829f46a82c213f088af5d1bb5d4e454fe87e6cdc2"}, - {file = "pytest_asyncio-0.18.2-py3-none-any.whl", hash = "sha256:20db0bdd3d7581b2e11f5858a5d9541f2db9cd8c5853786f94ad273d466c8c6d"}, + {file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"}, + {file = "pytest_asyncio-0.18.3-py3-none-any.whl", hash = "sha256:8fafa6c52161addfd41ee7ab35f11836c5a16ec208f93ee388f752bea3493a84"}, ] pytest-cov = [ {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, diff --git a/pyproject.toml b/pyproject.toml index 0c7249d5..8c124b3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pre-commit = "^2.17.0" pre-commit-hooks = "^4.1.0" pylint = "^2.13.0" pytest = "^7.1.1" -pytest-asyncio = "^0.18.2" +pytest-asyncio = "^0.18.3" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.1"