diff --git a/pyproject.toml b/pyproject.toml index 223fbd8..4bfefaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test_packaging = [ ] tests = [ "pydantic==2.12.5", - "pytest==9.0.1" + "pytest==9.0.2" ] type_check = [ "mypy==1.19.0"