From 0eee524385421bf0aebd34e3589d5852725bef23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 05:34:45 +0000 Subject: [PATCH] Bump sybil from 9.3.0 to 10.0.1 Bumps [sybil](https://github.com/simplistix/sybil) from 9.3.0 to 10.0.1. - [Changelog](https://github.com/simplistix/sybil/blob/main/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/9.3.0...10.0.1) --- updated-dependencies: - dependency-name: sybil dependency-version: 10.0.1 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 161a32767..9c8d140b7 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.26", "types-docker==7.1.0.20260322",