From 5486e30512febfead368aa886f16fda40ccd53bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:22:34 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.21.2 to 0.23.8 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.21.2 to 0.23.8. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.21.2...v0.23.8) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8390241..200275f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -136,7 +136,7 @@ pyre-check = "*" pyright = "*" pyroma = "^4.1" pytest = "*" -pytest-asyncio = "^0.21.0" +pytest-asyncio = "^0.23.8" radon = "*" retype = "^22.8.0" ruff = "^0.3.7"