From 42861f55ae815c7f9f4d67d1ba60b7371b939468 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 07:46:38 +0000 Subject: [PATCH] Update validate-pyproject requirement from <0.14 to <0.15 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.14) --- 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 2f3cf0df..134cff99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ develop = [ "poethepoet<0.21", "pyproject-fmt<0.13", "ruff==0.0.275", - "validate-pyproject<0.14", + "validate-pyproject<0.15", ] release = [ "build<1",