From 1d2549c70db9a0d5ed2c8c6f7d05159f078ccd59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 16:34:56 +0000 Subject: [PATCH] chore(deps-dev): update pytest requirement from >=8.3 to >=9.0.3 in /sdk Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [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/8.3.0...9.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/pyproject.toml b/sdk/pyproject.toml index 453a962..7f53681 100644 --- a/sdk/pyproject.toml +++ b/sdk/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.3", + "pytest>=9.0.3", "pytest-cov>=6.0", "pytest-asyncio>=1.3.0", "mypy>=1.14",