From b49e49a1bb4fff3d070c256d44396f7ac5165e57 Mon Sep 17 00:00:00 2001 From: Alec Koumjian Date: Fri, 24 Jan 2025 11:11:59 -0500 Subject: [PATCH] Use new serialization assist for unit tests --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e546bd64..eb74440a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ test = [ "mypy", "ruff", "black", - "adam-assist>=0.2.0", + "adam-assist>=0.2.2", ] [tool.black]