PXMYH / helios

Real Estate Rental Info Data Collector
https://beast-helios.herokuapp.com/
MIT License
2 stars 2 forks source link

Bump connexion from 2.3.0 to 2.4.0 #88

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps connexion from 2.3.0 to 2.4.0.

Release notes *Sourced from [connexion's releases](https://github.com/zalando/connexion/releases).* > ## 2.4.0 > * Handle deepObject and explode: true ([#971](https://github-redirect.dependabot.com/zalando/connexion/issues/971)) > * Support jsonschema > 3.0.0 ([#1050](https://github-redirect.dependabot.com/zalando/connexion/issues/1050)) > * Drop Python 3.4 and 3.5. Add Python 3.8 ([#1056](https://github-redirect.dependabot.com/zalando/connexion/issues/1056)) > * Fix deprecated import ([#1044](https://github-redirect.dependabot.com/zalando/connexion/issues/1044)) > * Bump Flask version ([#995](https://github-redirect.dependabot.com/zalando/connexion/issues/995))
Commits - [`c8d8973`](https://github.com/zalando/connexion/commit/c8d8973c7e390a5e2071c7b494dd7bd52bd55ff1) drop Python 3.5, add 3.8 ([#1056](https://github-redirect.dependabot.com/zalando/connexion/issues/1056)) - [`c94fa61`](https://github.com/zalando/connexion/commit/c94fa6127a645cf5e9d55dba38f0349a362af892) Instructions for deploying on modwsgi ([#1018](https://github-redirect.dependabot.com/zalando/connexion/issues/1018)) - [`7a1ce8d`](https://github.com/zalando/connexion/commit/7a1ce8d41a41b5bffa8c02e1e27b297672b7fa22) Support jsonschema >= 3.0.0 ([#1050](https://github-redirect.dependabot.com/zalando/connexion/issues/1050)) - [`43003f8`](https://github.com/zalando/connexion/commit/43003f8666aa5dc3e248b4c2210744b53b746eea) Fixes util.deep_get when obj is a list ([#1055](https://github-redirect.dependabot.com/zalando/connexion/issues/1055)) - [`bd2552c`](https://github.com/zalando/connexion/commit/bd2552c313c087d2d0c6a0c80bb7bb6bfc6233d8) Fix aiohttp upgrade ([#951](https://github-redirect.dependabot.com/zalando/connexion/issues/951)) - [`54e50f2`](https://github.com/zalando/connexion/commit/54e50f22787c814caf52f45521991da02ff5f84f) handle deepObject and explode: true ([#971](https://github-redirect.dependabot.com/zalando/connexion/issues/971)) - [`485380d`](https://github.com/zalando/connexion/commit/485380d54fb4d381ec93e44a24e498c3ba78a653) Document how to set Swagger UI path ([#1051](https://github-redirect.dependabot.com/zalando/connexion/issues/1051)) - [`1a9db69`](https://github.com/zalando/connexion/commit/1a9db69583f99581ee3e2b71bfd0ac0262cc609c) Fixed [connextion] typo in documentation page ([#1049](https://github-redirect.dependabot.com/zalando/connexion/issues/1049)) - [`2c81074`](https://github.com/zalando/connexion/commit/2c810748c0499db5aaa5652ae67a00a0b90d5528) Updated readme ([#1009](https://github-redirect.dependabot.com/zalando/connexion/issues/1009)) - [`7111bc9`](https://github.com/zalando/connexion/commit/7111bc91ee9ffcdce1899c06205e61f634972228) fix deprecated import ([#1044](https://github-redirect.dependabot.com/zalando/connexion/issues/1044)) - Additional commits viewable in [compare view](https://github.com/zalando/connexion/compare/2.3.0...2.4.0)


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 5 years ago

Codecov Report

Merging #88 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #88   +/-   ##
======================================
  Coverage    2.38%   2.38%           
======================================
  Files          11      11           
  Lines         294     294           
======================================
  Hits            7       7           
  Misses        287     287

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 2ff67b9...1b4df61. Read the comment docs.