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 six from 1.12.0 to 1.13.0 #95

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps six from 1.12.0 to 1.13.0.

Changelog *Sourced from [six's changelog](https://github.com/benjaminp/six/blob/master/CHANGES).* > 1.13.0 > ------ > > - Issue [#298](https://github-redirect.dependabot.com/benjaminp/six/issues/298), pull request [#299](https://github-redirect.dependabot.com/benjaminp/six/issues/299): Add `six.moves.dbm_ndbm`. > > - Issue [#155](https://github-redirect.dependabot.com/benjaminp/six/issues/155): Add `six.moves.collections_abc`, which aliases the `collections` > module on Python 2-3.2 and the `collections.abc` on Python 3.3 and greater. > > - Pull request [#304](https://github-redirect.dependabot.com/benjaminp/six/issues/304): Re-add distutils fallback in `setup.py`. > > - Pull request [#305](https://github-redirect.dependabot.com/benjaminp/six/issues/305): On Python 3.7, `with_metaclass` supports classes using PEP > 560 features.
Commits - [`ec58185`](https://github.com/benjaminp/six/commit/ec58185ed09153ec940ed3da52a58343780fee2a) Bump version to 1.13.0. - [`203b81c`](https://github.com/benjaminp/six/commit/203b81c2a719466ed13681f0062a4426c07c7481) Fix the reST roles of some modules. - [`a64af38`](https://github.com/benjaminp/six/commit/a64af38804a15e3fbdca7eb898c954bf7b3c7bae) Add a changelog for the ndbm move. - [`8f74902`](https://github.com/benjaminp/six/commit/8f749023fbe365b06aa0e1394074301d2e08fbc9) Recognize new contributors. - [`0dc54ea`](https://github.com/benjaminp/six/commit/0dc54ead62c7fb06edabf1ff22fb71c0c6d958e1) Add six.moves.collections_abc. - [`1f2f571`](https://github.com/benjaminp/six/commit/1f2f571cc7b3a3f57bdde604ce7b748f376adbe3) Add ndbm move. ([#299](https://github-redirect.dependabot.com/benjaminp/six/issues/299)) - [`a997033`](https://github.com/benjaminp/six/commit/a997033a2b89003a32685806e9c637a1e01ec10e) Add changelog entries for recent changes. - [`899b9c6`](https://github.com/benjaminp/six/commit/899b9c68aa12dc6cd315b6c37a2759f5a818139f) Update CI Pythons. - [`7385912`](https://github.com/benjaminp/six/commit/7385912842ff399224e560ff87ec8c8bd4f8d675) Revert "Remove distutils fallback and outdated comment ([#269](https://github-redirect.dependabot.com/benjaminp/six/issues/269))" ([#304](https://github-redirect.dependabot.com/benjaminp/six/issues/304)) - [`efd43d0`](https://github.com/benjaminp/six/commit/efd43d0f55fa082f3f0f547a6b8366241696a5fe) Pin pytest. ([#306](https://github-redirect.dependabot.com/benjaminp/six/issues/306)) - Additional commits viewable in [compare view](https://github.com/benjaminp/six/compare/1.12.0...1.13.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 #95 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   95.58%   95.58%           
=======================================
  Files          12       12           
  Lines         521      521           
=======================================
  Hits          498      498           
  Misses         23       23