From 5bfe75b146dda9a3d1ea4c13537726fe7b9dda29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 08:24:50 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 0.21.0 to 0.21.1 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] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8fd45107..f2c3a157 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1241,13 +1241,13 @@ testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "pygments (>=2. [[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] @@ -1680,4 +1680,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "~=3.9" -content-hash = "88c1b3282873815bd207fa34b6c9670e4b34bb91e0e5079e69ccb5dcd87ede02" +content-hash = "f5028a11463a9620aebe3b4cc3323d40f890b17d1cfc87613182bb17484d4bdb" diff --git a/pyproject.toml b/pyproject.toml index 5f0dd472..a51478e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ pre-commit = "^3.2.1" pylint = "^2.17.1" flake8 = "^6.0.0" pytest = "^7.2.2" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.21.1" #