Skip to content

Commit f94be2e

Browse files
Update django-oauth-toolkit requirement from ==2.4.* to >=2.4,<3.1
Updates the requirements on [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) to permit the latest version. - [Release notes](https://github.com/jazzband/django-oauth-toolkit/releases) - [Changelog](https://github.com/jazzband/django-oauth-toolkit/blob/master/CHANGELOG.md) - [Commits](django-oauth/django-oauth-toolkit@2.4.0...3.0.1) --- updated-dependencies: - dependency-name: django-oauth-toolkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27fe3f7 commit f94be2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ dependencies = [
6464
'pretalx-downstream @ git+https://github.com/fossasia/eventyay-talk-downstream.git@main',
6565
"django-allauth~=0.63.3",
6666
"PyJWT~=2.8.0",
67-
'django-oauth-toolkit==2.4.*',
67+
'django-oauth-toolkit>=2.4,<3.1',
6868
'requests-oauthlib==2.*',
6969
'psycopg2-binary==2.9.9',
7070
'oauthlib==3.2.*',

0 commit comments

Comments
 (0)