From c55dfdc0c6cd65bebaaed022892253a0b9ba92db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:06:44 +0000 Subject: [PATCH] deps: bump the python-dependencies group across 1 directory with 3 updates Updates the requirements on [mypy](https://github.com/python/mypy), [ruff](https://github.com/astral-sh/ruff) and [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.0.0...v2.1.0) Updates `ruff` to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.0...0.15.12) Updates `typing-extensions` to 4.15.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.0.0...4.15.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ea75a2a..c2c7b3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,10 +40,10 @@ module-root = "" [dependency-groups] dev = [ - "mypy>=1", + "mypy>=2.1.0", "pytest>=9.0.3", - "ruff>=0.8", - "typing-extensions>=4", + "ruff>=0.15.12", + "typing-extensions>=4.15.0", ] [tool.mypy]