Skip to content

Commit 11f0d15

Browse files
build(deps-dev): update sybil requirement
Updates the requirements on [sybil](https://github.com/simplistix/sybil) to permit the latest version. - [Changelog](https://github.com/simplistix/sybil/blob/main/CHANGELOG.rst) - [Commits](simplistix/sybil@6.1.1...10.0.1) --- updated-dependencies: - dependency-name: sybil dependency-version: 10.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d9fa53d commit 11f0d15

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ model = []
6565
extra-lint-examples = [
6666
"pylint >= 2.17.3, < 5",
6767
"pytest >= 7.3.0, < 10",
68-
"sybil >= 6.1.1, < 10",
68+
"sybil >= 6.1.1, < 11",
6969
]
7070
dev-flake8 = [
7171
"flake8 == 7.3.0",
@@ -109,7 +109,7 @@ dev-pytest = [
109109
"pylint == 4.0.5", # We need this to check for the examples
110110
"cookiecutter == 2.7.1", # For checking the cookiecutter scripts
111111
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
112-
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency
112+
"sybil >= 6.1.1, < 11", # Should be consistent with the extra-lint-examples dependency
113113
# This is a hack to overcome an outdated version check in requests, see
114114
# https://github.com/frequenz-floss/frequenz-repo-config-python/issues/527
115115
"chardet < 6",

0 commit comments

Comments
 (0)