From 52d970969303fa83d29a8dfa8766942fb7068c3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:49:00 +0000 Subject: [PATCH] Bump sybil from 6.1.1 to 7.0.0 Bumps [sybil](https://github.com/simplistix/sybil) from 6.1.1 to 7.0.0. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/6.1.1...7.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 5a1d9691..0b6da165 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ optional-dependencies.dev = [ "sphinx-copybutton==0.5.2", "sphinx-substitution-extensions==2024.8.6", "sphinxcontrib-spelling==8", - "sybil==6.1.1", + "sybil==7.0.0", "types-requests==2.32.0.20240907", "vulture==2.11", "vws-python-mock==2024.8.30",