From a774a766e95a8fc32d09abdf7e3cde67cebd1e9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:57:09 +0000 Subject: [PATCH] build(deps-dev): update dlint requirement from ^0.13.0 to ^0.16.0 Updates the requirements on [dlint](https://github.com/dlint-py/dlint) to permit the latest version. - [Changelog](https://github.com/dlint-py/dlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/dlint-py/dlint/commits) --- updated-dependencies: - dependency-name: dlint dependency-version: 0.16.0 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 260bf403..ec9365fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ rope = "^1.7.0" mypy = "^1.13.0" flake8 = "5.0.4" # Leaving at 5.0.4 until full dependency support (e.g. flake8-eradicate, flake8-broken-line, dlint) darglint = "^1.8.1" -dlint = "^0.13.0" +dlint = "^0.16.0" flake8-2020 = "^1.7.0" flake8-SQL = "^0.4.1" flake8-annotations-complexity = "^0.0.7"