From acb70c19e23627d41129a22852d8dd00b0c06e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 11:21:31 +0000 Subject: [PATCH 1/2] build(deps-dev): bump pytest from 7.4.2 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 9.1.1. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... 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 6286c4c..50faeb5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -pytest==7.4.2 +pytest==9.1.1 pytest-aiohttp==1.0.5 pytest-asyncio==0.21.1 pytest-cov==4.1.0 From 2bff10eea13ec6e6293584e4c167a293765ed8f6 Mon Sep 17 00:00:00 2001 From: Dhruv Manilawala Date: Sat, 5 Sep 2026 17:02:47 +0530 Subject: [PATCH 2/2] fix: update asyncio plugin for pytest compatibility --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 50faeb5..d439e5c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt pytest==9.1.1 pytest-aiohttp==1.0.5 -pytest-asyncio==0.21.1 +pytest-asyncio==0.21.2 pytest-cov==4.1.0