Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Bump openapi-spec-validator from 0.3.1 to 0.5.2 #596

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 23, 2023

Bumps openapi-spec-validator from 0.3.1 to 0.5.2.

Release notes

Sourced from openapi-spec-validator's releases.

0.5.2

Changelog

  • Use stdlib importlib.resources on python >= 3.9 #174
  • mypy typing module version fix #181
  • Drop no longer used runtime dependency on PyYAML #180
  • allow openapi-schema-validator 0.4 #187

0.5.1

Changelog

  • Responses schema validation #177

0.5.0

Changelog

  • detect spec schema version #167
  • static types and Mypy static type check #168
  • tests mark network #169
  • schemas and validators lazy loading proxy #170
  • CLI detect spec version #171
  • Shortcuts refactor and validators explicit usage #172

Backward incompatibilities

  • redundant shortcuts validate_v*_spec and validate_v*_spec_url removed. Use validate_spec and validate_spec_url with validator parameter instead.
  • default_handlers (and whole handlers package) removed. Use handlers from jsonschema_spec.handlers instead.

0.5.0a3

Changeling

  • jsonschema subclassing fix #163
  • use jsonschema spec and yield from #164

0.5.0a2

Changelog

  • Use importlib_resources instead of pkg_resources #155
  • Use the json module to take care of the integer keys. #146

0.5.0a1

Changelog

  • Implements OpenAPI 3.1 spec validator #143

0.4.0

Changelog

  • Drop Python 2.7, 3.5 and 3.6 support #137
  • Add Python 3.10 support #137
  • Bump dependency upper bounds #137
  • Drop pyrsistent direct dependency #142

0.3.3

Changelog

  • Use valid licence registry identifier for Apache-2.0 licence #139
  • add setuptools dependency for pkg_resources, sort deps #141

... (truncated)

Commits
  • 155f923 Version 0.5.2
  • e4cf225 Merge pull request #187 from p1c2u/feature/allow-openapi-schema-validator-0.4
  • 3a5842b allow openapi-schema-validator 0.4
  • 0af2ec9 Merge pull request #184 from p1c2u/dependabot/pip/certifi-2022.12.7
  • 17cb41a Merge pull request #186 from p1c2u/feature/custom-format-tests
  • 5c229cb custom format tests
  • ca6907f Bump certifi from 2022.6.15 to 2022.12.7
  • 6a7a841 Merge pull request #180 from stanislavlevin/issue_179
  • bb56635 Merge pull request #181 from p1c2u/fix/mypy-typing-module-versions-fix
  • 8eae988 mypy typing module version fix
  • 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)

Bumps [openapi-spec-validator](https://github.com/p1c2u/openapi-spec-validator) from 0.3.1 to 0.5.2.
- [Release notes](https://github.com/p1c2u/openapi-spec-validator/releases)
- [Commits](python-openapi/openapi-spec-validator@0.3.1...0.5.2)

---
updated-dependencies:
- dependency-name: openapi-spec-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants