From c8a7837963bb8f98953e8c6f3caace2966c7eacb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 19:35:23 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.7 to 5.0.4 in /requirements Bumps [django](https://github.com/django/django) from 4.2.7 to 5.0.4. - [Commits](https://github.com/django/django/compare/4.2.7...5.0.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/core.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/core.txt b/requirements/core.txt index eb7690e0..ef2c4b7e 100644 --- a/requirements/core.txt +++ b/requirements/core.txt @@ -1,4 +1,4 @@ -django==4.2.7 # https://www.djangoproject.com/ +django==5.0.4 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat drf-spectacular==0.27.2 # https://github.com/tfranzel/drf-spectacular