Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flasgger requirement from ~=0.9.4 to ~=0.9.7 in /backend #32

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 11, 2024

Updates the requirements on flasgger to permit the latest version.

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

0.9.5

  • 'swag_from' supports 'pathlib.Path'
  • Added support for OpenAPI3 parameter schema parsing #390

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [flasgger](https://github.com/flasgger/flasgger) to permit the latest version.
- [Release notes](https://github.com/flasgger/flasgger/releases)
- [Changelog](https://github.com/flasgger/flasgger/blob/master/HISTORY)
- [Commits](flasgger/flasgger@0.9.4...v0.9.7.1)

---
updated-dependencies:
- dependency-name: flasgger
  dependency-type: direct:production
...

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 Mar 11, 2024
@janheinrichmerker janheinrichmerker merged commit 827e7db into master Mar 11, 2024
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/backend/flasgger-approx-eq-0.9.7 branch March 11, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant