From bf4065bcb6770b3895964a2315011840055536dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 11:05:28 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.6 to 0.23.7 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.6 to 0.23.7. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.6...v0.23.7) --- 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 a5f7e49..43a3573 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ lint = [ test-core = [ "coverage[toml]==7.5.3", "pytest==8.2.1", - "pytest-asyncio==0.23.6", + "pytest-asyncio==0.23.7", ] testing = [