From 976db256c90db59668d38af5c425fd5b7edca54f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 02:54:01 +0000 Subject: [PATCH] chore(deps): update dependency wemake-python-styleguide to v0.19.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b229b17..3ef0b43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ autoflake = "1.4.0" black = "22.3.0" isort = "5.10.1" mypy = "0.931.0" -wemake-python-styleguide = "0.16.0" +wemake-python-styleguide = "0.19.2" flake8-bandit = "2.1.2" # https://github.com/PyCQA/bandit/issues/837 bandit = "1.7.2" # https://github.com/PyCQA/bandit/issues/837