From 782f79ece516558e7edaad3cfa139edef9633236 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 05:53:13 +0000 Subject: [PATCH] Bump sybil from 6.0.0 to 6.0.1 Bumps [sybil](https://github.com/simplistix/sybil) from 6.0.0 to 6.0.1. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/6.0.0...6.0.1) --- updated-dependencies: - dependency-name: sybil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8346efa43..bff4a8c62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -315,7 +315,7 @@ dev = [ "sphinx_paramlinks==0.6", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8", - "sybil==6.0.0", + "sybil==6.0.1", "types-Pillow==10.1.0.2", "types-PyYAML==6.0.12.12", "types-requests==2.31.0.10",