diff --git a/pyproject.toml b/pyproject.toml index 47d03225..4455ce09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [ @@ -104,8 +104,8 @@ dev-pylint = [ "setuptools >= 67.6.0, < 81", # Should match the api dependency ] dev-pytest = [ - "pytest == 8.4.2", - "pylint == 4.0.0", # We need this to check for the examples + "pytest == 9.0.1", + "pylint == 4.0.3", # 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 "sybil >= 6.1.1, < 10", # Should be consistent with the extra-lint-examples dependency