From be8f3fa18e52c033002414fb2dca6df08b072a1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:32:41 +0000 Subject: [PATCH] Bump openapi-spec-validator from 0.6.0 to 0.7.1 in /reqs 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] --- reqs/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reqs/requirements-test.txt b/reqs/requirements-test.txt index d5d228f..99d1775 100644 --- a/reqs/requirements-test.txt +++ b/reqs/requirements-test.txt @@ -1,3 +1,3 @@ # Public packages -openapi-spec-validator==0.6.0 +openapi-spec-validator==0.7.1 pytest==7.2.0