From a694675b7e4707a87475ba5db2bf956fbce8bb77 Mon Sep 17 00:00:00 2001 From: "Kevin \"Tristate Tom\" Weiss" Date: Thu, 13 Mar 2025 14:14:17 +0100 Subject: [PATCH] requirements.txt: Fix codespell version Master just started failing due to an update... Probably better to just fix it and update every once in a while after fixes are applied in RIOT master. --- static-test-tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static-test-tools/requirements.txt b/static-test-tools/requirements.txt index 18206cb9..56d1225b 100644 --- a/static-test-tools/requirements.txt +++ b/static-test-tools/requirements.txt @@ -1,4 +1,4 @@ # Required python libraries for static tests flake8==3.8.4 -codespell>=1.17.1 +codespell==2.4.1 PyYAML==6.0.1