Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump trio from 0.25.0 to 0.25.1 (#172)
Bumps [trio](https://github.com/python-trio/trio) from 0.25.0 to 0.25.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/python-trio/trio/releases">trio's releases</a>.</em></p> <blockquote> <h2>v0.25.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/python-trio/trio/compare/v0.25.0...v0.25.1">https://github.com/python-trio/trio/compare/v0.25.0...v0.25.1</a></p> <h2>Bugfixes</h2> <ul> <li>Fix crash when importing trio in embedded Python on Windows, and other installs that remove docstrings. (<a href="https://redirect.github.com/python-trio/trio/issues/2987">python-trio/trio#2987</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/python-trio/trio/commit/a4646040129eff570c3d7e28cc55770563a4d4bd"><code>a464604</code></a> Bump version to 0.25.1</li> <li><a href="https://github.com/python-trio/trio/commit/f46f74da51e716a895d43e0c7b5cff2c6aa1bcca"><code>f46f74d</code></a> Merge pull request <a href="https://redirect.github.com/python-trio/trio/issues/2968">#2968</a> from kachida/feat/enable-hoverxref-in-trio-docs</li> <li><a href="https://github.com/python-trio/trio/commit/78666e745fe4411cc23c24be614ecd6b0cc75838"><code>78666e7</code></a> [pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.4.3 → v0.4.4</li> <li><a href="https://github.com/python-trio/trio/commit/7dbbac9df38d2219bc26dc52fb832aba7437b75e"><code>7dbbac9</code></a> [pre-commit.ci] pre-commit autoupdate ruff-pre-commit: v0.4.2 → v0.4.3</li> <li><a href="https://github.com/python-trio/trio/commit/f0cb0522f266afea56d7aa97014745093bb6fc7a"><code>f0cb052</code></a> use code-block instead of code</li> <li><a href="https://github.com/python-trio/trio/commit/91edf8937c7e7031ca5c6a234be936957cb82c10"><code>91edf89</code></a> Merge remote-tracking branch 'origin/master' into feat/enable-hoverxref-in-tr...</li> <li><a href="https://github.com/python-trio/trio/commit/5125043fe000cca152a495e50a605092724806c2"><code>5125043</code></a> various fixes</li> <li><a href="https://github.com/python-trio/trio/commit/1bb98ae0b84b4fd7fc2ef0a427ca8141f07bec02"><code>1bb98ae</code></a> Dependency updates (<a href="https://redirect.github.com/python-trio/trio/issues/2995">#2995</a>)</li> <li><a href="https://github.com/python-trio/trio/commit/d39f1869c0468a27c6080ff4e56880e4f917b693"><code>d39f186</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/python-trio/trio/issues/2994">#2994</a>)</li> <li><a href="https://github.com/python-trio/trio/commit/e1e3eff663935a6ca01d75ee8924e1bd5a77f54d"><code>e1e3eff</code></a> Remove <code>test_run_black</code> (<a href="https://redirect.github.com/python-trio/trio/issues/2993">#2993</a>)</li> <li>Additional commits viewable in <a href="https://github.com/python-trio/trio/compare/v0.25.0...v0.25.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=trio&package-manager=pip&previous-version=0.25.0&new-version=0.25.1)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information