From 0582608e5b6035ed55497bf20b228eb9a8f4bdcc Mon Sep 17 00:00:00 2001 From: Julius Schlensok Date: Thu, 13 Jun 2024 13:46:41 +0000 Subject: [PATCH] chore: fix typeguard version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d4a889..a4bf07d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ sortedcontainers = "^2.4.0" pytest = ">=6.2.3" coverage = {extras = ["toml"], version = ">=5.3"} safety = ">=1.9.0" -typeguard = ">=2.12.0" +typeguard = ">=3.0.0" xdoctest = {extras = ["colors"], version = ">=0.15.0"} sphinx = ">=4.0.2" sphinx-autobuild = ">=2021.3.14"