From 6748dba49077e0a419727e96511cca4422475a77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 04:56:16 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-asyncio from 1.0.0 to 1.1.0 --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c6e01be8..f36f7a4c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -88,7 +88,7 @@ python-dotenv==1.1.1 pytest-trio==0.8.0 -pytest-asyncio==1.0.0 +pytest-asyncio==1.1.0 pywin32==311 ; platform_system == 'Windows'