From fef606b310d37dfffb58fb9adc086aa1bcd099ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:25:13 +0000 Subject: [PATCH] Update nitpick requirement from >=0.32.0 to >=0.33.2 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/master/CHANGELOG.md) - [Commits](https://github.com/andreoliwa/nitpick/compare/v0.32.0...v0.33.2) --- updated-dependencies: - dependency-name: nitpick dependency-version: 0.33.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ebdc44..d544122 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ flake8-pytest-style = ">=1.6.0" flake8-return = ">=1.1.3" importlib-metadata = {version = ">=1.4", python = "<3.8"} mypy = ">=0.971" -nitpick = ">=0.32.0" +nitpick = ">=0.33.2" pep8-naming = ">=0.13.0" typing-extensions = { version = ">=3.8", python = "<3.8" }