KnightHacks / hackathon-2021-backend

The backend api for Knight Hacks.
https://api.knighthacks.org/apidocs/
MIT License
3 stars 3 forks source link

Bump flasgger from 0.9.5 to 0.9.7.1 #108

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps flasgger from 0.9.5 to 0.9.7.1.

Release notes

Sourced from flasgger's releases.

v0.9.7b2

  • Fixes version string in __init__.py

Full Changelog: https://github.com/flasgger/flasgger/compare/v0.9.7b1...v0.9.7b2

v0.9.7b1

  • chore: noqa for APISpecsView.get bare exception with json.dumps fallback (exception logging preserved)
  • fix: flask >== 2.3 json encoder change
  • chore: python 3.11 and flasklatest travis config
  • chore: python 3.11 and flasklatest travis config
  • removed usage of safe_str_cmp of werkzeug. using hmac.compare_digest instead (#532)
  • Resolve #562 - Incompatibility with flask 2.3 (#564)
  • Fix the wrong code block separation in README (#516)
  • Fix openapi3 request parse validation (#505)
  • Remove top level definitions, move #/definitions to #/components/schemas if configured to openapi3 (#504)
  • Fix required body if one parameter is required (#476)
  • change cian -> cyan (#502)
  • Implemented the SwaggerUI urls config parameter which displays a dropdown of API specs instead of an editable textbox (#473)
  • Fix indentation in readme example (#480)
  • fix path parameter bug for integers (#485)
  • Wrapping APISpecsView get response in a try except (#420)
  • Merge branch 'master' into generate-schema-command
  • Trivial flake issue resolved for docker build of flasgger (#452)
  • Deprecate imp [Breaks py2.7 compatibility] (#413) Resolves #434
  • Fix line too long error
  • Remove python2
  • Add command to generate the specs
  • Fix error format and add regression tests
  • Extract is_openapi3 in utils and test it
  • Add flask_mongorest
  • Set displayOperationId to true
  • Pep8
  • Fix chinese table of contents
  • Fix for apispec 4
  • Add chinese docs
  • Fix definition docstring splitting
  • Add use func validate from utils
  • add test case for post request
  • Change test for swag_schema
  • Easy usage Marshmallow and flasgger
  • PEP 8 compliance for oauth static html default
  • Add Swagger UI auth config to ui.inioauth
  • Make available oauth2 redirect html

(Changes since v0.9.5) v0.9.6 will be skipped for now to preserve a minor version code with fewer features and better compatibility.

NOTE: python2 is deprecated and no longer supported in flasgger

0.9.6b1

... (truncated)

Changelog

Sourced from flasgger's changelog.

Changelog

These are all the changes in Flasgger since the 0.6.0 release

0.9.7b2

  • chore: noqa for APISpecsView.get bare exception with json.dumps fallback (exception logging preserved)
  • fix: flask >== 2.3 json encoder change
  • chore: python 3.11 and flasklatest travis config
  • removed usage of safe_str_cmp of werkzeug. using hmac.compare_digest instead (#532)
  • Resolve #562 - Incompatibility with flask 2.3 (#564)
  • Fix the wrong code block separation in README (#516)
  • Fix openapi3 request parse validation (#505)
  • Remove top level definitions, move #/definitions to #/components/schemas if configured to openapi3 (#504)
  • Fix required body if one parameter is required (#476)
  • change cian -> cyan (#502)
  • Implemented the SwaggerUI urls config parameter which displays a dropdown of API specs instead of an editable textbox (#473)
  • Fix indentation in readme example (#480)
  • fix path parameter bug for integers (#485)
  • Wrapping APISpecsView get response in a try except (#420)
  • Merge branch 'master' into generate-schema-command
  • Trivial flake issue resolved for docker build of flasgger (#452)
  • Deprecate imp [Breaks py2.7 compatibility] (#413) Resolves #434
  • Fix line too long error
  • Remove python2
  • Add command to generate the specs
  • Fix error format and add regression tests
  • Extract is_openapi3 in utils and test it
  • Add flask_mongorest
  • Set displayOperationId to true
  • Pep8
  • Fix chinese table of contents
  • Fix for apispec 4
  • Add chinese docs
  • Fix definition docstring splitting
  • Add use func validate from utils
  • add test case for post request
  • Change test for swag_schema
  • Easy usage Marshmallow and flasgger
  • PEP 8 compliance for oauth static html default
  • Add Swagger UI auth config to ui.inioauth
  • Make available oauth2 redirect html

NOTE: python2 is deprecated and no longer supported in flasgger

Commits


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)