From 5af55c4ea8fa5d57aed3a07c7510b15f7bfd4923 Mon Sep 17 00:00:00 2001 From: Matt McHenry Date: Tue, 29 Oct 2024 13:56:43 -0400 Subject: [PATCH] Update isort to 5.13.2 (#40) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a5c3e77..57c46fc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN apk add --no-cache --virtual .build-deps \ python3 \ && pip3 install \ autoflake==1.7.8 \ - isort==5.12.0 \ + isort==5.13.2 \ ruff==0.1.5 \ && python3 -m venv /black21-venv \ && source /black21-venv/bin/activate \