From 629b19862feff32244e3941a7d9419329bdba4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:11:44 +0000 Subject: [PATCH] build(deps-dev): update maturin requirement in /model-plugins/binoc-html 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/v1.7.0...v1.14.1) --- updated-dependencies: - dependency-name: maturin dependency-version: 1.14.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- binoc-python/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/binoc-python/pyproject.toml b/binoc-python/pyproject.toml index e14ad78..4407e2f 100644 --- a/binoc-python/pyproject.toml +++ b/binoc-python/pyproject.toml @@ -32,10 +32,10 @@ Documentation = "https://github.com/harvard-lil/binoc/tree/main/docs" binoc = "binoc.__main__:main" [project.optional-dependencies] -dev = ["pytest>=8.0", "pytest-datadir>=1.5", "maturin>=1.7,<2.0", "tomli>=2.0; python_version < '3.11'"] +dev = ["pytest>=8.0", "pytest-datadir>=1.5", "maturin>=1.14.1,<2.0", "tomli>=2.0; python_version < '3.11'"] [build-system] -requires = ["maturin>=1.7,<2.0"] +requires = ["maturin>=1.14.1,<2.0"] build-backend = "maturin" [tool.maturin]