From f8028a04a6b321a2856b6644a4b4f35fcd540a69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 10:41:26 +0000 Subject: [PATCH] Update maturin requirement from ~=0.14.0 to ~=0.14.1 in /python Updates the requirements on [maturin](https://github.com/pyo3/maturin) to permit the latest version. - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v0.14.0...v0.14.1) --- updated-dependencies: - dependency-name: maturin dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- python/requirements.dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.dev.txt b/python/requirements.dev.txt index 8849ca69..738818fd 100644 --- a/python/requirements.dev.txt +++ b/python/requirements.dev.txt @@ -1,5 +1,5 @@ black~=22.10 furo -maturin~=0.14.0 +maturin~=0.14.1 mypy~=0.991.0 sphinx~=5.3