From 5a7969e3e80eed94596c943bacf86cbcc05c450b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 14:14:49 +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 40f6da0..67545fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ autoflake = "2.3.1" black = "22.3.0" isort = "5.10.1" mypy = "0.950.0" -wemake-python-styleguide = "0.18.0" +wemake-python-styleguide = "0.19.2" pytest = "7.4.3" pytest-asyncio = "0.18.3"