anitab-org / mentorship-backend

Mentorship System is an application that matches women in tech to mentor each other, on career development, through 1:1 relations during a certain period of time. This is the backend of this system.
https://mentorship-backend-temp.herokuapp.com/
GNU General Public License v3.0
196 stars 449 forks source link

chore(deps): bump flask-restx from 0.2.0 to 0.5.0 #1135

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps flask-restx from 0.2.0 to 0.5.0.

Release notes

Sourced from flask-restx's releases.

0.5.0

Bug Fixes

  • Fix Marshaled nested wildcard field with ordered=True (#326) [bdscharf]
  • Fix Float Field Handling of None (#327) [bdscharf, TVLIgnacy]
  • Fix Werkzeug and Flask > 2.0 issues (#341) [hbusul]
  • Hotfix package.json [xuhdev]

Enhancements

  • Stop calling got_request_exception when handled explicitly (#349) [chandlernine, VolkaRancho]
  • Update doc links (#332) [EtiennePelletier]
  • Structure demo zoo app (#328) [mehul-anshumali]
  • Update Contributing.rst (#323) [physikerwelt]
  • Upgrade swagger-ui (#316) [xuhdev]

0.4.0

NOTE: Any release before 0.4.0 will attempt to use Flask >= 2.0.0 and Werkzeug >= 2.0.0 This will cause errors! To fix this in your environment, pin Flask and Werkzeugh to < 2.0.0

  • Fix Namespace error handlers when propogate_exceptions=True (#285) [mjreiss]

  • pin flask and werkzeug due to breaking changes (#308) [jchittum]

  • The Flask/Blueprint API moved to the Scaffold base class (#308) [jloehel]

  • added specs-url-scheme option for API (#237) [DustinMoriarty]

  • Doc enhancements [KAUTH, Abdur-rahmaanJ]

  • New example with loosely couple implementation [maurerle]

0.3.0

Bug Fixes

  • Make error handlers order of registration respected when handling errors (#202) [avilaton]
  • add prefix to config setting (#114) [heeplr]
  • Doc fixes [openbrian, mikhailpashkov, rich0rd, Rich107, kashyapm94, SteadBytes, ziirish]
  • Use relative path for api.specs_url (#188) [jslay88]
  • Allow example=False (#203) [ogenstad]
  • Add support for recursive models (#110) [peterjwest, buggyspace, Drarok, edwardfung123]
  • generate choices schema without collectionFormat (#164) [leopold-p]
  • Catch TypeError in marshalling (#75) [robyoung]
  • Unable to access nested list propert (#91) [arajkumar]

Enhancements

  • Update Python versions [johnthagen]
  • allow strict mode when validating model fields (#186) [maho]
  • Make it possible to include "unused" models in the generated swagger documentation (#90)[volfpeter]
Changelog

Sourced from flask-restx's changelog.

0.5.0

Bug Fixes

* Fix Marshaled nested wildcard field with ordered=True ([#326](https://github.com/python-restx/flask-restx/issues/326)) [bdscharf]
* Fix Float Field Handling of None ([#327](https://github.com/python-restx/flask-restx/issues/327)) [bdscharf, TVLIgnacy]
* Fix Werkzeug and Flask > 2.0 issues ([#341](https://github.com/python-restx/flask-restx/issues/341)) [hbusul]
* Hotfix package.json [xuhdev]

Enhancements

* Stop calling got_request_exception when handled explicitly ([#349](https://github.com/python-restx/flask-restx/issues/349)) [chandlernine, VolkaRancho]
* Update doc links ([#332](https://github.com/python-restx/flask-restx/issues/332)) [EtiennePelletier]
* Structure demo zoo app ([#328](https://github.com/python-restx/flask-restx/issues/328)) [mehul-anshumali]
* Update Contributing.rst ([#323](https://github.com/python-restx/flask-restx/issues/323)) [physikerwelt]
* Upgrade swagger-ui ([#316](https://github.com/python-restx/flask-restx/issues/316)) [xuhdev]

Bug Fixes

* Fix Namespace error handlers when propogate_exceptions=True ([#285](https://github.com/python-restx/flask-restx/issues/285)) [mjreiss]
* pin flask and werkzeug due to breaking changes ([#308](https://github.com/python-restx/flask-restx/issues/308)) [jchittum]
* The Flask/Blueprint API moved to the Scaffold base class ([#308](https://github.com/python-restx/flask-restx/issues/308)) [jloehel]

Enhancements

::

: - added specs-url-scheme option for API (#237) [DustinMoriarty] - Doc enhancements [KAUTH, Abdur-rahmaanJ] - New example with loosely couple implementation [maurerle]

0.3.0

Bug Fixes

* Make error handlers order of registration respected when handling errors ([#202](https://github.com/python-restx/flask-restx/issues/202)) [avilaton]
* add prefix to config setting ([#114](https://github.com/python-restx/flask-restx/issues/114)) [heeplr]
* Doc fixes [openbrian, mikhailpashkov, rich0rd, Rich107, kashyapm94, SteadBytes, ziirish]
* Use relative path for `api.specs_url` ([#188](https://github.com/python-restx/flask-restx/issues/188)) [jslay88]
* Allow example=False ([#203](https://github.com/python-restx/flask-restx/issues/203)) [ogenstad]
* Add support for recursive models ([#110](https://github.com/python-restx/flask-restx/issues/110)) [peterjwest, buggyspace, Drarok, edwardfung123]

... (truncated)

Commits
  • fd99fe1 Bump version 0.5.0
  • 6bc6c74 Update README, bumpr, and package.json
  • d7a1ca8 Merge pull request #350 from j5awry/prep-0.5.0
  • eace66b prep-0.5.0 Changelog
  • 596e97d Merge pull request #349 from VolkaRacho/do_not_always_call_got_request_exception
  • 872cc97 add test for not always calling got_request_exception
  • 4893b79 Stops calling got_request_exception for exceptions explicitly handled.
  • 0dc1c3c Merge pull request #332 from EtiennePelletier/update_doc_links
  • 8a01bc7 Merge pull request #341 from hbusul/issue-313
  • acc4dc9 #313 don't use werkzeug, flask 2.0.0 and use Response instead of BaseResponse
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 3 years ago

Codecov Report

Merging #1135 (4425566) into develop (4193589) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #1135   +/-   ##
========================================
  Coverage    92.91%   92.91%           
========================================
  Files           38       38           
  Lines         2062     2062           
========================================
  Hits          1916     1916           
  Misses         146      146