From 24b9d2bb62797e0b66d82197ad643f458a1b87d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:41:13 +0000 Subject: [PATCH] Bump the python-dependencies-dev group across 1 directory with 4 updates Bumps the python-dependencies-dev group with 4 updates in the / directory: [build](https://github.com/pypa/build), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit) and [ruff](https://github.com/astral-sh/ruff). Updates `build` from 1.4.3 to 1.5.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.3...1.5.0) Updates `mypy` from 1.20.1 to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.20.1...v2.0.0) Updates `pre-commit` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v4.5.1...v4.6.0) Updates `ruff` from 0.15.10 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.15.10...0.15.12) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies-dev - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies-dev - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies-dev - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies-dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1742d214a..609e8f1f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ testing = [ ] dev = [ - "mypy~=1.0", + "mypy>=1,<3", "pre-commit>=3,<5", "invoke~=3.0", "types-requests", diff --git a/requirements-dev.txt b/requirements-dev.txt index 0a6c1d1af..779d71b72 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ -build==1.4.3 +build==1.5.0 invoke==3.0.3 jsondiff==2.2.1 -mypy==1.20.1 -pre-commit==4.5.1 +mypy==2.0.0 +pre-commit==4.6.0 pytest==9.0.3 pytest-asyncio==1.3.0 pytest-cov==7.1.0 -ruff==0.15.10 +ruff==0.15.12 types-pyyaml types-requests