From ee1d58cbda7206058d2f1121fb14b85628dee13c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 00:01:40 +0000 Subject: [PATCH] build(deps): bump pytest-asyncio from 0.24.0 to 0.25.3 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.24.0 to 0.25.3. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.24.0...v0.25.3) --- 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 5b689b1..2b43cef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ tests = [ "pytest==8.3.3", "pytest-cov==6.0.0", "pytest-mock==3.14.0", - "pytest-asyncio==0.24.0", + "pytest-asyncio==0.25.3", "requests==2.32.3" ] dev = [