From a39191acd8bcc7fdfeba7bf5d066e387b1ef7c0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 02:59:11 +0000 Subject: [PATCH] chore(deps): bump django from 4.1.13 to 4.2.20 Bumps [django](https://github.com/django/django) from 4.1.13 to 4.2.20. - [Commits](https://github.com/django/django/compare/4.1.13...4.2.20) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.20 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 1e1ad4b1f..9b0d3cf4b 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.20', 'django-bootstrap3==23.4', 'django-filter==23.2', 'django-formtools==2.5.1',