From 246fc2a65bf66f2172505e293541e2b36a3dc36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 20:08:05 +0000 Subject: [PATCH] Update dlint requirement from >=0.8,<0.14 to >=0.8,<0.15 Updates the requirements on [dlint](https://github.com/dlint-py/dlint) to permit the latest version. - [Release notes](https://github.com/dlint-py/dlint/releases) - [Changelog](https://github.com/dlint-py/dlint/blob/master/CHANGELOG.md) - [Commits](https://github.com/dlint-py/dlint/compare/0.8.0...0.14.0) --- updated-dependencies: - dependency-name: dlint 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 7890f2a..521b29a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ check-manifest = ">=0.42,<0.49" pydiatra = ">=0.12.2,<0.13" detect-secrets = ">=1,<2" eradicate = ">=2,<3" -dlint = ">=0.8,<0.14" +dlint = ">=0.8,<0.15" pylint = ">=2,<2.14" pydocstyle = ">=4,<7"