From 2285c4f8913592897a0ef8097f5602e600073239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:06:59 +0000 Subject: [PATCH] Build(deps-dev): 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 e7232c2..e435332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,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", "hypothesis == 6.142.5", "frequenz-quantities[marshmallow]", ]