From 563b19f8fd8407241cecaa8127103453d0197bd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:50:12 +0000 Subject: [PATCH] Update openapi-schema-validator requirement 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.4...0.6.3) --- updated-dependencies: - dependency-name: openapi-schema-validator dependency-version: 0.6.3 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..1226a21 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.8.1 openpyxl~=3.1.0 packaging>=21.0 pandas==2.3.0