From b5a562322fcbc7e396ee3e26324dcfdfc6d7eede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 07:58:36 +0000 Subject: [PATCH] chore(deps-dev): bump ruff in /loculus-silo in the minorandpatch group Bumps the minorandpatch group in /loculus-silo with 1 update: [ruff](https://github.com/astral-sh/ruff). Updates `ruff` from 0.15.15 to 0.15.17 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.15...0.15.17) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minorandpatch ... Signed-off-by: dependabot[bot] --- loculus-silo/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loculus-silo/pyproject.toml b/loculus-silo/pyproject.toml index bec1d81929..cb8215d86e 100644 --- a/loculus-silo/pyproject.toml +++ b/loculus-silo/pyproject.toml @@ -13,7 +13,7 @@ silo-import = "silo_import.__main__:main" [project.optional-dependencies] test = ["pytest", "mypy", - "ruff==0.15.15",] + "ruff==0.15.17",] [build-system] requires = ["hatchling"]