From 54b89bdff9eead8292c17269b8de79dc3e88f768 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Thu, 25 Apr 2024 11:24:11 -0500 Subject: [PATCH] pin agate --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2fe9be8f..a0781202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "agate>=1.7.0,<1.8", + "agate>=1.8.0,<1.10", "colorama>=0.3.9,<0.5", "isodate>=0.6,<0.7", "jsonschema>=4.0,<5.0",