From 6de79fe8a82b735b25fdfc453a8af774d45de2ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:53:14 +0000 Subject: [PATCH] Bump sybil-extras from 2025.2.26 to 2025.2.27 Bumps [sybil-extras](https://github.com/adamtheturtle/sybil-extras) from 2025.2.26 to 2025.2.27. - [Release notes](https://github.com/adamtheturtle/sybil-extras/releases) - [Changelog](https://github.com/adamtheturtle/sybil-extras/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamtheturtle/sybil-extras/compare/2025.02.26...2025.02.27) --- updated-dependencies: - dependency-name: sybil-extras 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 d65d688..ce4f5d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ # Pin this dependency as we expect: # * It might have breaking changes # * It is not a direct dependency of the user - "sybil-extras==2025.2.26", + "sybil-extras==2025.2.27", ] optional-dependencies.dev = [ "actionlint-py==1.7.7.23",