From 9c3815d9e06c39902e8fade2754641f1dbec730c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 12:44:59 +0000 Subject: [PATCH] deps(deps-dev): bump the py-dev group in /sdk/python with 2 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `pytest` 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/8.4.2...9.1.1) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v2.1.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: py-dev - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: py-dev ... Signed-off-by: dependabot[bot] --- sdk/python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/python/pyproject.toml b/sdk/python/pyproject.toml index 3efc575..b2f5aee 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -46,8 +46,8 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=8.4.2,<9.0", - "mypy>=1.19.1,<2.0", + "pytest>=9.1.1,<10.0", + "mypy>=2.1.0,<3.0", ] [project.urls]