From 1df7e31f42193c679c736afe244f2ff85d98a509 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 10:15:55 +0000 Subject: [PATCH] Bump async-solipsism from 0.7 to 0.8 Bumps [async-solipsism](https://github.com/bmerry/async-solipsism) from 0.7 to 0.8. - [Commits](https://github.com/bmerry/async-solipsism/compare/0.7...0.8) --- updated-dependencies: - dependency-name: async-solipsism dependency-version: '0.8' dependency-type: direct:production 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 867deb0..2233ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ dev-pytest = [ "frequenz-repo-config[extra-lint-examples] == 0.13.5", "pytest-mock == 3.14.1", "pytest-asyncio == 1.0.0", - "async-solipsism == 0.7", + "async-solipsism == 0.8", ] dev = [ "frequenz-client-assets[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",