From d61b919030372bcc7042c3689bd986284a20f5aa Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 4 Jul 2025 09:05:25 +0000
Subject: [PATCH] Bump setuptools-rust from 1.10.2 to 1.11.1 (#18655)
Bumps [setuptools-rust](https://github.com/PyO3/setuptools-rust) from
1.10.2 to 1.11.1.
Release notes
Sourced from setuptools-rust's
releases.
v1.11.1
Fixed
- Fix finding cargo artifacts when filenames are empty. #521
v1.11.0
Packaging
- Drop support for Python 3.8. #479
- Support free-threaded Python. #502
- Support adding custom env vars. #504
Changelog
Sourced from setuptools-rust's
changelog.
1.11.1 (2025-04-04)
Fixed
- Fix finding cargo artifacts when filenames are empty. #521
1.11.0 (2025-03-14)
Packaging
- Drop support for Python 3.8. #479
- Support free-threaded Python. #502
- Support adding custom env vars. #504
Commits
cc5c233
release: 1.11.1 (#529)
faa610d
Fix finding cargo artifacts when filenames are empty (#521)
a766bd5
use SETUPTOOLS_RUST_CARGO_PROFILE=dev for main matrix,
document it (#527)
229c492
build(deps): bump the deps group across 5 directories with 1 update (#522)
4141b0b
build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.2 (#523)
fc4d72c
build(deps): bump pyo3 in /examples/hello-world-setuppy (#524)
f20ba9c
replace quansight-labs/setup-python with actions/setup-python (#520)
1054e1c
release: 1.11.0 (#518)
d6817d7
Support adding custom env vars (#504)
17980ef
build(deps): bump the deps group across 3 directories with 1 update (#516)
- Additional commits viewable in compare
view
[](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)
---
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)
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
poetry.lock | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 5a2294f867..ca0850353d 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -2613,18 +2613,18 @@ type = ["importlib_metadata (>=7.0.2) ; python_version < \"3.10\"", "jaraco.deve
[[package]]
name = "setuptools-rust"
-version = "1.10.2"
+version = "1.11.1"
description = "Setuptools Rust extension plugin"
optional = false
-python-versions = ">=3.8"
+python-versions = ">=3.9"
groups = ["main"]
files = [
- {file = "setuptools_rust-1.10.2-py3-none-any.whl", hash = "sha256:4b39c435ae9670315d522ed08fa0e8cb29f2a6048033966b6be2571a90ce4f1c"},
- {file = "setuptools_rust-1.10.2.tar.gz", hash = "sha256:5d73e7eee5f87a6417285b617c97088a7c20d1a70fcea60e3bdc94ff567c29dc"},
+ {file = "setuptools_rust-1.11.1-py3-none-any.whl", hash = "sha256:5eaaddaed268dc24a527ffa659ce56b22d3cf17b781247b779efd611031fe8ea"},
+ {file = "setuptools_rust-1.11.1.tar.gz", hash = "sha256:7dabc4392252ced314b8050d63276e05fdc5d32398fc7d3cce1f6a6ac35b76c0"},
]
[package.dependencies]
-semantic-version = ">=2.8.2,<3"
+semantic_version = ">=2.8.2,<3"
setuptools = ">=62.4"
[[package]]