Skip to content

Commit

Permalink
chore(deps): bump djangorestframework-jsonapi from 5.0.0 to 6.1.0 (#192)
Browse files Browse the repository at this point in the history
Bumps [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api) from 5.0.0 to 6.1.0.
- [Release notes](https://github.com/django-json-api/django-rest-framework-json-api/releases)
- [Changelog](https://github.com/django-json-api/django-rest-framework-json-api/blob/main/CHANGELOG.md)
- [Commits](django-json-api/django-rest-framework-json-api@v5.0.0...v6.1.0)

---
updated-dependencies:
- dependency-name: djangorestframework-jsonapi
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 132e1ce commit e67f61b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -30,7 +30,7 @@ django-environ = "^0.10.0"
django-filter = "^23.1"
django-generic-api-permissions = "^0.2.0"
djangorestframework = "^3.13.1"
djangorestframework-jsonapi = "^5.0.0"
djangorestframework-jsonapi = ">=5,<7"
mozilla-django-oidc = "^2.0.0"
psycopg2-binary = "^2.9.3"
requests = "^2.28.0"
Expand Down

0 comments on commit e67f61b

Please sign in to comment.