From 66b8996f3a1de6a209384add94f94dd6a51aaa5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 07:44:35 +0000 Subject: [PATCH] chore(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.7.0...0.9.0) --- updated-dependencies: - dependency-name: openapi-spec-validator dependency-version: 0.9.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2eb06a2..c0986fb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,5 +16,5 @@ build>=1.0.0,<2.0.0 twine>=4.0.0,<5.0.0 # OpenAPI tools -openapi-spec-validator>=0.7.0,<1.0.0 +openapi-spec-validator>=0.9.0,<1.0.0