From 1a91184af9a7f050ec6b4e70c8bf37c9abbf26e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 01:06:26 +0000 Subject: [PATCH] chore(deps): bump django from 4.1.13 to 4.2.24 Bumps [django](https://github.com/django/django) from 4.1.13 to 4.2.24. - [Commits](https://github.com/django/django/compare/4.1.13...4.2.24) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2a49e5050..c2beee1b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dependencies = [ 'ipip-ipdb==1.6.1', 'pywinrm==0.4.3', 'python-nmap==0.7.1', - 'django==4.1.13', + 'django==4.2.24', 'django-bootstrap3==23.4', 'django-filter==23.2', 'django-formtools==2.5.1',