dry-python / bookshelf

Code examples to learn dry-python with Django at the project scale.
96 stars 13 forks source link

Bump django-debug-toolbar from 2.0 to 2.1 in /bookshelf #62

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps django-debug-toolbar from 2.0 to 2.1.

Changelog *Sourced from [django-debug-toolbar's changelog](https://github.com/jazzband/django-debug-toolbar/blob/master/docs/changes.rst).* > 2.1 (2019-11-12) > ================ > > - Changed the Travis CI matrix to run style checks first. > - Exposed the `djdt.init` function too. > - Small improvements to the code to take advantage of newer Django APIs and avoid warnings because of deprecated code. > - Verified compatibility with the upcoming Django 3.0 (at the time of writing).
Commits - [`84bf096`](https://github.com/jazzband/django-debug-toolbar/commit/84bf0965c5b132e6bc4ac1196d0acb7093c415e6) django-debug-toolbar 2.1 - [`9f205d9`](https://github.com/jazzband/django-debug-toolbar/commit/9f205d9c5fa16c8a868b57e16e376020b37bc0d7) Added Django 3.0(b1) to the test matrix - [`7cfbb8c`](https://github.com/jazzband/django-debug-toolbar/commit/7cfbb8ccdb5b7b06cd317d6ef90c8411c3daef29) Revert "Remove unnecessary guard" - [`48f59e6`](https://github.com/jazzband/django-debug-toolbar/commit/48f59e6ccf1e00eaa141a57cc038e30875ec44ee) One less warning by switching from force_text to force_str - [`ce8034c`](https://github.com/jazzband/django-debug-toolbar/commit/ce8034cd9001712f6d548db0356ce1c71a33176c) Merge pull request [#1196](https://github-redirect.dependabot.com/jazzband/django-debug-toolbar/issues/1196) from jdufresne/travis-sudo - [`a8abc8e`](https://github.com/jazzband/django-debug-toolbar/commit/a8abc8ed0a7314ef8956559f40d3c30ded2bfbbb) Stop using deprecated Travis container environment - [`d6820bf`](https://github.com/jazzband/django-debug-toolbar/commit/d6820bfe4a6fa333f5ebf343ca0aecd21900e9b5) Merge pull request [#1194](https://github-redirect.dependabot.com/jazzband/django-debug-toolbar/issues/1194) from jdufresne/psf-black - [`48e7d2e`](https://github.com/jazzband/django-debug-toolbar/commit/48e7d2e668543fc75eb9697222214bf093962e5f) Update URL: python/black → psf/black - [`1e8d2d2`](https://github.com/jazzband/django-debug-toolbar/commit/1e8d2d2d93a3a88b618e1fd432e39611d93b977e) Merge pull request [#1188](https://github-redirect.dependabot.com/jazzband/django-debug-toolbar/issues/1188) from minho42/Fix-typos - [`53a607f`](https://github.com/jazzband/django-debug-toolbar/commit/53a607fdea9ee2ca1fb22ddc11d7ba1390ba1956) Fix typo - Additional commits viewable in [compare view](https://github.com/jazzband/django-debug-toolbar/compare/2.0...2.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) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)