diff --git a/pyproject.toml b/pyproject.toml index 31664f68..496287b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ dependencies = [ "yamllint==1.35.1", # YAML linter "pre-commit==3.7.1", # Git commit hooks "mypy==1.10.0", # Static type checker - "pytest==8.2.0", # Testing framework + "pytest==8.2.1", # Testing framework "pytest-cov==5.0.0", # Test coverage ]