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 jsonschema from 4.18.0a1 to 4.18.0a10 #234

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps jsonschema from 4.18.0a1 to 4.18.0a10.

Release notes

Sourced from jsonschema's releases.

v4.18.0a10

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.0a9...v4.18.0a10

v4.18.0a9

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.0a8...v4.18.0a9

v4.18.0a8

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.0a7...v4.18.0a8

v4.18.0a7

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.0a6...v4.18.0a7

v4.18.0a6

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.0a5...v4.18.0a6

v4.18.0a5

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.0a4...v4.18.0a5

v4.18.0a4

Full Changelog: https://github.com/python-jsonschema/jsonschema/compare/v4.18.0a3...v4.18.0a4

v4.18.0a3

... (truncated)

Commits
  • d35f2c2 Only use a default (remote retrieving registry) when none is provided.
  • 685578a Massage coverage numbers again.
  • 1240e68 Don't uselessly recombine registries each time we recurse into subschemas.
  • b62bcfb Add Unlicense to the allowed non-GPL license audit list.
  • f5ca32e Ensure twine checks the README in strict mode.
  • b4f7fae Remove another deprecated import from the API documentation.
  • c54e53d Merge commit 'acf7a6b4ed7824cbb7daf9d19942c24fec33e848'
  • acf7a6b Squashed 'json/' changes from 6afa9b38d..b069ac352
  • 8b15c65 Move to using Trusted Publishers.
  • ecb27ef Fix the rendering of str on wrapped referencing exceptions.
  • 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 #234 (a09b663) into master (0c0eec1) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #234   +/-   ##
=======================================
  Coverage   92.72%   92.72%           
=======================================
  Files          13       13           
  Lines         426      426           
  Branches       66       66           
=======================================
  Hits          395      395           
  Misses         21       21           
  Partials       10       10