From ed0bae76cebeed75f4ff4a75fa499d946df46513 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:11:07 +0000 Subject: [PATCH] Chore(deps): Update validate-pyproject requirement from <0.24 to <0.25 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.24) --- 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 3fde488a..b48293a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ optional-dependencies.develop = [ "poethepoet<1", "pyproject-fmt<3", "ruff<0.12", - "validate-pyproject<0.24", + "validate-pyproject<0.25", ] optional-dependencies.doc = [ "crate-docs-theme>=0.26.5",