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.4.0 to 2.5.0 #103

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps connexion from 2.4.0 to 2.5.0.

Release notes *Sourced from [connexion's releases](https://github.com/zalando/connexion/releases).* > ## 2.5.0 > * Drop Python 2.7 support, support Python 3.8 > * Convert responses to raise `ProblemException` ([#955](https://github-redirect.dependabot.com/zalando/connexion/issues/955)) > * Add error path to schema validation > * Do not sanitize body keys in OpenAPI 3 ([#1008](https://github-redirect.dependabot.com/zalando/connexion/issues/1008)) > * Date/time serialization ([#851](https://github-redirect.dependabot.com/zalando/connexion/issues/851)) > * Forward options to AioHTTP app ([#885](https://github-redirect.dependabot.com/zalando/connexion/issues/885)) > * Allow users to enable debug mode via environment variable
Commits - [`e0a02ed`](https://github.com/zalando/connexion/commit/e0a02ed77e5624a06c0d057f81a88e8525f332ec) use non-signed tag - [`7240f94`](https://github.com/zalando/connexion/commit/7240f94748342fb07dfc6ca65dfe105f2bdc9e06) fix release.sh to succeed - [`852eca0`](https://github.com/zalando/connexion/commit/852eca0e0fdd193a6f10bc2abd34aae69ba25b6c) Remove six (Python 2 support) ([#1102](https://github-redirect.dependabot.com/zalando/connexion/issues/1102)) - [`e3f0279`](https://github.com/zalando/connexion/commit/e3f0279de27218693073da72afe9c68b880e7b68) Test schema corrections ([#1010](https://github-redirect.dependabot.com/zalando/connexion/issues/1010)) - [`d287fcc`](https://github.com/zalando/connexion/commit/d287fcc4bdc838daf0a74c87e6dad10229d03d5b) Revert "Fixes [#510](https://github-redirect.dependabot.com/zalando/connexion/issues/510) in upstream: multiple file uploads via POST now work corre... - [`9fdd958`](https://github.com/zalando/connexion/commit/9fdd9587e6a763219be0da7f4a4d60f49e59c3d9) Fix: [#910](https://github-redirect.dependabot.com/zalando/connexion/issues/910). Add swagger-ui to requirements. Update connexion version. ([#911](https://github-redirect.dependabot.com/zalando/connexion/issues/911)) - [`5abdcbb`](https://github.com/zalando/connexion/commit/5abdcbb859b30761c23739544e863129f0a09deb) Fix test that relies on the repo folder being named Connexion - [`d18c387`](https://github.com/zalando/connexion/commit/d18c387d9422e1c7adad938cadca3b8e919ff01d) Return tuple for aiohttp ([#849](https://github-redirect.dependabot.com/zalando/connexion/issues/849)) - [`50f640a`](https://github.com/zalando/connexion/commit/50f640a33a2c4cd55248ecfcaa366aa14a1c9063) Pop apiKey from query parameters in security decorator to fix [#470](https://github-redirect.dependabot.com/zalando/connexion/issues/470) ([#1077](https://github-redirect.dependabot.com/zalando/connexion/issues/1077)) - [`7cbeb75`](https://github.com/zalando/connexion/commit/7cbeb7565a8e9e7482fbe1cbc2a1cf13b7ef40af) Forward options to the AioHTTP app. ([#885](https://github-redirect.dependabot.com/zalando/connexion/issues/885)) - Additional commits viewable in [compare view](https://github.com/zalando/connexion/compare/2.4.0...2.5.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 4 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #103   +/-   ##
======================================
  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 66aa0e5...c775e8c. Read the comment docs.