From fb0c8af3836dc3e3d1abb044bb974ddf2caef722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:07:07 +0000 Subject: [PATCH] Chore(deps): Update validate-pyproject requirement from <0.21 to <0.22 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.21) --- 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 4315a4b..6038f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -125,7 +125,7 @@ develop = [ "pyproject-fmt<2.3", "ruff<0.8", "types-requests<2.33", - "validate-pyproject<0.21", + "validate-pyproject<0.22", ] release = [ "build<2",