From 0656cc81d3e761fd2518846eec5c66af49fb2159 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:11:36 +0000 Subject: [PATCH] Bump pytest-asyncio from 0.23.8 to 0.24.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.23.8...v0.24.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-type: direct:production 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 7967dfe..65afa7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ lint = [ test-core = [ "coverage[toml]==7.6.1", "pytest==8.3.2", - "pytest-asyncio==0.23.8", + "pytest-asyncio==0.24.0", "httpx==0.27.0", ]