Skip to content

Commit 2218b2e

Browse files
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](simplistix/sybil@6.1.1...8.0.0) --- updated-dependencies: - dependency-name: sybil dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa30a79 commit 2218b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ model = []
6464
extra-lint-examples = [
6565
"pylint >= 2.17.3, < 4",
6666
"pytest >= 7.3.0, < 9",
67-
"sybil >= 6.1.1, < 7",
67+
"sybil >= 6.1.1, < 9",
6868
]
6969
dev-flake8 = [
7070
"flake8 == 7.1.1",
@@ -107,7 +107,7 @@ dev-pytest = [
107107
"pylint == 3.3.1", # We need this to check for the examples
108108
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
109109
"jinja2 == 3.1.4", # For checking the cookiecutter scripts
110-
"sybil >= 6.1.1, < 7", # Should be consistent with the extra-lint-examples dependency
110+
"sybil >= 6.1.1, < 9", # Should be consistent with the extra-lint-examples dependency
111111
]
112112
dev = [
113113
"frequenz-repo-config[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)