From 2c0cfc2019ab51a9e0ec9fa0f863de4426ce2dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:03:21 +0000 Subject: [PATCH] chore(deps-dev): Bump sybil from 10.0.1 to 10.1.0 Bumps [sybil](https://github.com/simplistix/sybil) from 10.0.1 to 10.1.0. - [Changelog](https://github.com/simplistix/sybil/blob/main/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/10.0.1...10.1.0) --- updated-dependencies: - dependency-name: sybil dependency-version: 10.1.0 dependency-type: direct:development 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 b120afbdb..16dca4503 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ optional-dependencies.dev = [ # into docs/source/unreleased.rst during Sphinx builds. "sphinxcontrib-towncrier==0.5.0a0", "strict-kwargs==2026.6.4", - "sybil==10.0.1", + "sybil==10.1.0", "tenacity==9.1.4", "towncrier==25.8.0", "ty==0.0.49",