From 8dd81ea06c35c724b4c7369b2c7d4ac19bd9ba25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:12:09 +0000 Subject: [PATCH] Update maturin requirement from ~=0.14.0 to ~=0.14.2 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.2) --- 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..5c30a5f6 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.2 mypy~=0.991.0 sphinx~=5.3