From 596a0cfcffd8caefebad07b38e233cde556ac313 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 05:53:04 +0000 Subject: [PATCH] Bump sybil from 6.1.0 to 6.1.1 Bumps [sybil](https://github.com/simplistix/sybil) from 6.1.0 to 6.1.1. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/6.1.0...6.1.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 a35d03dfa..0e11deac1 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.1.0", + "sybil==6.1.1", "tenacity==8.3.0", "torch==2.3.0", "types-docker==7.0.0.20240507",