From cf0482ccb2077088031ff77e898b498b2f80e8d0 Mon Sep 17 00:00:00 2001 From: Joshua Goodlett Date: Fri, 16 Dec 2022 16:08:20 -0500 Subject: [PATCH] Update package versions --- Dockerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index fa946f1..4d3151a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,10 @@ LABEL maintainer="ricardobchaves6@gmail.com" RUN apk add --no-cache \ gcc \ musl-dev && \ - pip install pylint==2.7.4 \ - pylint_django==2.4.3 \ - pycodestyle==2.7.0 \ - flake8==3.9.1 \ - black==20.8b1 \ - mypy==0.812 \ - isort==5.8.0 + pip install pylint==2.15.8 \ + pylint_django==2.5.3 \ + pycodestyle==2.10.0 \ + flake8==6.0.0 \ + black==22.12.0 \ + mypy==0.991 \ + isort==5.11.2