Bump Python requirement prettytable to 3.16.0
Compare changes
Files
3+ 10
− 11
@@ -2,8 +2,10 @@ from prettytable import MARKDOWN, PrettyTable
@@ -26,8 +28,10 @@ def print_markdown_table(header: list[str], rows: list[list]) -> None:
@@ -50,13 +54,10 @@ def print_results(scores: dict) -> None:
@@ -66,7 +67,5 @@ def print_result_compact(scores: dict) -> None: