From 269052bda1f3815b388f1c23c6bf47e69a1e8450 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 25 Nov 2025 14:59:20 +0000 Subject: [PATCH 1/2] chore(deps): update dependency pytest to v9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 22c01d8..2378cdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ test = [ "isort==7.0.0; python_version >= '3.10'", "mypy==1.18.2", "pytest-asyncio==1.2.0", - "pytest==8.4.2", + "pytest==9.0.1", "pytest-cov==7.0.0" ] From 11b3d90d83dad08c7ba354ccbab41fd94ac4ab68 Mon Sep 17 00:00:00 2001 From: dishaprakash <57954147+dishaprakash@users.noreply.github.com> Date: Wed, 26 Nov 2025 15:29:42 +0530 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92aeb79..f1de915 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test = [ "black[jupyter]==25.9.0", "isort==7.0.0", "mypy==1.18.2", - "pytest-asyncio==1.2.0", + "pytest-asyncio==1.3.0", "pytest==9.0.1", "pytest-cov==7.0.0" ]