From 2fd4d7e8450f803412b364848a2cb4973400cc1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 10:09:18 +0000 Subject: [PATCH] Update maturin requirement from ~=0.14.0 to ~=0.14.4 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.4) --- 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..ed656813 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.4 mypy~=0.991.0 sphinx~=5.3