From 50693158d0de3fdad0c9598c851176361f83b5d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 21:26:35 +0000 Subject: [PATCH] Bump openapi-spec-validator from 0.6.0 to 0.7.0 in /reqs Bumps [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator) from 0.6.0 to 0.7.0. - [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.0) --- 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..0bf4d69 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.0 pytest==7.2.0