Skip to content

Commit 53c73e3

Browse files
deps(deps): bump django-oauth-toolkit from 3.0.1 to 3.2.0
Bumps [django-oauth-toolkit](https://github.com/django-oauth/django-oauth-toolkit) from 3.0.1 to 3.2.0. - [Release notes](https://github.com/django-oauth/django-oauth-toolkit/releases) - [Changelog](https://github.com/django-oauth/django-oauth-toolkit/blob/master/CHANGELOG.md) - [Commits](django-oauth/django-oauth-toolkit@3.0.1...3.2.0) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74ce99e commit 53c73e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
'django-extensions~=3.2.1',
2020
'django-health-check~=3.17.0',
2121
'django-import-export~=3.2.0',
22-
'django-oauth-toolkit~=3.0.1',
22+
'django-oauth-toolkit~=3.2.0',
2323
'django_prometheus~=2.2.0',
2424
'django-test-migrations~=1.3.0',
2525
'djangorestframework~=3.15.2',

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ django-deprecate-fields==0.1.1
2424
django-extensions==3.2.1
2525
django-health-check==3.17.0
2626
django-import-export==3.2.0
27-
django-oauth-toolkit==3.0.1
27+
django-oauth-toolkit==3.2.0
2828
django_prometheus==2.2.0
2929
django-test-migrations==1.3.0
3030
djangorestframework==3.15.2

0 commit comments

Comments
 (0)