s-zeng / dhall-python

Up-to-date and maintained python bindings for dhall, a functional configuration language
https://pypi.org/project/dhall/
Apache License 2.0
44 stars 6 forks source link

Update maturin requirement from ~=0.9 to ~=1.1 #152

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on maturin to permit the latest version.

Release notes

Sourced from maturin's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/PyO3/maturin/compare/v1.0.1...v1.1.0

Changelog

Sourced from maturin's changelog.

[1.1.0] - 2023-06-10

  • Add basic support for GraalPy in #1645
  • Refactor abi tag to use EXT_SUFFIX in #1648
  • Add Linux loongarch64 architecture support in #1653
  • Add --skip-install option to maturin develop in #1654

[1.0.1] - 2023-05-28

  • Add more Python 3.12 sysconfigs in #1629
  • Fix panicking when no cargo build targets are selected in #1635

[1.0.0] - 2023-05-23

  • Add support for multiple --config-settings in PEP517 backend in #1624
  • Remove deprecated --universal2 cli option in #1620, use --target universal2-apple-darwin instead.

[0.15.3] - 2023-05-20

  • Fix cross compile Apple universal2 wheels on non-macOS platforms by MisLink in #1613
  • Add PEP 517 config_settings support in #1619, deprecate MATURIN_PEP517_ARGS in favor of the new build-args config setting.

[0.15.2] - 2023-05-16

  • When determining the python module name, use pyproject.toml project.name over Cargo.toml package.name in #1608
  • Fix rewriting dev-dependencies in sdist in #1610

[0.15.1] - 2023-05-07

  • Fix finding interpreters from bundled sysconfigs in #1598

[0.15.0] - 2023-05-07

  • Breaking Change: Build with --no-default-features by default when bootstrapping from sdist in #1333
  • Breaking Change: Remove deprecated sdist-include option in pyproject.toml in #1335
  • Breaking Change: Remove deprecated python-source option in Cargo.toml in #1335
  • Breaking Change: Turn patchelf version warning into a hard error in #1335
  • Breaking Change: uniffi_bindgen CLI is required for building uniffi bindings wheels in #1352
  • Add Cargo compile targets configuration for filtering multiple bin targets in #1339
  • Respect rustflags settings in cargo configuration file in #1405
  • Add support for uniffi 0.23 in #1481
  • Add support for custom TLS certificate authority bundle in #1483
  • Bump MSRV to 1.64.0 in #1528
  • Add wildcards support to publish/upload commands on Windows in #1534
  • Add support for configuring macOS deployment target version in pyproject.toml in #1536
  • Rewrite platform specific dependencies in Cargo.toml by viccie30 in #1572
  • Add trusted publisher support in #1578
  • Add new git source distribution generator in #1587

... (truncated)

Commits


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 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)