Skip to content

Commit

Permalink
Bump django-oauth-toolkit from 2.4.0 to 3.0.1
Browse files Browse the repository at this point in the history
Bumps [django-oauth-toolkit](https://github.com/jazzband/django-oauth-toolkit) from 2.4.0 to 3.0.1.
- [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
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 1d7cc8e commit bf1f05b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
15 changes: 7 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ django-filter = "^24.0"
djangorestframework-guardian = "^0.3.0"
uritemplate = "^4.1.1"
django-recurrence = "^1.11.1"
django-oauth-toolkit = "~2.4.0" # pinned because minor versions sometimes require migrations in our models
django-oauth-toolkit = ">=2.4,<3.1" # pinned because minor versions sometimes require migrations in our models
urllib3 = "^1.26.0,<2.0.0" # pinned because of uberspace issues with urllib3 2.0.0
pyyaml = "^6.0.1"
lxml = ">=4.9.3,<6.0.0"
Expand Down

0 comments on commit bf1f05b

Please sign in to comment.