From 0334fa56dddf9a3bca63c86ddb8f50b8aa28fc37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:52:18 +0000 Subject: [PATCH] Build(deps-dev): bump pytest-asyncio from 0.21.1 to 0.22.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.1 to 0.22.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.1...v0.22.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8907c00d..39d0de31 100644 --- a/poetry.lock +++ b/poetry.lock @@ -789,13 +789,13 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.21.1" +version = "0.22.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.21.1.tar.gz", hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d"}, - {file = "pytest_asyncio-0.21.1-py3-none-any.whl", hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b"}, + {file = "pytest-asyncio-0.22.0.tar.gz", hash = "sha256:01da1bf94ff0b969cc8d760104f7c1011903d0d658bdaef0bbae769660a7fbc4"}, + {file = "pytest_asyncio-0.22.0-py3-none-any.whl", hash = "sha256:c09905acb3b79827aace4c67fe15097daea1b363c00c8236875395414914bad3"}, ] [package.dependencies] @@ -987,4 +987,4 @@ pydantic = ">=2.0,<3.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "328b2e0f682dd4abfeea93f5c5b2add002407b0721a5f2dc667b4e34f2dfd4ac" +content-hash = "522def6dc8cbecddc137870f485e5bf7fa9b3e41288c9c6d9722f6e82d299e70" diff --git a/pyproject.toml b/pyproject.toml index 97fe42db..55eaa786 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ uvicorn = "^0.23" [tool.poetry.group.dev.dependencies] pytest = "^7.4" pytest-cov = "^4.1" -pytest-asyncio = "^0.21" +pytest-asyncio = ">=0.21,<0.23" flake8 = "^6.1" flake8-docstrings = "^1.7" pylint = "^3.0"