diff --git a/pyproject.toml b/pyproject.toml index 574f56c5..e015c011 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ requires-python = ">=3.12" [project.optional-dependencies] -dev = ["pytest-cov == 6.2.1", "bumpver == 2025.1131", "pip-tools == 7.5.0", "pytest == 8.4.2", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] +dev = ["pytest-cov == 6.3.0", "bumpver == 2025.1131", "pip-tools == 7.5.0", "pytest == 8.4.2", "pytest-pydocstyle == 2.4.0", "pytest-isort == 4.0.0"] [project.urls] Homepage = "https://github.com/openmsa/python-sdk"