From 4196f1f042657cb1a066acc22a9d444ecd927b92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:12:50 +0000 Subject: [PATCH] Update nitpick requirement from ^0.23 to ^0.25 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.25.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..1fc6df6 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.25" [build-system] requires = ["poetry>=0.12"]