Skip to content

Commit

Permalink
Update django-oauth-toolkit requirement from ^2.3.0 to ^3.0.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.3.0...3.0.1)

---
updated-dependencies:
- dependency-name: django-oauth-toolkit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 21, 2025
1 parent 017ba44 commit c5f8424
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 @@ -56,7 +56,7 @@ bandit = "^1.7.8"
tblib = "^3.0.0"

[tool.poetry.group.test.dependencies]
django-oauth-toolkit = "^2.3.0"
django-oauth-toolkit = "^3.0.1"
coverage = "^7.4.4"
tblib = "^3.0.0"

Expand Down

0 comments on commit c5f8424

Please sign in to comment.