matrix-org / synapse

Synapse: Matrix homeserver written in Python/Twisted.
https://matrix-org.github.io/synapse
Apache License 2.0
11.82k stars 2.13k forks source link

Bump setuptools-rust from 1.7.0 to 1.8.0 #16574

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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 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)
DMRobertson commented 1 year ago

Do we need to update https://github.com/matrix-org/synapse/blob/79f48b2b4fd6a90d919dc64f5a8d393c50cd5652/pyproject.toml#L384 and/or https://github.com/matrix-org/synapse/blob/79f48b2b4fd6a90d919dc64f5a8d393c50cd5652/pyproject.toml#L227 ?

DMRobertson commented 1 year ago

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