From 3019419771ffd6abc30af17acbd64cf3ff0b0b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:25:01 +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 3f8a1cf..e5432f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -102,7 +102,7 @@ dev-pytest = [ "frequenz-repo-config[extra-lint-examples] == 0.13.8", "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", - "async-solipsism == 0.8", + "async-solipsism == 0.9", "time-machine == 3.2.0", "hypothesis == 6.151.4", "frequenz-client-dispatch[cli]",