Skip to content

Commit

Permalink
chore(deps): bump django from 4.2.7 to 5.0.2 in /backend/requirements
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 4.2.7 to 5.0.2.
- [Commits](django/django@4.2.7...5.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2024
1 parent 2371b36 commit 3e02459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ flower==2.0.1 # https://github.com/mher/flower

# Django
# ------------------------------------------------------------------------------
django==4.2.7 # https://www.djangoproject.com/
django==5.0.2 # https://www.djangoproject.com/
djangorestframework-simplejwt==5.3.1 # https://github.com/jazzband/djangorestframework-simplejwt
django-health-check==3.17.0 # https://github.com/revsys/django-health-check
django-environ==0.11.2 # https://github.com/joke2k/django-environ
Expand Down

0 comments on commit 3e02459

Please sign in to comment.