diff --git a/Dockerfile b/Dockerfile index 6bcf7cb18..ecff17e2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ FROM python:3.9.5-alpine LABEL maintainer="sobolevn@wemake.services" LABEL vendor="wemake.services" -ENV WPS_VERSION='0.15.2' +ENV WPS_VERSION='0.15.3' ENV REVIEWDOG_VERSION='v0.11.0' RUN apk add --no-cache bash git wget diff --git a/pyproject.toml b/pyproject.toml index 8fe1ae65f..00087e3e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ style = "styles/nitpick-style-wemake.toml" [tool.poetry] name = "wemake-python-styleguide" -version = "0.15.2" +version = "0.15.3" description = "The strictest and most opinionated python linter ever" license = "MIT"