Skip to content

Commit

Permalink
chore(deps): bump the django group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the django group with 2 updates in the /api directory: [django](https://github.com/django/django) and [djangorestframework-jsonapi](https://github.com/django-json-api/django-rest-framework-json-api).


Updates `django` from 5.1.2 to 5.1.3
- [Commits](django/django@5.1.2...5.1.3)

Updates `djangorestframework-jsonapi` from 7.0.2 to 7.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@v7.0.2...v7.1.0)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django
- dependency-name: djangorestframework-jsonapi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: django
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 5, 2024
1 parent ece703c commit 05a7a58
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions api/poetry.lock

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

4 changes: 2 additions & 2 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
django = "^5.1.2"
django = "^5.1.3"
django-environ = "^0.11.2"
psycopg2-binary = "^2.9.10"
djangorestframework = "^3.15.2"
djangorestframework-jsonapi = "^7.0.2"
djangorestframework-jsonapi = "^7.1.0"
django-filter = "^24.3"
gunicorn = "^23.0.0"
semver = "^3.0.0"
Expand Down

0 comments on commit 05a7a58

Please sign in to comment.