Skip to content

Commit

Permalink
Update django-oauth-toolkit requirement from ==2.4.* to >=2.4,<3.1
Browse files Browse the repository at this point in the history
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](jazzband/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]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 27fe3f7 commit f94be2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies = [
'pretalx-downstream @ git+https://github.com/fossasia/eventyay-talk-downstream.git@main',
"django-allauth~=0.63.3",
"PyJWT~=2.8.0",
'django-oauth-toolkit==2.4.*',
'django-oauth-toolkit>=2.4,<3.1',
'requests-oauthlib==2.*',
'psycopg2-binary==2.9.9',
'oauthlib==3.2.*',
Expand Down

0 comments on commit f94be2e

Please sign in to comment.