From f372db12843eac7463641a69bc89bb0e8cd0dec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 03:27:39 +0000 Subject: [PATCH] build: bump the development-tooling group with 5 updates Bumps the development-tooling group with 5 updates: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.5.0` | `1.6.0` | | [coverage](https://github.com/coveragepy/coveragepy) | `7.15.2` | `7.16.0` | | [mypy](https://github.com/python/mypy) | `2.3.0` | `2.3.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.0` | `0.16.5` | | [setuptools](https://github.com/pypa/setuptools) | `82.0.1` | `84.0.0` | Updates `build` from 1.5.0 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.5.0...1.6.0) Updates `coverage` from 7.15.2 to 7.16.0 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.2...7.16.0) Updates `mypy` from 2.3.0 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) Updates `ruff` from 0.16.0 to 0.16.5 - [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.0...0.16.5) Updates `setuptools` from 82.0.1 to 84.0.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v82.0.1...v84.0.0) --- updated-dependencies: - dependency-name: build dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-tooling - dependency-name: coverage dependency-version: 7.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-tooling - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-tooling - dependency-name: ruff dependency-version: 0.16.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-tooling - dependency-name: setuptools dependency-version: 84.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-tooling ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db6f4e6..e3dfc97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools==82.0.1"] +requires = ["setuptools==84.0.0"] build-backend = "setuptools.build_meta" [project] @@ -31,10 +31,10 @@ dependencies = [] [project.optional-dependencies] dev = [ - "build==1.5.0", - "coverage==7.15.2", - "mypy==2.3.0", - "ruff==0.16.0", + "build==1.6.0", + "coverage==7.16.0", + "mypy==2.3.1", + "ruff==0.16.5", ] [project.urls] @@ -62,7 +62,7 @@ select = ["E", "F", "I", "B", "SIM", "RUF"] ignore = ["SIM105", "SIM117"] [tool.mypy] -# mypy==2.3.0 no longer accepts a Python 3.9 analysis target. Python 3.9 +# mypy==2.3.1 no longer accepts a Python 3.9 analysis target. Python 3.9 # remains enforced by the hosted runtime matrix and repository syntax validator. python_version = "3.10" strict = true