Skip to content

Commit fa614bc

Browse files
Update setuptools-rust requirement from <=1.5.2 to <=1.12.0
Updates the requirements on [setuptools-rust](https://github.com/PyO3/setuptools-rust) to permit the latest version. - [Release notes](https://github.com/PyO3/setuptools-rust/releases) - [Changelog](https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md) - [Commits](PyO3/setuptools-rust@v0.5.1...v1.12.0) --- updated-dependencies: - dependency-name: setuptools-rust dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 43076a8 commit fa614bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = [
3434
'redis<=4.3.4',
3535
# selenium 4.0 breaks with arm geckodriver.
3636
'selenium==3.141.0',
37-
'setuptools-rust<=1.5.2',
37+
'setuptools-rust<=1.12.0',
3838
'slack-sdk<=3.26.0',
3939
'sounddevice<=0.4.5',
4040
'soundfile',

0 commit comments

Comments
 (0)