Skip to content

Commit

Permalink
chore(deps): bump pyo3 from 0.23.2 to 0.23.3 in the pyo3 group (#103)
Browse files Browse the repository at this point in the history
Bumps the pyo3 group with 1 update:
[pyo3](https://github.com/pyo3/pyo3).

Updates `pyo3` from 0.23.2 to 0.23.3
<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.23.3</h2>
<p><strong><em>This release is a soundness fix for PyO3 0.23.0 through
0.23.2.</em></strong></p>
<p>In PyO3 0.23.0 the <code>PYO3_CONFIG_FILE</code> environment variable
used to configure builds regressed such that changing the environment
variable would no longer trigger PyO3 to reconfigure and recompile. In
combination with workflows using tools such as <code>maturin</code> to
build for multiple versions in a single build, this leads to Python
wheels being compiled against the wrong Python API version.</p>
<p>All users who distribute artefacts for multiple Python versions are
encouraged to update and rebuild with PyO3 0.23.3. Affected wheels
produced from PyO3 0.23.0 through 0.23.2 are highly unstable and will
crash the Python interpreter in unpredictable ways.</p>
<p>Aside from this fix, PyO3 0.23.3 contains some fixes to link
configuration for Python 3.13t on Windows.</p>
<p>Thank you to the following contributors for the improvements:</p>
<p><a
href="https://github.com/davidhewitt"><code>@​davidhewitt</code></a>
<a href="https://github.com/Icxolu"><code>@​Icxolu</code></a>
<a href="https://github.com/kemingy"><code>@​kemingy</code></a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md">pyo3's
changelog</a>.</em></p>
<blockquote>
<h2>[0.23.3] - 2024-12-03</h2>
<h3>Packaging</h3>
<ul>
<li>Bump optional <code>python3-dll-a</code> dependency to 0.2.11. <a
href="https://github.com/PyO3/pyo3/pull/4749">#4749</a></li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix unresolved symbol link failures on Windows when compiling for
Python 3.13t with <code>abi3</code> features enabled. <a
href="https://github.com/PyO3/pyo3/pull/4733">#4733</a></li>
<li>Fix unresolved symbol link failures on Windows when compiling for
Python 3.13t using the <code>generate-import-lib</code> feature. <a
href="https://github.com/PyO3/pyo3/pull/4749">#4749</a></li>
<li>Fix compile-time regression in PyO3 0.23.0 where changing
<code>PYO3_CONFIG_FILE</code> would not reconfigure PyO3 for the new
interpreter. <a
href="https://github.com/PyO3/pyo3/pull/4758">#4758</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyO3/pyo3/commit/b5599dcdb0f24274988e3136f04895bfd67f6a40"><code>b5599dc</code></a>
release: 0.23.3</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/a423c79f0d73956696eedbc7716bd04b080def94"><code>a423c79</code></a>
fix <code>PYO3_CONFIG_FILE</code> env var not requesting rebuilds (<a
href="https://github.com/pyo3/pyo3/issues/4758">#4758</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/9c862e58e30c4843ac360031ce8f83bceb47a8f7"><code>9c862e5</code></a>
fix another <code>unsafe_op_in_unsafe_fn</code> trigger (<a
href="https://github.com/pyo3/pyo3/issues/4753">#4753</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/5c681ca7ea5bb7044029ae987471b83b5e1f809f"><code>5c681ca</code></a>
support python3-dll-a free-threaded generation (<a
href="https://github.com/pyo3/pyo3/issues/4749">#4749</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/3cb0b87aeedd639044f7e3b1007ad71b85f7f275"><code>3cb0b87</code></a>
ci: test debug builds using 3.13.0 (<a
href="https://github.com/pyo3/pyo3/issues/4750">#4750</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/9714eabfc3a23f4de3fc6967fd41a9afc43cb1ef"><code>9714eab</code></a>
don't link to abi3 dll on windows for free-threaded build (<a
href="https://github.com/pyo3/pyo3/issues/4733">#4733</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/a75242547b41fee1784130fa0f9c52bfde179aab"><code>a752425</code></a>
add missing CHANGELOG entry for 4589 (<a
href="https://github.com/pyo3/pyo3/issues/4744">#4744</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/d3f79cf8df536a4a39c38571d7b2297ac96bbbdc"><code>d3f79cf</code></a>
ci: updates for Rust 1.83 (<a
href="https://github.com/pyo3/pyo3/issues/4741">#4741</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/42bd0e5d7cbbdc2641b6c3368cc7659d34795cff"><code>42bd0e5</code></a>
Update class.md (<a
href="https://github.com/pyo3/pyo3/issues/4739">#4739</a>)</li>
<li><a
href="https://github.com/PyO3/pyo3/commit/824ba56849b02ca1c0b81c677197ee5f2e5ef1d3"><code>824ba56</code></a>
fix clippy beta (<a
href="https://github.com/pyo3/pyo3/issues/4737">#4737</a>)</li>
<li>See full diff in <a
href="https://github.com/pyo3/pyo3/compare/v0.23.2...v0.23.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pyo3&package-manager=cargo&previous-version=0.23.2&new-version=0.23.3)](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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent b4bad30 commit a10769a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ path = "tests/lib.rs"
[workspace.dependencies]
derive_more = "1.0.0"
itertools = "0.13.0"
pyo3 = "0.23.2"
pyo3 = "0.23.3"
pythonize = "0.23.0"
rstest = "0.23.0"
serde = "1.0"
Expand Down

0 comments on commit a10769a

Please sign in to comment.