From a9be693e56ee55dab482a7fd06b14ba84b9a8754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 02:17:36 +0200 Subject: [PATCH] Bump django from 5.0.4 to 5.0.6 (#40) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index f1bcc34..8eda3f8 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.7 -Django==5.0.4 +Django==5.0.6 django-admin-extra-buttons==1.5.8 django-appconf==1.0.6 django-compressor==4.4 diff --git a/requirements.txt b/requirements.txt index 901b14a..db5da0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ cryptography==42.0.7 # via # -r requirements.in # paramiko -django==5.0.4 +django==5.0.6 # via # -r requirements.in # django-appconf