From 73192a162d5011ef5bb949f2134889134b7e5ee2 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 24 Jan 2025 19:59:46 -0600 Subject: [PATCH] fix: bump version requirement for pyCOREPOS --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62e0817..76af27c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ ] requires-python = ">= 3.8" dependencies = [ - "pyCOREPOS>=0.3.5", + "pyCOREPOS>=0.4.0", "WuttJamaican>=0.20.1", ]