diff --git a/poetry.lock b/poetry.lock index 5cd00a3..2c4e761 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1953,13 +1953,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.0" +version = "0.21.1" description = "Pytest support for asyncio" optional = false python-versions = ">=3.7" files = [ - {file = "pytest-asyncio-0.21.0.tar.gz", hash = "sha256:2b38a496aef56f56b0e87557ec313e11e1ab9276fc3863f6a7be0f1d0e415e1b"}, - {file = "pytest_asyncio-0.21.0-py3-none-any.whl", hash = "sha256:f2b3366b7cd501a4056858bd39349d5af19742aed2d81660b7998b6341c7eb9c"}, + {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, + {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, ] [package.dependencies] @@ -2732,4 +2732,4 @@ sqlite = ["aiosqlite"] [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "b24793bcbb2dab31bbea038594511e3dc8f43e1ba5b88e8834deab7ec56c5d41" +content-hash = "e9de2389e83840a64ff986c9c6bde6cfc839773206bd94b6c8c814d9c8626090" diff --git a/pyproject.toml b/pyproject.toml index 12c2ccd..684ff5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ python = "<3.8" pytest = "^7.4.0" pytest-cov = "^4.0.0" codecov = "^2.1.13" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.21.1" fastapi = ">=0.70.1,<=0.99.1" flake8 = "^3.9.2" flake8-black = "^0.3.6"