Skip to content

Commit 2ea8141

Browse files
llucaxMarenz
authored andcommitted
Widen dependencies instead of bumping them
The `pytest` and `sybil` dependencies can be purely widen, supporting the same oldest versions as before, as we are not affected by the breaking changes. This allows us to keep backwards compatibility for downstream project. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 1aad505 commit 2ea8141

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
@@ -63,8 +63,8 @@ lib = []
6363
model = []
6464
extra-lint-examples = [
6565
"pylint >= 2.17.3, < 4",
66-
"pytest >= 7.4.2, < 9",
67-
"sybil >= 6.0.3, < 7",
66+
"pytest >= 7.3.0, < 9",
67+
"sybil >= 5.0.3, < 7",
6868
]
6969
dev-flake8 = [
7070
"flake8 == 6.1.0",

0 commit comments

Comments
 (0)