From 433dda68a6b253dcde5c43f9b4e9d5e124c83244 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 10:16:40 +0000 Subject: [PATCH] Update maturin requirement from ~=0.14.0 to ~=0.15.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.15.1) --- updated-dependencies: - dependency-name: maturin dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- python/pyproject.toml | 2 +- python/requirements.dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3eab4c72..bde185c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -281,7 +281,7 @@ jobs: python-version: "3.10" cache: pip cache-dependency-path: '**/requirements.dev.txt' - - run: pip install "maturin~=0.14.0" + - run: pip install "maturin~=0.15.0" - run: maturin build -m python/Cargo.toml - run: pip install --no-index --find-links=target/wheels/ pyoxigraph - run: rm -r target/wheels diff --git a/python/pyproject.toml b/python/pyproject.toml index 8b7cdb91..c272d3d2 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin~=0.14.0"] +requires = ["maturin~=0.15.0"] build-backend = "maturin" [project] diff --git a/python/requirements.dev.txt b/python/requirements.dev.txt index 6bc286d4..bebb6736 100644 --- a/python/requirements.dev.txt +++ b/python/requirements.dev.txt @@ -1,6 +1,6 @@ black~=23.1 furo -maturin~=0.14.0 +maturin~=0.15.1 mypy~=1.0 ruff~=0.0.255 sphinx~=5.3