From a21338c96fd3244bb555690f544cf58e28d1fe93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Sep 2026 09:59:36 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [build](https://github.com/pypa/build). Updates `mypy` from 1.19.1 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v2.3.1) Updates `build` from 1.4.4 to 1.6.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.4.4...1.6.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-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 30bd556..0483b03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,11 +30,11 @@ adr = "scripts.adr:main" dev = [ "pytest==9.1.1", "pytest-cov==7.1.0", - "mypy==1.19.1", + "mypy==2.3.1", "ruff==0.16.6", "PyYAML==6.0.3", "tomli==2.4.0; python_version < '3.11'", - "build==1.4.4", + "build==1.6.0", ] [tool.ruff]