From c9617014d0802899f14fcf8935ac3f0b28753ba1 Mon Sep 17 00:00:00 2001 From: Jai Dhyani Date: Wed, 3 Apr 2024 13:54:46 -0400 Subject: [PATCH] beartype 0.16.4 -> 0.18.2 (#110) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 75935b13..17532fea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "pytest==7.4.4", "black==23.12.1", "jaxtyping==0.2.25", - "beartype==0.16.4", + "beartype==0.18.2", "pre-commit==3.6.0", "isort==5.13.2", "chardet==5.2.0",