From 04ddae9a4a12226146e31d83febcf1ff59e502a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 05:32:02 +0000 Subject: [PATCH] Bump sybil from 8.0.1 to 9.0.0 Bumps [sybil](https://github.com/simplistix/sybil) from 8.0.1 to 9.0.0. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/8.0.1...9.0.0) --- updated-dependencies: - dependency-name: sybil dependency-type: direct:production 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 50605d1bd..18376b9d3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ optional-dependencies.dev = [ "sphinx-toolbox==3.8.1", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8", - "sybil==8.0.1", + "sybil==9.0.0", "tenacity==9.0.0", "types-docker==7.1.0.20240827", "types-pyyaml==6.0.12.20240917",