diff --git a/pyproject.toml b/pyproject.toml index a58cc61..55e9080 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test_packaging = [ ] tests = [ "pydantic==2.12.5", - "pytest==9.0.2" + "pytest==9.0.3" ] type_check = [ "mypy==1.20.1"