From 3f0b93846e5ce2be7240269100296ff4f15f544e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Mon, 17 Aug 2020 10:36:06 +0545 Subject: [PATCH] update isort to v5 --- isort/Dockerfile | 2 +- isort/info.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/isort/Dockerfile b/isort/Dockerfile index fc8873c8..8a52106d 100644 --- a/isort/Dockerfile +++ b/isort/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.8-alpine LABEL maintainer=sergio@garciparedes.me ENV LANG C.UTF-8 RUN apk add --no-cache --virtual .build-deps gcc musl-dev -RUN pip install isort==4.3.21 +RUN pip install isort==5.4.2 RUN apk del .build-deps WORKDIR /code ENTRYPOINT [] diff --git a/isort/info.yaml b/isort/info.yaml index de42c1d5..14a0405b 100644 --- a/isort/info.yaml +++ b/isort/info.yaml @@ -1,7 +1,7 @@ --- enabled: true name: isort -version: v4.3.21 +version: v5.4.2 include: - "**/*.py" interpreters: