From 041503a3dff03184eae573664aab464728bddd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 19:27:17 +0000 Subject: [PATCH] Bump django from 5.0.7 to 5.0.8 Bumps [django](https://github.com/django/django) from 5.0.7 to 5.0.8. - [Commits](https://github.com/django/django/compare/5.0.7...5.0.8) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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 1ad0bc5..a2165cf 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.8 -Django==5.0.7 +Django==5.0.8 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 b3cddc7..ba732bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ cryptography==42.0.8 # via # -r requirements.in # paramiko -django==5.0.7 +django==5.0.8 # via # -r requirements.in # django-appconf