From 68b7351b48b025f55d7d114c53b01e1e8b5c30cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:02:51 +0000 Subject: [PATCH] Bump django from 5.0.9 to 5.0.10 Bumps [django](https://github.com/django/django) from 5.0.9 to 5.0.10. - [Commits](https://github.com/django/django/compare/5.0.9...5.0.10) --- 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 2af1ff8..c62f2bb 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==43.0.1 -Django==5.0.9 +Django==5.0.10 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 24f1ba1..5ec0013 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ cryptography==43.0.1 # via # -r requirements.in # paramiko -django==5.0.9 +django==5.0.10 # via # -r requirements.in # django-appconf