From b8da9a3da23693d309f426145dd6609c0dcf6754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:53:24 +0000 Subject: [PATCH] chore: bump django from 4.2 to 4.2.7 Bumps [django](https://github.com/django/django) from 4.2 to 4.2.7. - [Commits](https://github.com/django/django/compare/4.2...4.2.7) --- updated-dependencies: - dependency-name: django 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 543d6e3f..f3cc0d5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "Django==4.2", + "Django==4.2.7", "django-agnocomplete==2.2.0", "django-environ==0.10.0", "django-probes==1.7.0",