From 12004f55f48c2c8191b5acbdffd2e05ba5153e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 03:07:33 +0000 Subject: [PATCH] Bump sybil-extras from 2024.10.13.1 to 2024.10.18 Bumps [sybil-extras](https://github.com/adamtheturtle/sybil-extras) from 2024.10.13.1 to 2024.10.18. - [Release notes](https://github.com/adamtheturtle/sybil-extras/releases) - [Commits](https://github.com/adamtheturtle/sybil-extras/compare/2024.10.13.1...2024.10.18) --- 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 a097910..740c181 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ # Pin this dependency as we expect: # * It might have breaking changes # * It is not a direct dependency of the user - "sybil-extras==2024.10.13.1", + "sybil-extras==2024.10.18", ] optional-dependencies.dev = [ "actionlint-py==1.7.3.17",