ripoul / url-shortener-api

an api to shorten some url
https://url-shortener.api.ripoul.fr/
MIT License
1 stars 0 forks source link

Bump whitenoise from 4.1.4 to 5.0.1 #116

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps whitenoise from 4.1.4 to 5.0.1.

Changelog *Sourced from [whitenoise's changelog](https://github.com/evansd/whitenoise/blob/master/docs/changelog.rst).* > v5.0.1 > ====== > > > - Fix packaging to indicate only Python 3.5+ compatibiity (thanks [@​mdalp](https://github.com/mdalp)). > > v5.0 > ==== > >
> > This is a major version bump, but only because it removes Python 2 compatibility. If you were already running under Python 3 then there should be no breaking changes. > > WhiteNoise is now tested on Python 3.5--3.8 and Django 2.0--3.0. > >
> > Other changes include: > > > - Fix incompatibility with Django 3.0 which caused problems with Safari (details [here](https://github-redirect.dependabot.com/evansd/whitenoise/issues/240)). Thanks [@​paltman](https://github.com/paltman) and [@​giilby](https://github.com/giilby) for diagnosing. > > - Lots of improvements to the test suite (including switching to py.test). Thanks [@​NDevox](https://github.com/ndevox) and [@​Djailla](https://github.com/djailla).
Commits - [`085ac6a`](https://github.com/evansd/whitenoise/commit/085ac6a3249d3d40f3c28adc2b8981754ebea234) Release version 5.0.1 - [`2305053`](https://github.com/evansd/whitenoise/commit/2305053e5492768cc7b6de08e501e2d04024e6c4) Add Django 3.0 compatability to trove classifiers - [`68c6b1c`](https://github.com/evansd/whitenoise/commit/68c6b1c4d45df1a80be7b1ca85868edc7d4b8e29) Add python_requires to leverage pypi search ([#242](https://github-redirect.dependabot.com/evansd/whitenoise/issues/242)) - [`2412be2`](https://github.com/evansd/whitenoise/commit/2412be25205ccbc8eb4c68536f2008b137e277c1) Release version 5.0 - [`02b076f`](https://github.com/evansd/whitenoise/commit/02b076fe8532a096e949c791d87337c4ad917c8c) Fix linting errors - [`122c15c`](https://github.com/evansd/whitenoise/commit/122c15cb1725aa475eb75c0cf129b4c3b32469c3) Restore accidentally removed Travis lint job - [`7f2936a`](https://github.com/evansd/whitenoise/commit/7f2936a2f0b4303604a47fc22b065d74ea8d1545) Add requirements for documentation build - [`93657cf`](https://github.com/evansd/whitenoise/commit/93657cf88e14b919cb726864814617a6a639e507) Workaround breaking change in Django 3.0 - [`4de06ef`](https://github.com/evansd/whitenoise/commit/4de06efc6e13e493bbb40f17a0e1d1225da17726) Test against Django 3.0 - [`d70d65f`](https://github.com/evansd/whitenoise/commit/d70d65f8da5009595fdea3b398dbc82ead05bbfe) Remove workaround for older versions of `requests` - Additional commits viewable in [compare view](https://github.com/evansd/whitenoise/compare/v4.1.4...v5.0.1)


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 #116 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #116   +/-   ##
=======================================
  Coverage   95.74%   95.74%           
=======================================
  Files          12       12           
  Lines         541      541           
=======================================
  Hits          518      518           
  Misses         23       23