Skip to content

Commit

Permalink
Update sybil requirement from <7,>=6.1.1 to >=6.1.1,<9
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 22e8d3c commit bdf8a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -107,7 +107,7 @@ dev-pytest = [
"pylint == 3.2.7", # 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]",
Expand Down

0 comments on commit bdf8a8a

Please sign in to comment.