From 47f894babcac19743b86761ea5d9534b6aa534a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 17:36:24 +0000 Subject: [PATCH] chore: bump django from 5.0.5 to 5.0.6 Bumps [django](https://github.com/django/django) from 5.0.5 to 5.0.6. - [Commits](https://github.com/django/django/compare/5.0.5...5.0.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90557dce..1b41b332 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "Django==5.0.5", + "Django==5.0.6", "django-agnocomplete==2.2.0", "django-environ==0.11.2", "django-probes==1.7.0",