Skip to content

Commit 150482a

Browse files
Update openapi-spec-validator requirement from <0.7.0,>=0.6.0 to >=0.6.0,<0.8.0 (#412)
Updates the requirements on [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator) to permit the latest version. - [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases) - [Commits](python-openapi/openapi-spec-validator@0.6.0...0.7.0) --- updated-dependencies: - dependency-name: openapi-spec-validator dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Steven Silvester <[email protected]>
1 parent bf0c080 commit 150482a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ test = [
7373
"ipykernel",
7474
"pytest-jupyter[server]>=0.6.2",
7575
"openapi_core~=0.18.0",
76-
"openapi-spec-validator>=0.6.0,<0.7.0",
76+
"openapi-spec-validator>=0.6.0,<0.8.0",
7777
"sphinxcontrib_spelling",
7878
"requests_mock",
7979
"ruamel.yaml",

0 commit comments

Comments
 (0)