From 591b16eb9e7ac0a77f318587092e9db046835776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 10:52:17 +0000 Subject: [PATCH] build(deps-dev): bump pytest-asyncio in the pytest-dependencies group --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest-dependencies ... 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 0b793f8..2774929 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ betamax==0.9.0 betamax-serializers==0.2.1 pytest==8.4.1 -pytest-asyncio==1.0.0 +pytest-asyncio==1.1.0 pytest-cov==6.2.1 pytest-mock==3.14.1