From 651aedef26dced2e49663d4a8ad0bed13a8052c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 01:57:40 +0200 Subject: [PATCH] Bump django from 5.0.3 to 5.0.4 (#31) Bumps [django](https://github.com/django/django) from 5.0.3 to 5.0.4. - [Commits](https://github.com/django/django/compare/5.0.3...5.0.4) --- 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 cc09769..cad75bf 100644 --- a/requirements.in +++ b/requirements.in @@ -7,7 +7,7 @@ charset-normalizer==3.3.2 click==8.1.7 configparser==6.0.1 cryptography==42.0.5 -Django==5.0.3 +Django==5.0.4 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 6b94684..7eedc8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ cryptography==42.0.5 # via # -r requirements.in # paramiko -django==5.0.3 +django==5.0.4 # via # -r requirements.in # django-appconf