From ed5e9bffffca9a321ba9f4f9ab44f9ffebd6c0a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 06:58:36 +0000 Subject: [PATCH] chore(deps): update mvcrender requirement from ==0.2.5 to ==0.2.6 Updates the requirements on [mvcrender](https://github.com/sca075/mvcrender) to permit the latest version. - [Release notes](https://github.com/sca075/mvcrender/releases) - [Commits](https://github.com/sca075/mvcrender/commits) --- updated-dependencies: - dependency-name: mvcrender dependency-version: 0.2.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aca2e55..7dd92ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python = ">=3.13" numpy = ">=2.0.0" Pillow = ">=12.0.0" scipy = ">=1.17.0" -mvcrender = "==0.2.5" +mvcrender = "==0.2.6" [tool.poetry.group.dev.dependencies] ruff = "*"