From db769c815636259baaa1ad5a810e526e95cfad31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Apr 2021 07:14:33 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio from 0.15.0 to 0.15.1 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.15.0 to 0.15.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.15.0...v0.15.1) 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 3dab1c412..8766a14c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -713,7 +713,7 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xm [[package]] name = "pytest-asyncio" -version = "0.15.0" +version = "0.15.1" description = "Pytest support for asyncio." category = "dev" optional = false @@ -1206,7 +1206,7 @@ server = ["fastapi", "uvicorn"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "d39f113ef482c574a45d444562c3a5c8bbc09d852994e45e06e76adfbc2dc42c" +content-hash = "c9c0ba70f1b1063b2b8ac28fd244b14f3a254c0fe8138968c985ed23f4a3a5ab" [metadata.files] aiohttp = [ @@ -1959,8 +1959,8 @@ pytest = [ {file = "pytest-6.2.3.tar.gz", hash = "sha256:671238a46e4df0f3498d1c3270e5deb9b32d25134c99b7d75370a68cfbe9b634"}, ] pytest-asyncio = [ - {file = "pytest-asyncio-0.15.0.tar.gz", hash = "sha256:5d9f9f64ab5ed41dc90e4d18dcbf0a74cdaac3d3dc30eb1cc1e49246dc382f3c"}, - {file = "pytest_asyncio-0.15.0-py3-none-any.whl", hash = "sha256:eeff4bd913405770882427d62685a8973681932f2ef53e964371af339628ad8a"}, + {file = "pytest-asyncio-0.15.1.tar.gz", hash = "sha256:2564ceb9612bbd560d19ca4b41347b54e7835c2f792c504f698e05395ed63f6f"}, + {file = "pytest_asyncio-0.15.1-py3-none-any.whl", hash = "sha256:3042bcdf1c5d978f6b74d96a151c4cfb9dcece65006198389ccd7e6c60eb1eea"}, ] pytest-cov = [ {file = "pytest-cov-2.11.1.tar.gz", hash = "sha256:359952d9d39b9f822d9d29324483e7ba04a3a17dd7d05aa6beb7ea01e359e5f7"}, diff --git a/pyproject.toml b/pyproject.toml index 801342c97..966aae955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ backoff = "^1.10.0" pytest = "^6.2.3" pytest-cov = "^2.11.1" mypy = "^0.812" -pytest-asyncio = "^0.15.0" +pytest-asyncio = "^0.15.1" pytest-mock = "^3.5.1" mongomock = "^3.22.1" httpx = "^0.17.1"