From 8068e6634aaacf1eecba3f27a529213df3bd6284 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Wed, 29 Jul 2020 19:40:02 +0300 Subject: [PATCH] Version 0.14.1 release, poetry.lock is out of sync --- Dockerfile | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index aa80f351f..424678e2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM python:3.7-alpine LABEL maintainer="sobolevn@wemake.services" LABEL vendor="wemake.services" -ENV WPS_VERSION='0.14.0' +ENV WPS_VERSION='0.14.1' ENV REVIEWDOG_VERSION='v0.9.15' RUN apk add --no-cache bash git wget diff --git a/pyproject.toml b/pyproject.toml index f3fe75e8b..749150601 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ style = "styles/nitpick-style-wemake.toml" [tool.poetry] name = "wemake-python-styleguide" -version = "0.14.0" +version = "0.14.1" description = "The strictest and most opinionated python linter ever" license = "MIT" @@ -67,7 +67,7 @@ flake8-docstrings = "^1.3.1" flake8-string-format = "^0.2" flake8-bugbear = "^19.3" flake8-debugger = "^3.1" -flake8-isort = "^2.9.0" +flake8-isort = ">=3.0.1,<4" flake8-eradicate = "^0.3" flake8-bandit = "^2.1" flake8-broken-line = "^0.2"