From a57640012d21fc6b9156eb66291eacbdb13b3475 Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 12 Oct 2024 16:34:23 +0100 Subject: [PATCH] Add lower bounds to all requirements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9421b0a..f22f5fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dynamic = [ "version", ] dependencies = [ - "beartype>=0.18.5", + "beartype>=0.19.0", ] optional-dependencies.dev = [ "actionlint-py==1.7.3.17",