From af660665ea7d1821d67567f319c54ec243a2d9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:56:05 +0000 Subject: [PATCH] Update validate-pyproject requirement from <0.16 to <0.21 Updates the requirements on [validate-pyproject](https://github.com/abravalheri/validate-pyproject) to permit the latest version. - [Release notes](https://github.com/abravalheri/validate-pyproject/releases) - [Changelog](https://github.com/abravalheri/validate-pyproject/blob/main/CHANGELOG.rst) - [Commits](https://github.com/abravalheri/validate-pyproject/compare/v0.0.1...v0.20.2) --- updated-dependencies: - dependency-name: validate-pyproject 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 0ea48e2..67761a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ develop = [ "poethepoet<0.25", "pyproject-fmt<1.6", "ruff==0.1.9", - "validate-pyproject<0.16", + "validate-pyproject<0.21", ] release = [ "build<2",