From 996c4f5b5d917b34f24385032ceeaeed2150f314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:27:44 +0000 Subject: [PATCH] Chore(deps): Update validate-pyproject requirement from <0.19 to <0.20 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.19) --- 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 d18a049..085fabb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -107,7 +107,7 @@ develop = [ "pyproject-fmt<2.3", "ruff<0.6", "sphinx-autobuild==2021.3.14", # Newer versions stopped "watching" appropriately? - "validate-pyproject<0.19", + "validate-pyproject<0.20", ] docs = [ "furo",