From a1a0a6b45f5aa3efb0f930de6e72ce6b0f735c6e Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Sat, 13 Dec 2025 07:47:16 +0000 Subject: [PATCH] Bump beartype to 0.22.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 28385ceaf..57274f2fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dynamic = [ "version", ] dependencies = [ - "beartype>=0.19.0", + "beartype>=0.22.9", "flask>=3.0.3", "numpy>=1.26.4", "pillow>=11.0.0",