From 062bbd38ee5ab9b5dc4c70aee58b04b348d2593c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:59:10 +0000 Subject: [PATCH] chore(deps): update dependency wemake-python-styleguide to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c5008fb..8f123ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ autoflake = "2.3.1" black = "25.1.0" isort = "6.0.1" mypy = "1.15.0" -wemake-python-styleguide = "0.19.2" +wemake-python-styleguide = "1.4.0" pytest = "8.3.5" pytest-asyncio = "0.26.0"