anonim-legivon / picoboard

Imageboard engine powered by Django & Django Rest Framework
MIT License
18 stars 0 forks source link

Bump pylint-django from 2.0.5 to 2.0.7 #47

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps pylint-django from 2.0.5 to 2.0.7.

Changelog *Sourced from [pylint-django's changelog](https://github.com/PyCQA/pylint-django/blob/master/CHANGELOG.rst).* > Version 2.0.7 (16 April 2019) > ============================= > > - Fixed `AstroidImportError` for `DecimalField`. Fix [\#221](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/221) (Daniil Kharkov) > - Add `load_configuration()` in `pylint_django/__init__.py`. Fix [\#222](https://github.com/PyCQA/pylint-django/issues/\222) [\#222](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/222) > - Support ForeignKey relations with `to` keyword. Fix [\#223](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/223) (Daniil Kharkov) > > Version 2.0.6 (27 Feb 2019) > =========================== > > - Updating dependency version of pylint-plugin-utils as pylint 2.3 release was not compatible [\#220](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/220) > - Improvements to tox.ini: [\#217](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/217) and [\#216](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/216) ([@​aerostitch](https://github.com/aerostitch)) > - Add support for new load\_configuration hook of pylint [\#214](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/214) ([@​matusvalo](https://github.com/matusvalo)) > - 'urlpatterns' no longer reported as an invalid constant name
Commits - [`443415f`](https://github.com/PyCQA/pylint-django/commit/443415ffa7f1c12a238d6bbe42e901f3be485ee6) Changelog for version 2.0.7 - [`54455c9`](https://github.com/PyCQA/pylint-django/commit/54455c92d4e6c9e36fe728dbd2d1e0dd360b4053) Add load_configuration() in pylint_django.__init__. Fixes [#222](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/222) - [`d57a755`](https://github.com/PyCQA/pylint-django/commit/d57a755a81ce9d608e5d505c634d37232736ad33) Fixed AstroidImportError - [`92f3975`](https://github.com/PyCQA/pylint-django/commit/92f39756ced65d33d2c8dad34998a7c294fc640c) Fixes [#223](https://github-redirect.dependabot.com/PyCQA/pylint-django/issues/223) Support ForeignKey relations with `to` keyword - [`29faab0`](https://github.com/PyCQA/pylint-django/commit/29faab0fcbc0ea8e6f63bbaf0d184e43c37b135f) Add Python 3.7-dev to test matrix - [`fe392a7`](https://github.com/PyCQA/pylint-django/commit/fe392a71fd2d86683abfe8dcb3bad1321fea647e) Start testing with Django 2.2 by default - [`b61fee3`](https://github.com/PyCQA/pylint-django/commit/b61fee34ffe47d3d0930fcd125dbb30c3ca43495) Adding changelog information about urlpatterns fix - [`5d2e78e`](https://github.com/PyCQA/pylint-django/commit/5d2e78e1c15d43b7f9014989efa81b6d894f854e) Fixing urlpatterns warning - no longer an "invalid-name" - [`74bd99b`](https://github.com/PyCQA/pylint-django/commit/74bd99bf147e6b6637d576a5c3523e3df62ede4a) Including coverage in test dependencies - [`69e223c`](https://github.com/PyCQA/pylint-django/commit/69e223c5f60ea7661798961f582a93e5a6b09024) Updating pylint-plugin-utils dependency to get compatability with pylint 2.3 ... - Additional commits viewable in [compare view](https://github.com/PyCQA/pylint-django/compare/2.0.5...v2.0.7)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #48.