diff --git a/poetry.lock b/poetry.lock index 81400760..4dc2b9da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -925,13 +925,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] @@ -1294,4 +1294,4 @@ docs = [] [metadata] lock-version = "2.0" python-versions = ">=3.7,<4.0" -content-hash = "599ca681c73fce374409d8338850ccd7f52f2889feb3a723342fc27e40f532c6" +content-hash = "8061596ffeb499e709c2f412925414297080981e2c853fd4f9834f5b16562ecf" diff --git a/pyproject.toml b/pyproject.toml index 50b23eb5..d3a13b90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ urllib3 = ">=1.26.7,<3.0.0" pytest = "^7.4.0" pytest-cov = "^4.1.0" pytest-timeout = "^2.0.1" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.21.1" pytest-httpserver = "^1.0.6" # currently, mypy cannot run in pypy https://github.com/python/typed_ast/issues/111 mypy = {version = "^1.0", markers = "platform_python_implementation == 'CPython'"}