Skip to content

Commit 8cd7e42

Browse files
chore(deps-dev): bump async-solipsism from 0.8 to 0.9 (#239)
Bumps [async-solipsism](https://github.com/bmerry/async-solipsism) from 0.8 to 0.9. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/bmerry/async-solipsism/commit/f13e9f6128e219a94e9d242ed716903aaf0a2d8d"><code>f13e9f6</code></a> Bump version to 0.9</li> <li><a href="https://github.com/bmerry/async-solipsism/commit/001311a837209d2316f15bfe7b477c059b1b68bb"><code>001311a</code></a> Use Runner with factory that sets event loop</li> <li><a href="https://github.com/bmerry/async-solipsism/commit/28bc090d41f668eb27f1f46203672a4e4209a9aa"><code>28bc090</code></a> Make things work on latest pytest-asyncio</li> <li><a href="https://github.com/bmerry/async-solipsism/commit/f1157336950a7157b9278f880415e4d055eca646"><code>f115733</code></a> Remove pytest marks to support Python &lt; 3.7</li> <li><a href="https://github.com/bmerry/async-solipsism/commit/ccf1d303bb425fb4a4fc6b56804998ef03c9429a"><code>ccf1d30</code></a> Update assorted dependencies</li> <li><a href="https://github.com/bmerry/async-solipsism/commit/dbd3d1bed04e4f80a0c0d23247ea842b7128ced4"><code>dbd3d1b</code></a> Switch to uv for pip-compile pre-commit hook</li> <li>See full diff in <a href="https://github.com/bmerry/async-solipsism/compare/0.8...0.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-solipsism&package-manager=pip&previous-version=0.8&new-version=0.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 5a102a4 + a2c62e2 commit 8cd7e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dev-pytest = [
100100
"frequenz-repo-config[extra-lint-examples] == 0.13.8",
101101
"pytest-mock == 3.15.1",
102102
"pytest-asyncio == 1.3.0",
103-
"async-solipsism == 0.8",
103+
"async-solipsism == 0.9",
104104
"deepdiff == 8.6.1",
105105
]
106106
dev = [

0 commit comments

Comments
 (0)