Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Bump setuptools-rust from 1.7.0 to 1.8.0 #16574

Merged
merged 3 commits into from Oct 30, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Bumps setuptools-rust from 1.7.0 to 1.8.0.

Release notes

Sourced from setuptools-rust's releases.

v1.8.0

Packaging

  • Drop support for Python 3.7. #357
  • Remove direct imports from pkg_resources. #359

Added

  • Add support for setting a custom cargo profile with the SETUPTOOLS_RUST_CARGO_PROFILE environment variable. #364
Changelog

Sourced from setuptools-rust's changelog.

1.8.0 (2023-10-26)

Packaging

  • Drop support for Python 3.7. #357
  • Remove direct imports from pkg_resources. #359

Added

  • Add support for setting a custom cargo profile with the SETUPTOOLS_RUST_CARGO_PROFILE environment variable. #364
Commits
  • 558d7eb release: 1.8.0
  • 2f83f51 Merge pull request #378 from davidhewitt/ruff
  • 2a7a5df use ruff
  • 04108e5 Merge pull request #368 from PyO3/dependabot/cargo/examples/html-py-ever/pyo3...
  • bf84143 Merge pull request #369 from PyO3/dependabot/github_actions/actions/checkout-4
  • bcfc46b build(deps): bump pyo3 from 0.19.2 to 0.20.0 in /examples/html-py-ever
  • 5e15bb6 Merge pull request #370 from PyO3/dependabot/github_actions/uraimo/run-on-arc...
  • 4511300 build(deps): bump actions/checkout from 3 to 4
  • 2a705d1 Merge pull request #371 from PyO3/dependabot/cargo/examples/namespace_package...
  • 1e291bb build(deps): bump pyo3 in /examples/namespace_package
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [setuptools-rust](https://github.com/PyO3/setuptools-rust) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/PyO3/setuptools-rust/releases)
- [Changelog](https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md)
- [Commits](PyO3/setuptools-rust@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: setuptools-rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner October 30, 2023 04:36
@dependabot dependabot bot added dependencies Pull requests from dependabot that update a dependency file python Pull requests that update Python code labels Oct 30, 2023
@DMRobertson
Copy link
Contributor

Do we need to update

requires = ["poetry-core>=1.1.0,<=1.7.0", "setuptools_rust>=1.3,<=1.7.0"]
and/or
setuptools_rust = ">=1.3"
?

@DMRobertson
Copy link
Contributor

I assume that the errors are only the crumbliest, flakiest test runs (which taste like test runs never did before). Rerunning.

@DMRobertson DMRobertson merged commit a3f6200 into develop Oct 30, 2023
35 of 39 checks passed
@DMRobertson DMRobertson deleted the dependabot/pip/setuptools-rust-1.8.0 branch October 30, 2023 13:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests from dependabot that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant