From db10d32045a2cdad797eed82d41915fc97a4e20d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 22:15:53 +0000 Subject: [PATCH] chore(deps-dev): bump the dependencies group with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [mypy](https://github.com/python/mypy) to permit the latest version. Updates `ruff` to 0.16.4 - [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.16.3...0.16.4) Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.4 dependency-type: direct:development dependency-group: dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3d13e28..75d619e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,8 @@ license = { text = "MIT" } dev = [ "pytest>=9.1.1", "black>=26.5.1", - "ruff>=0.16.3", - "mypy>=2.3.0", + "ruff>=0.16.4", + "mypy>=2.3.1", "pre-commit>=4.6.2", "pylint>=4.0.7", ]