From 9b002e0e270fcbd8233d871fba14ba337e0b2e1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 06:46:34 +0000 Subject: [PATCH] fix(deps): update dependency pytest-asyncio to ^0.25.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1ff27e4..e44040b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ emojiflags = "^0.1.1" orjson = "^3.8.3" pydantic = "^2.0.3" pytest = { version = "^8.0.0", optional = true } -pytest-asyncio = { version = "^0.24.0", optional = true } +pytest-asyncio = { version = "^0.25.0", optional = true } pytest-mock = { version = "^3.10.0", optional = true } toml = { version = "^0.10.2", optional = true } sphinx = { version = "^7.0.0", optional = true } @@ -51,7 +51,7 @@ pyjwt = "^2.6.0" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" -pytest-asyncio = "^0.24.0" +pytest-asyncio = "^0.25.0" pytest-mock = "^3.10.0" mypy = "^1.0" toml = "^0.10.2"