From 75ea5a54e2bdb522ef9782f404f6c6dde570064e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 19:02:06 +0000 Subject: [PATCH] Bump pytest from 9.0.3 to 9.1.1 in the minor group across 1 directory Bumps the minor group with 1 update in the / directory: [pytest](https://github.com/pytest-dev/pytest). Updates `pytest` from 9.0.3 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.3...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: 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 43111b3..5970b30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ dev-pylint = [ ] dev-pytest = [ "frequenz-microgrid-component-graph[microgrid]", - "pytest == 9.0.3", + "pytest == 9.1.1", "pylint == 4.0.6", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.18.0", "pytest-mock == 3.15.1",