From 6e6d10d4e27569fbca5943867b2c4b43487c07bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:57:11 +0000 Subject: [PATCH] build(deps): update validate-pyproject requirement from <0.23 to <0.24 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.23) --- 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 68cbdca..b787ebd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -86,7 +86,7 @@ optional-dependencies.develop = [ "poethepoet<1", "pyproject-fmt>=1.3,<2.6", "ruff<0.8", - "validate-pyproject<0.23", + "validate-pyproject<0.24", ] optional-dependencies.fileio = [ "fsspec[abfs,dask,gcs,git,github,http,s3,smb]<2024.11",