From b06cd1819e76a3f9cecffd02bd2ada8efed55612 Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Fri, 24 May 2024 10:53:17 -0700 Subject: [PATCH] Pin codespell version to fix builds Builds are [failing](https://github.com/open-telemetry/opentelemetry-python/actions/runs/9216287713/job/25356256218?pr=3923) due to new version of [codespell](https://pypi.org/project/codespell/2.3.0/) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e80a0279e9f..7c18460b19a 100644 --- a/tox.ini +++ b/tox.ini @@ -206,7 +206,7 @@ commands = basepython: python3 recreate = True deps = - codespell + codespell==2.2.6 commands = codespell