From 797ef224b2dc349093ff90bf06e4bee943d866d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 10:02:26 +0000 Subject: [PATCH] Update wemake-python-styleguide requirement from ^0.15.1 to ^0.16.1 Updates the requirements on [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) to permit the latest version. - [Release notes](https://github.com/wemake-services/wemake-python-styleguide/releases) - [Changelog](https://github.com/wemake-services/wemake-python-styleguide/blob/master/CHANGELOG.md) - [Commits](https://github.com/wemake-services/wemake-python-styleguide/compare/0.15.1...0.16.1) --- updated-dependencies: - dependency-name: wemake-python-styleguide dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90086ab..eb6e0e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ pytest = "^6.0" pytest-cov = "^2.9" coverage = {version = "^5.1", extras = ["toml"]} coverage2clover = "^2.0" -wemake-python-styleguide = "^0.15.1" +wemake-python-styleguide = "^0.16.1" black = "^20.8b1" flake8 = "^3.8" pre-commit = "^2.4"