From a3bba8ae3c4d11c97b3827cc5ee500f573de2bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 03:29:00 +0000 Subject: [PATCH] chore(dependabot): bump django from 5.0.4 to 5.0.7 Bumps [django](https://github.com/django/django) from 5.0.4 to 5.0.7. - [Commits](https://github.com/django/django/compare/5.0.4...5.0.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d271578..fca34cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat # Django # ------------------------------------------------------------------------------ -django==5.0.4 # pyup: < 5.0 # https://www.djangoproject.com/ +django==5.0.7 # pyup: < 5.0 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils django-allauth==0.63.2 # https://github.com/pennersr/django-allauth