diff --git a/bot/poetry.lock b/bot/poetry.lock index 09d0935d3..33b5d570a 100644 --- a/bot/poetry.lock +++ b/bot/poetry.lock @@ -744,17 +744,17 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-asyncio" -version = "0.10.0" +version = "0.15.1" description = "Pytest support for asyncio." category = "dev" optional = false -python-versions = ">= 3.5" +python-versions = ">= 3.6" [package.dependencies] -pytest = ">=3.0.6" +pytest = ">=5.4.0" [package.extras] -testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=3.64)"] +testing = ["coverage", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-cov" @@ -1056,7 +1056,7 @@ python-versions = "*" [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "95cdc260549856eab52755b25e990dd4cdaf137ccfab8c1e23da96b4532e6b90" +content-hash = "b82cf930b531d410580b5dcb50ec3e800e1f4699cb272ef4baf1f2bb7c45a603" [metadata.files] anyio = [ @@ -1576,8 +1576,8 @@ pytest = [ {file = "pytest-6.2.5.tar.gz", hash = "sha256:131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.10.0.tar.gz", hash = "sha256:9fac5100fd716cbecf6ef89233e8590a4ad61d729d1732e0a96b84182df1daaf"}, - {file = "pytest_asyncio-0.10.0-py3-none-any.whl", hash = "sha256:d734718e25cfc32d2bf78d346e99d33724deeba774cc4afdf491530c6184b63b"}, + {file = "pytest-asyncio-0.15.1.tar.gz", hash = "sha256:2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395ed63f6f"}, + {file = "pytest_asyncio-0.15.1-py3-none-any.whl", hash = "sha256:3042bcdf1c5d978f6b74d96a151c4cfb9dcece65006198389ccd7e6c60eb1eea"}, ] pytest-cov = [ {file = "pytest-cov-2.12.1.tar.gz", hash = "sha256:261ceeb8c227b726249b376b8526b600f38667ee314f910353fa318caa01f4d7"}, diff --git a/bot/pyproject.toml b/bot/pyproject.toml index a75ee8ffb..cf84289ed 100644 --- a/bot/pyproject.toml +++ b/bot/pyproject.toml @@ -32,7 +32,7 @@ pytest = "^6.0.1" black = "^21.9b0" mypy = "^0.812" ipdb = "^0.13.9" -pytest-asyncio = "^0.10.0" +pytest-asyncio = "^0.15.1" pytest-mock = "3.3.1" typing_extensions = "^3.7" pylint = "^2.3"