Skip to content

Commit 400d97a

Browse files
committed
Merge tag 'v0.13.7' into v0.x.x
* tag 'v0.13.7': Bump pytest and pylint dependencies Widen pytest version upper bound to accept v9.x Update release notes for v0.13.1 Update templates dependencies Support pylint 4
2 parents 4b1aa9a + eccf57f commit 400d97a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ lib = []
6464
model = []
6565
extra-lint-examples = [
6666
"pylint >= 2.17.3, < 5",
67-
"pytest >= 7.3.0, < 9",
67+
"pytest >= 7.3.0, < 10",
6868
"sybil >= 6.1.1, < 10",
6969
]
7070
dev-flake8 = [
@@ -104,8 +104,8 @@ dev-pylint = [
104104
"setuptools >= 67.6.0, < 81", # Should match the api dependency
105105
]
106106
dev-pytest = [
107-
"pytest == 8.4.2",
108-
"pylint == 4.0.0", # We need this to check for the examples
107+
"pytest == 9.0.1",
108+
"pylint == 4.0.3", # We need this to check for the examples
109109
"cookiecutter == 2.6.0", # For checking the cookiecutter scripts
110110
"jinja2 == 3.1.6", # For checking the cookiecutter scripts
111111
"sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency

0 commit comments

Comments
 (0)