From c3bd9579dcd3f7dcc9706d7fc6aab9cd1ea1dd80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 05:56:51 +0000 Subject: [PATCH] Bump sybil from 7.0.0 to 7.1.1 Bumps [sybil](https://github.com/simplistix/sybil) from 7.0.0 to 7.1.1. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/7.0.0...7.1.1) --- 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 58f799902..239f4383b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ optional-dependencies.dev = [ "sphinx-toolbox==3.8.0", "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8", - "sybil==7.0.0", + "sybil==7.1.1", "tenacity==9.0.0", "types-docker==7.1.0.20240827", "types-pillow==10.2.0.20240822",