diff --git a/pyproject.toml b/pyproject.toml index 584ae3b..5d51866 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test_packaging = [ ] tests = [ "pydantic==2.11.7", - "pytest==8.4.1" + "pytest==8.4.2" ] type_check = [ "mypy==1.17.1"