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 django-cors-headers from 3.1.1 to 3.2.0 #98

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps django-cors-headers from 3.1.1 to 3.2.0.

Changelog *Sourced from [django-cors-headers's changelog](https://github.com/adamchainz/django-cors-headers/blob/master/HISTORY.rst).* > 3.2.0 (2019-11-15) > ================== > > - Converted setuptools metadata to configuration file. This meant removing the `__version__` attribute from the package. If you want to inspect the installed version, use `importlib.metadata.version("django-cors-headers")` ([docs](https://docs.python.org/3.8/library/importlib.metadata.html#distribution-versions) / [backport](https://pypi.org/project/importlib-metadata/)). > - Support Python 3.8.
Commits - [`5071f37`](https://github.com/adamchainz/django-cors-headers/commit/5071f3789f438c94435b95ad53e2d0b8c796849a) Version 3.2.0 - [`6eba1e2`](https://github.com/adamchainz/django-cors-headers/commit/6eba1e2a63614688e976c94c800ff3bb5ea188e5) Test Django 2.2 on Python 3.8 ([#465](https://github-redirect.dependabot.com/adamchainz/django-cors-headers/issues/465)) - [`d77e32b`](https://github.com/adamchainz/django-cors-headers/commit/d77e32b40da128718e2f1756779fd367f2bd6d6a) Test with Python 3.8 ([#464](https://github-redirect.dependabot.com/adamchainz/django-cors-headers/issues/464)) - [`afd4a2d`](https://github.com/adamchainz/django-cors-headers/commit/afd4a2d45d68e038758eae3b4dd54c59ff5c0396) Upgrade requirements ([#463](https://github-redirect.dependabot.com/adamchainz/django-cors-headers/issues/463)) - [`784c5b0`](https://github.com/adamchainz/django-cors-headers/commit/784c5b0b752f80ae1c74ad22ff26c7b4f42cb04b) Dogfood some of my own packages ([#462](https://github-redirect.dependabot.com/adamchainz/django-cors-headers/issues/462)) - [`85f6919`](https://github.com/adamchainz/django-cors-headers/commit/85f6919789f9c8e12dc79b318d4ac21dc96efa38) Upgrade requirements ([#461](https://github-redirect.dependabot.com/adamchainz/django-cors-headers/issues/461)) - [`9cc9901`](https://github.com/adamchainz/django-cors-headers/commit/9cc99012611b45a86bade98528d91071e8d4e5a8) Change pkg-resources recommendation to importlib-metadata ([#460](https://github-redirect.dependabot.com/adamchainz/django-cors-headers/issues/460)) - [`50f18e3`](https://github.com/adamchainz/django-cors-headers/commit/50f18e32a6430826b066a2f879406176762f6fb7) Add Django 3.0 Trove classifier ([#459](https://github-redirect.dependabot.com/adamchainz/django-cors-headers/issues/459)) - [`31b9c2e`](https://github.com/adamchainz/django-cors-headers/commit/31b9c2ef8a333a40f18081ffc1f1cba9fb34574d) Move to src directory layout ([#458](https://github-redirect.dependabot.com/adamchainz/django-cors-headers/issues/458)) - [`a6df4ed`](https://github.com/adamchainz/django-cors-headers/commit/a6df4ed182d8cc90eda51f376a89e22adbcc6f5c) Convert setup.py metadata to setup.cfg ([#457](https://github-redirect.dependabot.com/adamchainz/django-cors-headers/issues/457)) - Additional commits viewable in [compare view](https://github.com/adamchainz/django-cors-headers/compare/3.1.1...3.2.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)
ripoul commented 4 years ago

@dependabot rebase

codecov[bot] commented 4 years ago

Codecov Report

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

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