diff --git a/pyproject.toml b/pyproject.toml index 3543dbf5..3406a157 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ classifiers = [ requires-python = ">= 3.11, < 4" dependencies = [ "nox >= 2022.11.21", - "mkdocs-gen-files >= 0.4.0, < 0.6.0", + "mkdocs-gen-files >= 0.4.0, < 0.7.0", "semver >= 3.0.1, < 4", "github-action-utils >= 1.1.0, < 2", "mkdocstrings-python >= 1.14.6, < 3", @@ -64,7 +64,7 @@ lib = [] model = [] extra-lint-examples = [ "pylint >= 2.17.3, < 5", - "pytest >= 7.3.0, < 9", + "pytest >= 7.3.0, < 10", "sybil >= 6.1.1, < 10", ] dev-flake8 = [ @@ -79,7 +79,7 @@ dev-mkdocs = [ "black == 25.9.0", "Markdown == 3.9", "mike == 2.1.3", - "mkdocs-gen-files == 0.5.0", + "mkdocs-gen-files == 0.6.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.4.0", "mkdocs-material == 9.6.21", @@ -104,7 +104,7 @@ dev-pylint = [ "setuptools >= 67.6.0, < 81", # Should match the api dependency ] dev-pytest = [ - "pytest == 8.4.2", + "pytest == 9.0.1", "pylint == 4.0.4", # We need this to check for the examples "cookiecutter == 2.6.0", # For checking the cookiecutter scripts "jinja2 == 3.1.6", # For checking the cookiecutter scripts