diff --git a/pyproject.toml b/pyproject.toml index 17d0782..7dcb49b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest==9.0.1", + "pytest==9.0.2", "pytest-cov>=6.0.0", "syrupy==5.0.0", ]