From d86e65b7fd651e53edda7a1df74f53317b7099f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 05:24:19 +0000 Subject: [PATCH] build(deps-dev): bump pytest from 9.0.2 to 9.1.1 Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 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/9.0.2...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c860cff..8c16c40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ version = {attr = "diffannotator.config.__version__"} # see: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata [project.optional-dependencies] dev = [ - "pytest==9.0.2", # includes 'subtests' since version 9.0.0 + "pytest==9.1.1", # includes 'subtests' since version 9.0.0 "pytest-benchmark==5.2.3", "pytest-clarity==1.0.1", "psutil==7.2.2",