From e68991a0c994a3316a4a70812123f896530c7add Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:56:17 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.7 to 0.23.8 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.7 to 0.23.8. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.7...v0.23.8) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3a05d3..fd40120 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ lint = [ test-core = [ "coverage[toml]==7.6.0", "pytest==8.2.2", - "pytest-asyncio==0.23.7", + "pytest-asyncio==0.23.8", ] testing = [