From 837a39a40f4102c4957d85105819a01fef217475 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 11:55:29 +0000 Subject: [PATCH] chore(deps): update dependency pytest-asyncio to ^0.25.0 --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index bfa43105..f9b7e77c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -832,21 +832,21 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.21.2" +version = "0.25.0" description = "Pytest support for asyncio" optional = false -python-versions = ">=3.7" +python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.21.2-py3-none-any.whl", hash = "sha256:ab664c88bb7998f711d8039cacd4884da6430886ae8bbd4eded552ed2004f16b"}, - {file = "pytest_asyncio-0.21.2.tar.gz", hash = "sha256:d67738fc232b94b326b9d060750beb16e0074210b98dd8b58a5239fa2a154f45"}, + {file = "pytest_asyncio-0.25.0-py3-none-any.whl", hash = "sha256:db5432d18eac6b7e28b46dcd9b69921b55c3b1086e85febfe04e70b18d9e81b3"}, + {file = "pytest_asyncio-0.25.0.tar.gz", hash = "sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=8.2,<9" [package.extras] -docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] -testing = ["coverage (>=6.2)", "flaky (>=3.5.0)", "hypothesis (>=5.7.1)", "mypy (>=0.931)", "pytest-trio (>=0.7.0)"] +docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] +testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-grpc" @@ -1311,4 +1311,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "e363708bb9784779feaaa6e3d3929b571119b18eed4938fd12aadec02366f96b" +content-hash = "0774217b2651509bc329f8d699035af98b485a7279294157c04529bf4db2da6d" diff --git a/pyproject.toml b/pyproject.toml index 0231e720..62c353b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ anyio = "^4.6.0" [tool.poetry.group.dev.dependencies] pytest = ">=7.4,<9.0" -pytest-asyncio = "^0.21.1" +pytest-asyncio = "^0.25.0" pytest-grpc = "^0.8.0" pytest-mock = "^3.11.1" pylint = ">=2.17.5,<4.0.0"