diff --git a/pyproject.toml b/pyproject.toml index daf3fff..e761ec1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test_packaging = [ ] tests = [ "pydantic==2.12.4", - "pytest==9.0.0" + "pytest==9.0.1" ] type_check = [ "mypy==1.18.2"