Commit 611cf38
authored
Build(deps): bump pyo3 from 0.27.0 to 0.27.1 (#212)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.27.0 to 0.27.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pyo3/pyo3/releases">pyo3's
releases</a>.</em></p>
<blockquote>
<h2>PyO3 0.27.1</h2>
<p>This release fixes a clippy lint regression in PyO3 0.27.0, and
exposes the <code>PySendResult</code> type (the return value from
<code>Bound<PyIterator>::send</code>).</p>
<p>Thank you to the following contributors for the improvements:</p>
<p><a href="https://github.com/alex"><code>@alex</code></a>
<a href="https://github.com/davidhewitt"><code>@davidhewitt</code></a>
<a href="https://github.com/reaperhulk"><code>@reaperhulk</code></a>
<a href="https://github.com/tpoliaw"><code>@tpoliaw</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyO3/pyo3/blob/v0.27.1/CHANGELOG.md">pyo3's
changelog</a>.</em></p>
<blockquote>
<h2>[0.27.1] - 2025-10-21</h2>
<h3>Fixed</h3>
<ul>
<li>Fix <code>clippy:declare_interior_mutable_const</code> warning from
<code>#[pyfunction]</code>. <a
href="https://redirect.github.com/PyO3/pyo3/pull/5538">#5538</a></li>
<li>Expose <code>pyo3::types::PySendResult</code> in public API. <a
href="https://redirect.github.com/PyO3/pyo3/pull/5539">#5539</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyO3/pyo3/commit/9fbcf7c801dca56a985118ea20d10e9fab7c71ba"><code>9fbcf7c</code></a>
release: 0.27.1</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/fdfddc8e1e37d462c13b3fc9a5e07d7a2a945280"><code>fdfddc8</code></a>
Expose types::iterator::PySendResult in types module (<a
href="https://redirect.github.com/pyo3/pyo3/issues/5539">#5539</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/a09540b8cebef6192c79b9689ca10d6f343f744f"><code>a09540b</code></a>
update MSRV shields.io badge (<a
href="https://redirect.github.com/pyo3/pyo3/issues/5540">#5540</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/1e6db5356774e2e30e83bf3b31b81836337f19e3"><code>1e6db53</code></a>
fixes <a
href="https://redirect.github.com/pyo3/pyo3/issues/5537">#5537</a> --
silence a clippy warning on rust 1.83 (<a
href="https://redirect.github.com/pyo3/pyo3/issues/5538">#5538</a>)</li>
<li>See full diff in <a
href="https://github.com/pyo3/pyo3/compare/v0.27.0...v0.27.1">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>2 files changed
Lines changed: 11 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
0 commit comments