From 71dd2cefabffb29814a67094af7caad4f5e00e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 05:25:14 +0000 Subject: [PATCH] Bump sybil from 5.0.2 to 5.0.3 Bumps [sybil](https://github.com/simplistix/sybil) from 5.0.2 to 5.0.3. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/5.0.2...5.0.3) --- 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 e7911641f..65714c9cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -314,7 +314,7 @@ dev = [ "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8.0.0", "sphinx-toolbox==3.4.0", - "sybil==5.0.2", + "sybil==5.0.3", "types-PyYAML==6.0.12.10", "types-Pillow==10.0.0.1", "types-requests==2.31.0.1",