diff --git a/poetry.lock b/poetry.lock index 29841584..42591067 100644 --- a/poetry.lock +++ b/poetry.lock @@ -936,17 +936,18 @@ python-versions = ">=3.6" [[package]] name = "pytest-asyncio" -version = "0.17.0" +version = "0.17.2" description = "Pytest support for asyncio" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] -pytest = ">=5.4.0" +pytest = ">=6.1.0" +typing-extensions = {version = ">=4.0", markers = "python_version < \"3.8\""} [package.extras] -testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)"] +testing = ["coverage (==6.2)", "hypothesis (>=5.7.1)", "flaky (>=3.5.0)", "mypy (==0.931)"] [[package]] name = "pytest-cov" @@ -1583,7 +1584,7 @@ fastapi-crudrouter = [] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "f9a86b0e3572fd23b1226203080546d64a7b1fa8256afc2248d6f7a6e7b3ddf5" +content-hash = "dcdbc392bc3b4ed32340ed120bced6393d2e76c22880de6ef9ff72e5338fbd30" [metadata.files] aiohttp = [ @@ -2335,8 +2336,8 @@ pytest-async = [ {file = "pytest_async-0.1.1.tar.gz", hash = "sha256:0d6ffd3ebac2f3aa47d606dbae1984750268a89dc8caf4a908ba61c60299cdfd"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.17.0.tar.gz", hash = "sha256:c98e0e04ae5910bbcc219f52bdf871bd1d392f624ef77c49c236613c0b6d8ee1"}, - {file = "pytest_asyncio-0.17.0-py3-none-any.whl", hash = "sha256:b41c3ff0ec5b5b144459aa1c53a866f67278177f6d4f3ef6874bd864fc82834d"}, + {file = "pytest-asyncio-0.17.2.tar.gz", hash = "sha256:6d895b02432c028e6957d25fc936494e78c6305736e785d9fee408b1efbc7ff4"}, + {file = "pytest_asyncio-0.17.2-py3-none-any.whl", hash = "sha256:e0fe5dbea40516b661ef1bcfe0bd9461c2847c4ef4bb40012324f2454fb7d56d"}, ] pytest-cov = [ {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, diff --git a/pyproject.toml b/pyproject.toml index 55d9ddda..59e660db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ furo = ">=2021.11.12" pytest-cov = "^3.0.0" types-croniter = "^1.0.7" pytest_async = "^0.1.1" -pytest-asyncio = "^0.17.0" +pytest-asyncio = "^0.17.2" pytest-mock = "^3.6.1" pytest-lazy-fixture = "^0.6.3" fastapi = ">=0.6.3"