Bump django-oauth-toolkit from 1.3.3 to 1.4.0 #173

Merged
hansegucker merged 1 commit from dependabot/pip/django-oauth-toolkit-1.4.0 into dev 2021-02-09 09:18:34 +01:00
Owner

Created by: dependabot-preview[bot]

Bumps django-oauth-toolkit from 1.3.3 to 1.4.0.

Changelog

Sourced from django-oauth-toolkit's changelog.

[1.4.0] 2021-02-08

Added

  • #917 Documentation improvement for Access Token expiration.
  • #916 (for DOT contributors) Added tox -e livedocs which launches a local web server on locahost:8000 to display Sphinx documentation with live updates as you edit.
  • #891 (for DOT contributors) Added details on how best to contribute to this project.
  • #884 Added support for Python 3.9
  • #898 Added the ability to customize classes for django admin
  • #690 Added pt-PT translations to HTML templates. This enables adding additional translations.

Fixed

  • #906 Made token revocation not apply a limit to the select_for_update statement (impacts Oracle 12c database).
  • #903 Disable redirect_uri field length limit for AbstractGrant
Commits

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:

  • 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)
*Created by: dependabot-preview[bot]* Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 1.3.3 to 1.4.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jazzband/django-oauth-toolkit/blob/master/CHANGELOG.md">django-oauth-toolkit's changelog</a>.</em></p> <blockquote> <h2>[1.4.0] 2021-02-08</h2> <h3>Added</h3> <ul> <li><a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/917">#917</a> Documentation improvement for Access Token expiration.</li> <li><a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/916">#916</a> (for DOT contributors) Added <code>tox -e livedocs</code> which launches a local web server on <code>locahost:8000</code> to display Sphinx documentation with live updates as you edit.</li> <li><a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/891">#891</a> (for DOT contributors) Added <a href="https://django-oauth-toolkit.readthedocs.io/en/latest/contributing.html">details</a> on how best to contribute to this project.</li> <li><a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/884">#884</a> Added support for Python 3.9</li> <li><a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/898">#898</a> Added the ability to customize classes for django admin</li> <li><a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/690">#690</a> Added pt-PT translations to HTML templates. This enables adding additional translations.</li> </ul> <h3>Fixed</h3> <ul> <li><a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/906">#906</a> Made token revocation not apply a limit to the <code>select_for_update</code> statement (impacts Oracle 12c database).</li> <li><a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/903">#903</a> Disable <code>redirect_uri</code> field length limit for <code>AbstractGrant</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/37640eeb8b1fda1b9e42d228d35bdbd7a59620b4"><code>37640ee</code></a> Release 1.4.0 (<a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/921">#921</a>)</li> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/e1760df2f301bc3b1e25d20e5e4336741aa44ee9"><code>e1760df</code></a> Add pt-PT translation (<a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/920">#920</a>)</li> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/b9083eb43c44229da5b132053a1a7dd30c31635f"><code>b9083eb</code></a> Update docs to inform that the default ACCESS_TOKEN_EXPIRE_SECONDS is 36000. ...</li> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/ca90e8f6305618c312aad70cdd0e36b1a129eb1d"><code>ca90e8f</code></a> Add live docs rebuilding using sphinx-autobuild (<a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/916">#916</a>)</li> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/331b49d3312f533bbc41590247199e956b439acf"><code>331b49d</code></a> Fix select for update (<a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/906">#906</a>)</li> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/30100591bdfd2213986c217c6faa0c1da80bc79e"><code>3010059</code></a> Use SVG for all badges.</li> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/6af081c8053dc9712cb4822f5c876d18269b7851"><code>6af081c</code></a> Migrate to GitHub Actions (<a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/907">#907</a>)</li> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/f344b06d330ce2eec644f02879d399ce34f8450f"><code>f344b06</code></a> Disable 255 chars length limit for redirect uri (<a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/902">#902</a>) (<a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/903">#903</a>)</li> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/86e78b93a86f37c6731c23bfd21f340c91954136"><code>86e78b9</code></a> <a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/898">#898</a> Added the ability to customize classes for django admin (<a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/904">#904</a>)</li> <li><a href="https://github.com/jazzband/django-oauth-toolkit/commit/5cb5398905e5ed6bf071e3aca14b9e05aafc4026"><code>5cb5398</code></a> Use black for formatting the code (<a href="https://github-redirect.dependabot.com/jazzband/django-oauth-toolkit/issues/887">#887</a>)</li> <li>Additional commits viewable in <a href="https://github.com/jazzband/django-oauth-toolkit/compare/1.3.3...1.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=django-oauth-toolkit&package-manager=pip&previous-version=1.3.3&new-version=1.4.0)](https://dependabot.com/compatibility-score/?dependency-name=django-oauth-toolkit&package-manager=pip&previous-version=1.3.3&new-version=1.4.0) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-App-Plank!173
No description provided.