From 0855efe7c962215512a6ece3542713e1875ed578 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:09:44 +0000 Subject: [PATCH] build(deps-dev): bump the dev-tools group across 1 directory 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.0 - [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.15.5...0.16.0) Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v2.3.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: dev-tools - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: dev-tools ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 091171d..db5302e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ pytest = ">=8.3,<10.0" pytest-asyncio = "^1.3.0" pytest-cov = "^7.0.0" pytest-mock = "^3.14.0" -ruff = "^0.15.5" -mypy = "^1.13.0" +ruff = ">=0.15.5,<0.17.0" +mypy = ">=1.13,<3.0" [build-system] requires = ["poetry-core"]