From 30748041fb7bb47eefe52da95eb8c8b4b230efe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:50:36 +0000 Subject: [PATCH] Chore(deps): Update validate-pyproject requirement from <0.22 to <0.23 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.22) --- 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 a15f3e3..17d83eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -121,7 +121,7 @@ optional-dependencies.develop = [ "poethepoet<0.30", "pyproject-fmt<2.5", "ruff<0.8", - "validate-pyproject<0.22", + "validate-pyproject<0.23", ] optional-dependencies.doc = [ "furo==2024.1.29", # Check visited link style on newer versions!