Skip to content

Commit

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


Updates `django` from 5.0.6 to 5.0.8
- [Commits](django/django@5.0.6...5.0.8)

Updates `djangorestframework` from 3.15.1 to 3.15.2
- [Release notes](https://github.com/encode/django-rest-framework/releases)
- [Commits](encode/django-rest-framework@3.15.1...3.15.2)

Updates `djangorestframework-jsonapi` from 7.0.0 to 7.0.2
- [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.0...v7.0.2)

Updates `django-filter` from 24.2 to 24.3
- [Release notes](https://github.com/carltongibson/django-filter/releases)
- [Changelog](https://github.com/carltongibson/django-filter/blob/main/CHANGES.rst)
- [Commits](carltongibson/django-filter@24.2...24.3)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: django
- dependency-name: djangorestframework
  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-patch
  dependency-group: django
- dependency-name: django-filter
  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 Aug 7, 2024
1 parent 1faa81b commit 1a7a828
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions api/poetry.lock

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

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

[tool.poetry.dependencies]
python = "^3.12"
django = "^5.0.6"
django = "^5.0.8"
django-environ = "^0.11.2"
psycopg2-binary = "^2.9.9"
djangorestframework = "^3.15.1"
djangorestframework-jsonapi = "^7.0.0"
django-filter = "^24.2"
djangorestframework = "^3.15.2"
djangorestframework-jsonapi = "^7.0.2"
django-filter = "^24.3"
gunicorn = "^22.0.0"
semver = "^3.0.0"
mozilla-django-oidc = "^4.0.1"
Expand Down

0 comments on commit 1a7a828

Please sign in to comment.