From eed2fb67490b0b430033c8846ad3b83ecef821a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 13:25:20 +0000 Subject: [PATCH] deps: bump the dev-tooling group with 6 updates Bumps the dev-tooling group with 6 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `26.5.1` | | [isort](https://github.com/PyCQA/isort) | `6.0.1` | `8.0.1` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `2.3.0` | | [types-pyyaml](https://github.com/python/typeshed) | `6.0.12.20250809` | `6.0.12.20260724` | | [build](https://github.com/pypa/build) | `1.3.0` | `1.5.0` | | [wheel](https://github.com/pypa/wheel) | `0.45.1` | `0.48.0` | Updates `black` from 25.1.0 to 26.5.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.1.0...26.5.1) Updates `isort` from 6.0.1 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.0.1...8.0.1) Updates `mypy` from 1.17.1 to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v2.3.0) Updates `types-pyyaml` from 6.0.12.20250809 to 6.0.12.20260724 - [Commits](https://github.com/python/typeshed/commits) Updates `build` from 1.3.0 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.3.0...1.5.0) Updates `wheel` from 0.45.1 to 0.48.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.45.1...0.48.0) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-tooling - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-tooling - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-tooling - dependency-name: types-pyyaml dependency-version: 6.0.12.20260724 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-tooling - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tooling - dependency-name: wheel dependency-version: 0.48.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- requirements-dev.txt | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ec6652c..3b6bb48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,11 +41,11 @@ dependencies = [ [project.optional-dependencies] dev = [ "pytest>=7.0.0", - "black>=22.0.0", - "isort>=5.0.0", + "black>=26.5.1", + "isort>=8.0.1", "flake8>=5.0.0", - "mypy>=0.9.0", - "types-PyYAML>=6.0.0", + "mypy>=2.3.0", + "types-PyYAML>=6.0.12.20260724", ] test = [ "pytest>=7.0.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index ac8cfe4..fc35b2a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,8 @@ -black==25.1.0 -isort==6.0.1 +black==26.5.1 +isort==8.0.1 flake8==7.3.0 -mypy==1.17.1 -types-PyYAML==6.0.12.20250809 +mypy==2.3.0 +types-PyYAML==6.0.12.20260724 types-click==7.1.8 -build==1.3.0 -wheel==0.45.1 +build==1.5.0 +wheel==0.48.0