From 900173689554da828434f2f5c4688cc17d39b266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:51:12 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 0.21.1 to 0.22.0 (#318) 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 | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index bc8e0bcb..ad5317fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiofile" @@ -676,13 +676,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] @@ -807,4 +807,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "8db0f2f2e3ee594dbf87010e7cfe2cdfa2e2bebe4ee8c8e10a020d3c2d5da662" +content-hash = "db0e510b4ef86ff3734d37576bf4e147ab5572321456b75618594315d42d4782" diff --git a/pyproject.toml b/pyproject.toml index de763fe8..7595e6c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ types-psutil = "^5.9.5.16" [tool.poetry.group.dev.dependencies] pytest = "^7.1.1" -pytest-asyncio = ">=0.18.3,<0.22.0" +pytest-asyncio = ">=0.18.3,<0.23.0" asynctest = "^0.13.0" freezegun = "^1.2.1" black = "23.10.0"