From 38b0cf974d64a7564afaf13d3a7079fb49eff836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:10:31 +0000 Subject: [PATCH] Update maturin requirement from ~=0.14.0 to ~=0.14.5 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.5) --- 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..574d7edd 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.5 mypy~=0.991.0 sphinx~=5.3