Skip to content

Commit 85577f1

Browse files
committed
Merge tag 'v0.13.8' into merge-0.13.8
* tag 'v0.13.8': Add support for mkdocs-gen-files v0.6 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 Signed-off-by: Leandro Lucarella <[email protected]>
2 parents 69d3c93 + 9a2dfa2 commit 85577f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
requires-python = ">= 3.11, < 4"
3939
dependencies = [
4040
"nox >= 2022.11.21",
41-
"mkdocs-gen-files >= 0.4.0, < 0.6.0",
41+
"mkdocs-gen-files >= 0.4.0, < 0.7.0",
4242
"semver >= 3.0.1, < 4",
4343
"github-action-utils >= 1.1.0, < 2",
4444
"mkdocstrings-python >= 1.14.6, < 3",
@@ -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 = [
@@ -79,7 +79,7 @@ dev-mkdocs = [
7979
"black == 25.9.0",
8080
"Markdown == 3.9",
8181
"mike == 2.1.3",
82-
"mkdocs-gen-files == 0.5.0",
82+
"mkdocs-gen-files == 0.6.0",
8383
"mkdocs-literate-nav == 0.6.2",
8484
"mkdocs-macros-plugin == 1.4.0",
8585
"mkdocs-material == 9.6.21",
@@ -104,7 +104,7 @@ dev-pylint = [
104104
"setuptools >= 67.6.0, < 81", # Should match the api dependency
105105
]
106106
dev-pytest = [
107-
"pytest == 8.4.2",
107+
"pytest == 9.0.1",
108108
"pylint == 4.0.4", # 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

0 commit comments

Comments
 (0)