From 2cfd96a9073e9f899d092971b82a431ebdffc02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:14:51 -0400 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 0.21.0 to 0.21.1 (#214) Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.0 to 0.21.1. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.0...v0.21.1) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 976910e..dc951db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -792,13 +792,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] @@ -1210,4 +1210,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "a2af7667a84589828b21093a4b31653953a580258ee13685d6751e98a383fc63" +content-hash = "5f2dbaa4035350dd85fc1f1128499d90061824c7c9916e22d43a2ca18be19f08" diff --git a/pyproject.toml b/pyproject.toml index e450034..2a750b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ mkdocstrings = { extras = ["python"], version = "0.22.0" } mypy = "1.4.1" poethepoet = "0.19.0" pytest = "7.4.0" -pytest-asyncio = "0.21.0" +pytest-asyncio = "0.21.1" pytest-mypy-plugins = "2.0.0" pytest-xdist = "3.3.1" ruff = "0.0.276"