From 49da38d5cb895f42b1a42f1923fee49d3e657a78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 21:53:09 +0000 Subject: [PATCH] build(deps-dev): bump the python group across 1 directory with 3 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mutmut](https://github.com/boxed/mutmut) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `pytest` to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.0.0...9.1.1) Updates `mutmut` to 3.6.0 - [Changelog](https://github.com/boxed/mutmut/blob/main/HISTORY.rst) - [Commits](https://github.com/boxed/mutmut/compare/3.0.0...3.6.0) Updates `setuptools` to 83.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/v68.0.0...v83.0.0) --- updated-dependencies: - dependency-name: mutmut dependency-version: 3.6.0 dependency-type: direct:development dependency-group: python - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: python ... Signed-off-by: dependabot[bot] --- harness/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harness/pyproject.toml b/harness/pyproject.toml index 2c7db76..f2ed19a 100644 --- a/harness/pyproject.toml +++ b/harness/pyproject.toml @@ -5,10 +5,10 @@ requires-python = ">=3.11" dependencies = [] [project.optional-dependencies] -dev = ["pytest>=8", "mutmut>=3"] +dev = ["pytest>=9.1.1", "mutmut>=3.6.0"] [build-system] -requires = ["setuptools>=68"] +requires = ["setuptools>=83.0.0"] build-backend = "setuptools.build_meta" [tool.setuptools.packages.find]