From c6bb04dc7f65ad164279d9f89994eed384dca25f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 14:43:40 +0100 Subject: [PATCH] Bump pytest-asyncio from 0.21.1 to 0.22.0 (#1024) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 956e3b90..e3601318 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1088,13 +1088,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] @@ -1523,4 +1523,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = ">=3.8,<4.0" -content-hash = "86df5b0b2c9ab1a1bb6801b02f7aa18039bbb8756dd2abb6a7423c4cd10d2fbe" +content-hash = "d13c461a9f7a4e8a4b87d24997a36e7d75787a7d783752c34bdd4ffdbdc0025b" diff --git a/pyproject.toml b/pyproject.toml index 1d985515..c0a205a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ isort = "^5.11.5" mypy = "^1.6" flake8 = "^5.0.4" pyupgrade = "^3.3.2" -pytest-asyncio = "^0.21.1" +pytest-asyncio = "^0.22.0" [build-system]