From bbaa7e947ab0d4393377698fb1bf1f0f5626c9ae Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 17:53:19 +0200 Subject: [PATCH] Bump django-oauth-toolkit from 1.2.0 to 1.3.2 in /src/requirements (#494) Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 1.2.0 to 1.3.2. - [Release notes](https://github.com/jazzband/django-oauth-toolkit/releases) - [Changelog](https://github.com/jazzband/django-oauth-toolkit/blob/master/CHANGELOG.md) - [Commits](https://github.com/jazzband/django-oauth-toolkit/compare/1.2.0...1.3.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- src/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index e424e994..48990774 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -13,7 +13,7 @@ django-cors-headers==3.3.0 django-extensions==2.2.9 django-filter==2.2.0 django-leaflet==0.26.0 -django-oauth-toolkit==1.2.0 +django-oauth-toolkit==1.3.2 django-reversion==3.0.7 django-wkhtmltopdf==3.3.0 future==0.18.2