From 04ac837e506ab7b0ff49f3858644ea912764bc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:29:01 +0000 Subject: [PATCH] Bump django from 5.1 to 5.1.1 Bumps [django](https://github.com/django/django) from 5.1 to 5.1.1. - [Commits](https://github.com/django/django/compare/5.1...5.1.1) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- config/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/requirements/base.txt b/config/requirements/base.txt index 22411256f..959e81650 100644 --- a/config/requirements/base.txt +++ b/config/requirements/base.txt @@ -15,7 +15,7 @@ PyJWT==2.9.0 #https://github.com/jpadilla/pyjwt # ------------------------------------------------------------------------------ git+https://github.com/SocialPass/passbook.git@7a3614e974c1862a24e7b02ced11313c8320c14b crispy-bootstrap5==2024.2 # https://github.com/django-crispy-forms/crispy-bootstrap5/stargazers -django==5.1 # https://www.djangoproject.com/ +django==5.1.1 # https://www.djangoproject.com/ django-allauth==64.0.0 # https://github.com/pennersr/django-allauth django-crispy-forms==2.3 # https://github.com/django-crispy-forms/django-crispy-forms/stargazers django-environ==0.11.2 # https://github.com/joke2k/django-environ