From 1011142fa8b730909852ec297ee954f1fda6acd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 06:49:49 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.18.0 to 0.18.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.18.0...v0.18.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8e757ebb..b1a76fd1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -718,7 +718,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[package]] name = "pytest-asyncio" -version = "0.18.0" +version = "0.18.1" description = "Pytest support for asyncio" category = "dev" optional = false @@ -964,7 +964,7 @@ multidict = ">=4.0" [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "5f6079d29b8cf53b5e24137f6b6bd2270813d9ddc71526db478ecbb8d88385ac" +content-hash = "25ef78b57f71863140c22d7fef924369025a19ba0e7f77317de21c3ebb1b63e0" [metadata.files] aiohttp = [ @@ -1570,8 +1570,8 @@ pytest = [ {file = "pytest-7.0.0.tar.gz", hash = "sha256:dad48ffda394e5ad9aa3b7d7ddf339ed502e5e365b1350e0af65f4a602344b11"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.18.0.tar.gz", hash = "sha256:5c510e5d3ad0f97bab0ae0223363d2aa6329bbbafb0981d96dbed6a804a99349"}, - {file = "pytest_asyncio-0.18.0-py3-none-any.whl", hash = "sha256:5e33f5010402309ff4e8cdec04e76b057ae73e0c132f12c6aa2fa6ec8cabfbf1"}, + {file = "pytest-asyncio-0.18.1.tar.gz", hash = "sha256:c43fcdfea2335dd82ffe0f2774e40285ddfea78a8e81e56118d47b6a90fbb09e"}, + {file = "pytest_asyncio-0.18.1-py3-none-any.whl", hash = "sha256:c9ec48e8bbf5cc62755e18c4d8bc6907843ec9c5f4ac8f61464093baeba24a7e"}, ] pytest-cov = [ {file = "pytest-cov-3.0.0.tar.gz", hash = "sha256:e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470"}, diff --git a/pyproject.toml b/pyproject.toml index b3c25514..2bb290b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pre-commit = "^2.17.0" pre-commit-hooks = "^4.1.0" pylint = "^2.12.2" pytest = "^7.0.0" -pytest-asyncio = "^0.18.0" +pytest-asyncio = "^0.18.1" pytest-cov = "^3.0.0" yamllint = "^1.26.3" pyupgrade = "^2.31.0"