From a44920770c3e3e138c4b2c336f2037f74f50c055 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 08:46:17 +0000 Subject: [PATCH] Build(deps): 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 7ffabf7..6681ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dev-pytest = [ "frequenz-repo-config[extra-lint-examples] == 0.13.5", "pytest-mock == 3.14.1", "pytest-asyncio == 1.1.0", - "async-solipsism == 0.7", + "async-solipsism == 0.8", ] dev = [ "pymdownx-superfence-filter-lines[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",