From 2db68ebd641432b27f163328ae8eac95f1bf6a86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 12:57:53 +0000 Subject: [PATCH] Update openapi-schema-validator requirement from ~=0.1.5 to ~=0.9.0 Updates the requirements on [openapi-schema-validator](https://github.com/python-openapi/openapi-schema-validator) to permit the latest version. - [Release notes](https://github.com/python-openapi/openapi-schema-validator/releases) - [Commits](https://github.com/python-openapi/openapi-schema-validator/compare/0.1.5...0.9.0) --- updated-dependencies: - dependency-name: openapi-schema-validator dependency-version: 0.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bdaff62..f4bcc71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,7 +43,7 @@ install_requires = lxml==6.0.0 nltk==3.5 numpy==2.2.3 - openapi-schema-validator~=0.1.5 + openapi-schema-validator~=0.9.0 openpyxl~=3.1.0 packaging>=21.0 pandas==2.3.0