python-openapi / openapi-spec-validator

OpenAPI Spec Validator is a CLI, pre-commit hook and python package that validates OpenAPI Specs against the OpenAPI 2.0 (aka Swagger), OpenAPI 3.0 and OpenAPI 3.1 specification.
Apache License 2.0
329 stars 61 forks source link

Bump openapi-schema-validator from 0.4.4 to 0.5.0 #231

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps openapi-schema-validator from 0.4.4 to 0.5.0.

Release notes

Sourced from openapi-schema-validator's releases.

0.5.0

Changelog

  • Formats raise error for other types fix #67

Backward incompatibilities

  • format validators ignore other types and pass (in accordance with the specification)
Commits
  • 563fea0 Version 0.5.0
  • f87958b Merge pull request #67 from python-openapi/fix/formats-ignore-other-types
  • b60ec26 readthedocs poetry extra fix
  • e1cd9a4 python publish workflow trigger fix
  • 0ef7d0c Merge pull request #83 from python-openapi/feature/deptry
  • 4210f31 deptry added
  • 29324d3 Merge pull request #77 from python-openapi/dependabot/pip/requests-2.31.0
  • 8714132 Bump requests from 2.28.2 to 2.31.0
  • f9ea527 Merge pull request #78 from python-openapi/dependabot/pip/pytest-cov-4.1.0
  • 0aadf63 Merge pull request #79 from python-openapi/dependabot/pip/black-23.3.0
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 1 year ago

Codecov Report

Merging #231 (0c2994f) into master (ed4d752) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #231   +/-   ##
=======================================
  Coverage   92.52%   92.52%           
=======================================
  Files          13       13           
  Lines         428      428           
  Branches       65       65           
=======================================
  Hits          396      396           
  Misses         22       22           
  Partials       10       10           
dependabot[bot] commented 1 year ago

Looks like openapi-schema-validator is up-to-date now, so this is no longer needed.