From da692209a6d2679fa9321c75216a9172fde6cb74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:02:16 +0000 Subject: [PATCH] Bump pytest-asyncio from 1.1.0 to 1.3.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 1.1.0 to 1.3.0. - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.1.0...v1.3.0) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3becd13..217f632 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -54,7 +54,7 @@ pytest==8.4.2 # via # -r requirements-dev.in # pytest-asyncio -pytest-asyncio==1.1.0 +pytest-asyncio==1.3.0 # via -r requirements-dev.in ruff==0.4.7 # via -r requirements-dev.in @@ -63,7 +63,9 @@ types-pyopenssl==23.0.0.2 types-redis==4.6.0.20241004 # via -r requirements-dev.in typing-extensions==4.12.2 - # via mypy + # via + # mypy + # pytest-asyncio wheel==0.38.4 # via pip-tools