Skip to content

fix(deps): update rust crate pyo3-file to 0.13.0 #133

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2025

This PR contains the following updates:

Package Type Update Change
pyo3-file dependencies minor 0.12.0 -> 0.13.0

Release Notes

omerbenamram/pyo3-file (pyo3-file)

v0.13.0

Compare Source

What's Changed

Full Changelog: omerbenamram/pyo3-file@v0.12.0...v0.13.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented May 31, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --workspace
    Updating git repository `https://github.com/tafia/calamine.git`
From https://github.com/tafia/calamine
 * [new ref]         5cda5c734661f656bdfb7ac7a1b95e77bf89aa09 -> refs/commit/5cda5c734661f656bdfb7ac7a1b95e77bf89aa09
    Updating crates.io index
error: failed to select a version for `pyo3-ffi`.
    ... required by package `pyo3 v0.24.0`
    ... which satisfies dependency `pyo3 = "^0.24.0"` of package `python-calamine v0.3.2 (/tmp/renovate/repos/github/dimastbk/python-calamine)`
versions that meet the requirements `=0.24.0` are: 0.24.0

the package `pyo3-ffi` links to the native library `python`, but it conflicts with a previous package which links to `python` as well:
package `pyo3-ffi v0.25.0`
    ... which satisfies dependency `pyo3-ffi = "=0.25.0"` of package `pyo3 v0.25.0`
    ... which satisfies dependency `pyo3 = ">=0.25, <0.26"` of package `pyo3-file v0.13.0`
    ... which satisfies dependency `pyo3-file = "^0.13.0"` of package `python-calamine v0.3.2 (/tmp/renovate/repos/github/dimastbk/python-calamine)`
Only one package in the dependency graph may specify the same links value. This helps ensure that only one copy of a native library is linked in the final binary. Try to adjust your dependencies so that only one package uses the `links = "python"` value. For more information, see https://doc.rust-lang.org/cargo/reference/resolver.html#links.

failed to select a version for `pyo3-ffi` which could resolve this conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants