From 8c1cf377138965d8851f7a86733fb049f10d2fea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 23:02:18 +0000 Subject: [PATCH] Bump async-solipsism from 0.8 to 0.9 Bumps [async-solipsism](https://github.com/bmerry/async-solipsism) from 0.8 to 0.9. - [Commits](https://github.com/bmerry/async-solipsism/compare/0.8...0.9) --- updated-dependencies: - dependency-name: async-solipsism dependency-version: '0.9' 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 67d9a4e5..62881083 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev-pylint = [ "pylint == 4.0.4", ] dev-pytest = [ - "async-solipsism == 0.8", + "async-solipsism == 0.9", "frequenz-repo-config[extra-lint-examples] == 0.13.7", "hypothesis == 6.143.0", "pytest == 8.4.2",