From fb3ab0c7632cb4287af83dfc726bf020c384ba1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:26:58 +0000 Subject: [PATCH] Update validate-pyproject requirement from <0.15 to <0.16 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.15) --- 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 496c33b..f97c9c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ develop = [ "pyproject-fmt<1.3", "ruff==0.0.292", "types-requests<2.32", - "validate-pyproject<0.15", + "validate-pyproject<0.16", ] release = [ "build<2",