From 1054853a14e2569c15a0d229e5e2ef56035c5447 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:25:37 +0000 Subject: [PATCH] Build(deps-dev): Update openapi-spec-validator requirement Updates the requirements on [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator) to permit the latest version. - [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases) - [Commits](https://github.com/python-openapi/openapi-spec-validator/compare/0.2.8...0.8.4) --- updated-dependencies: - dependency-name: openapi-spec-validator dependency-version: 0.8.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 01711eed5..40f4a8470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ optional-dependencies.ryaml = [ "ryaml>=0.5.1", ] optional-dependencies.validation = [ - "openapi-spec-validator>=0.2.8,<0.8", + "openapi-spec-validator>=0.2.8,<0.9", "prance>=0.18.2", ] optional-dependencies.watch = [