From 62807971eebb9746dbc3ae4b388bc447a3b97609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 07:26:41 +0000 Subject: [PATCH] build(deps): bump pytest-asyncio from 0.23.8 to 0.24.0 (#124) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54918d9..865303a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ spellcheck = [ tests = [ "aioresponses==0.7.6", "pytest==8.3.2", - "pytest-asyncio==0.23.8" + "pytest-asyncio==0.24.0" ] type_check = [ "mypy[pydantic]==1.8.0",