From 3dbb95a6184652ea9b8c36bc33522fc14835b41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 12:45:15 +0000 Subject: [PATCH] deps(deps-dev): bump the py-dev group across 1 directory with 2 updates Updates the requirements on [mypy](https://github.com/python/mypy) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.3.0) Updates `setuptools` to 83.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v83.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: py-dev - dependency-name: setuptools dependency-version: 83.0.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 2e564af..c31af87 100644 --- a/sdk/python/pyproject.toml +++ b/sdk/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=82.0.1", "wheel"] +requires = ["setuptools>=83.0.0", "wheel"] build-backend = "setuptools.build_meta" [project] @@ -46,7 +46,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=9.1.1,<10.0", - "mypy>=2.1.0,<3.0", + "mypy>=2.3.0,<3.0", ] [project.urls]