From f6fbe8cf99973ace3366975c55b8325d5704364c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 09:08:35 +0000 Subject: [PATCH] Bump sybil from 9.3.0 to 10.0.0 Bumps [sybil](https://github.com/simplistix/sybil) from 9.3.0 to 10.0.0. - [Changelog](https://github.com/simplistix/sybil/blob/main/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/9.3.0...10.0.0) --- updated-dependencies: - dependency-name: sybil dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d8194aef2..16830d04c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ optional-dependencies.dev = [ "sphinx-toolbox==4.1.2", "sphinxcontrib-httpdomain==2.0.0", "sphinxcontrib-spelling==8.0.2", - "sybil==9.3.0", + "sybil==10.0.1", "tenacity==9.1.4", "ty==0.0.25", "types-docker==7.1.0.20260322",