-
Notifications
You must be signed in to change notification settings - Fork 20
Commit 9f7e7c1
authored
Bump async-solipsism from 0.7 to 0.8 (#1257)
Bumps [async-solipsism](https://github.com/bmerry/async-solipsism) from
0.7 to 0.8.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/bmerry/async-solipsism/commit/0a2c3aa5a21c3f4be19457395a24384dc726db6e"><code>0a2c3aa</code></a>
Prepare for 0.8 release</li>
<li><a
href="https://github.com/bmerry/async-solipsism/commit/1615817918d83cde50b3805712930cf06f28b018"><code>1615817</code></a>
Make EventLoop.time() work even after the loop is closed</li>
<li><a
href="https://github.com/bmerry/async-solipsism/commit/71f486ee0fc357d8241b7fbc56c04a895e68d264"><code>71f486e</code></a>
Support socket.sendmsg</li>
<li><a
href="https://github.com/bmerry/async-solipsism/commit/bc2d9bcce876a56c9ef9474190062a4ff8b68ce2"><code>bc2d9bc</code></a>
Support getpeername for listening sockets</li>
<li><a
href="https://github.com/bmerry/async-solipsism/commit/80b4b290b63e92ca43da37b77604d6be05a2e2bc"><code>80b4b29</code></a>
Update requirements to newer versions</li>
<li><a
href="https://github.com/bmerry/async-solipsism/commit/adfa3097aab9fdbba6b046fcc8c0054a11b0ccc7"><code>adfa309</code></a>
Set asyncio_default_fixture_loop_scope for pytest</li>
<li><a
href="https://github.com/bmerry/async-solipsism/commit/8ea113dc7b2df0e4d633532a2d20841e77521a23"><code>8ea113d</code></a>
Remove old requirements.in</li>
<li><a
href="https://github.com/bmerry/async-solipsism/commit/a3568e2c901c16e13ebdd7eb29ebfc6a8f3d4ae8"><code>a3568e2</code></a>
Bump flake8 to the latest version</li>
<li>See full diff in <a
href="https://github.com/bmerry/async-solipsism/compare/0.7...0.8">compare
view</a></li>
</ul>
</details>
<br />
[](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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
0 commit comments