From e5acda7cc7804a6e9835b6a65f31924b34a2474d Mon Sep 17 00:00:00 2001 From: Julian Stirling Date: Sun, 15 Feb 2026 23:33:26 +0000 Subject: [PATCH] Bump rust version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d70dbb2c..6c8cdc58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "ruff~=0.13.0", + "ruff~=0.15.1", "mypy[reports]", # "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings "pytest",