From 2396a96feaa18ab66e6bbd91723223ceaf7bf0dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 07:22:11 +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: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 75ffea8..17fbdbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ unit_tests = [ "pytest==8.3.2", "pytest-datafiles==3.0.0", "jsonpath-ng==1.6.1", - "pytest-asyncio==0.23.8" + "pytest-asyncio==0.24.0" ] integration_tests = [ "pytest==8.3.2",