From 713aa3fa1380bb4c96c497c4f84abdf202a57147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:54:05 +0000 Subject: [PATCH] build(deps): bump openapi-spec-validator in /application Bumps [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator) from 0.6.0 to 0.7.1. - [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases) - [Commits](https://github.com/python-openapi/openapi-spec-validator/compare/0.6.0...0.7.1) --- updated-dependencies: - dependency-name: openapi-spec-validator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index aed3f8c76..cca4aa2e7 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -45,7 +45,7 @@ networkx==3.4.2 numpy==2.2.1 openai==1.59.5 openapi-schema-validator==0.6.2 -openapi-spec-validator==0.6.0 +openapi-spec-validator==0.7.1 openapi3-parser==1.1.19 orjson==3.10.14 packaging==24.1