From 7e39f9c7875cc4b0315fc594c5f78fdbc2d94f38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:53:06 +0000 Subject: [PATCH] chore(deps-dev): bump validate-pyproject from 0.24 to 0.25 Bumps [validate-pyproject](https://github.com/abravalheri/validate-pyproject) from 0.24 to 0.25. - [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.24...v0.25) --- updated-dependencies: - dependency-name: validate-pyproject dependency-version: '0.25' dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 865bd63..e90418d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dev = [ "pytest-cov", "ruff==0.11.12", "twine", - "validate-pyproject==0.24", + "validate-pyproject==0.25", ] [tool.ruff]