From 8ccb61f23d06190f0187108989bb3cfde485075f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 05:52:46 +0000 Subject: [PATCH] Bump sybil from 9.0.0 to 9.1.0 Bumps [sybil](https://github.com/simplistix/sybil) from 9.0.0 to 9.1.0. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/9.0.0...9.1.0) --- updated-dependencies: - dependency-name: sybil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d50046e..10a0b953 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ optional-dependencies.dev = [ "sphinx-toolbox==3.8.2", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8.0.1", - "sybil==9.0.0", + "sybil==9.1.0", "tenacity==9.0.0", "types-docker==7.1.0.20241229", "types-pyyaml==6.0.12.20241230",