From 5112fb095cf58f27f1137fc89e13b31162172406 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Wed, 29 May 2024 09:25:15 -0600 Subject: [PATCH] deps: keep codespell below 2.3 Because of https://github.com/codespell-project/codespell/issues/3430 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 05e642512..fb2dfd7db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ jinja2 = ["jinja2<4.0"] orjson = ["orjson>=3.5"] test = [ "black~=24.0", - "codespell~=2.2", + "codespell~=2.2.0", # TODO relax to allow >v2.2 once https://github.com/codespell-project/codespell/issues/3430 is fixed "coverage~=7.2", "doc8~=1.1", "html5lib~=1.1",