From 630248bc8083133a3cd085924a3b85dfeb8b3a60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 23:59:59 +0000 Subject: [PATCH] Bump django from 5.0.4 to 5.0.6 Bumps [django](https://github.com/django/django) from 5.0.4 to 5.0.6. - [Commits](https://github.com/django/django/compare/5.0.4...5.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 9df5259..8888dd0 100644 --- a/requirements.in +++ b/requirements.in @@ -7,7 +7,7 @@ charset-normalizer==3.3.2 click==8.1.7 configparser==7.0.0 cryptography==42.0.5 -Django==5.0.4 +Django==5.0.6 django-admin-extra-buttons==1.5.7 django-appconf==1.0.6 django-compressor==4.4 diff --git a/requirements.txt b/requirements.txt index 4d526a8..114976c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ cryptography==42.0.5 # via # -r requirements.in # paramiko -django==5.0.4 +django==5.0.6 # via # -r requirements.in # django-appconf