From c9df20cdec0d321f5fe37819115890dbb4eb1a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 05:34:22 +0000 Subject: [PATCH] Bump sybil from 6.0.3 to 6.1.0 Bumps [sybil](https://github.com/simplistix/sybil) from 6.0.3 to 6.1.0. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/6.0.3...6.1.0) --- 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 a6798e22c..57c27ce45 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.3", + "sybil==6.1.0", "tenacity==8.2.3", "torch==2.2.2", "types-docker==7.0.0.20240413", # This is very incomplete, so we still do not check ``test_docker.py`` with pyright.