diff --git a/poetry.lock b/poetry.lock index 014427d6..5d7852d9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -703,7 +703,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.19.0" +version = "0.20.1" description = "Pytest support for asyncio" category = "dev" optional = false @@ -976,7 +976,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "0f282076801e357cd2af17f65835717f3a2fbb6031987bfa863cbf10c3f5bffb" +content-hash = "17c33891c8054a8575b3c055df8be564a2e5fcffa96b62b0cdb609f53fd72dcb" [metadata.files] aiohttp = [ @@ -1555,8 +1555,8 @@ pytest = [ {file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.19.0.tar.gz", hash = "sha256:ac4ebf3b6207259750bc32f4c1d8fcd7e79739edbc67ad0c58dd150b1d072fed"}, - {file = "pytest_asyncio-0.19.0-py3-none-any.whl", hash = "sha256:7a97e37cfe1ed296e2e84941384bdd37c376453912d397ed39293e0916f521fa"}, + {file = "pytest-asyncio-0.20.1.tar.gz", hash = "sha256:626699de2a747611f3eeb64168b3575f70439b06c3d0206e6ceaeeb956e65519"}, + {file = "pytest_asyncio-0.20.1-py3-none-any.whl", hash = "sha256:2c85a835df33fda40fe3973b451e0c194ca11bc2c007eabff90bb3d156fc172b"}, ] pytest-cov = [ {file = "pytest-cov-4.0.0.tar.gz", hash = "sha256:996b79efde6433cdbd0088872dbc5fb3ed7fe1578b68cdbba634f14bb8dd0470"}, diff --git a/pyproject.toml b/pyproject.toml index 595df46b..a8a5d576 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pre-commit = "^2.20.0" pre-commit-hooks = "^4.3.0" pylint = "^2.15.5" pytest = "^7.1.3" -pytest-asyncio = "^0.19.0" +pytest-asyncio = "^0.20.1" pytest-cov = "^4.0.0" yamllint = "^1.28.0" pyupgrade = "^3.1.0"