From 1f0d0e96ea265f07dbae9d3cb97bb0ae2808f891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 05:10:53 +0000 Subject: [PATCH] Update nitpick requirement from ^0.23 to ^0.26 Updates the requirements on [nitpick](https://github.com/andreoliwa/nitpick) to permit the latest version. - [Release notes](https://github.com/andreoliwa/nitpick/releases) - [Changelog](https://github.com/andreoliwa/nitpick/blob/develop/CHANGELOG.md) - [Commits](https://github.com/andreoliwa/nitpick/compare/v0.23.0...v0.26.0) 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..291d892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ black = "^20.8b1" flake8 = "^3.8" pre-commit = "^2.4" mypy = "^0.800" -nitpick = "^0.23" +nitpick = "^0.26" [build-system] requires = ["poetry>=0.12"]