From 121a925697d930011297444edb392dbe6c3c741b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:53:48 +0000 Subject: [PATCH] Bump sybil from 7.1.1 to 8.0.0 Bumps [sybil](https://github.com/simplistix/sybil) from 7.1.1 to 8.0.0. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/7.1.1...8.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 5082934b..27e70ed6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ optional-dependencies.dev = [ "sphinx-copybutton==0.5.2", "sphinx-substitution-extensions==2024.8.6", "sphinxcontrib-spelling==8", - "sybil==7.1.1", + "sybil==8.0.0", "types-requests==2.32.0.20240914", "vulture==2.12", "vws-python-mock==2024.8.30",