From 2218b2e384eff9187b3cde4ad5dc921c3bd567e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 09:50:47 +0000 Subject: [PATCH] Update sybil requirement from <7,>=6.1.1 to >=6.1.1,<9 Updates the requirements on [sybil](https://github.com/simplistix/sybil) to permit the latest version. - [Changelog](https://github.com/simplistix/sybil/blob/master/CHANGELOG.rst) - [Commits](https://github.com/simplistix/sybil/compare/6.1.1...8.0.0) --- updated-dependencies: - dependency-name: sybil dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8d2a29c..ff057402 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ model = [] extra-lint-examples = [ "pylint >= 2.17.3, < 4", "pytest >= 7.3.0, < 9", - "sybil >= 6.1.1, < 7", + "sybil >= 6.1.1, < 9", ] dev-flake8 = [ "flake8 == 7.1.1", @@ -107,7 +107,7 @@ dev-pytest = [ "pylint == 3.3.1", # We need this to check for the examples "cookiecutter == 2.6.0", # For checking the cookiecutter scripts "jinja2 == 3.1.4", # For checking the cookiecutter scripts - "sybil >= 6.1.1, < 7", # Should be consistent with the extra-lint-examples dependency + "sybil >= 6.1.1, < 9", # Should be consistent with the extra-lint-examples dependency ] dev = [ "frequenz-repo-config[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",