From 619801ea066ee3b6d5688be655e6d20920d8d00c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:41:36 +0000 Subject: [PATCH] chore(deps-dev): bump django from 5.0.3 to 5.0.4 Bumps [django](https://github.com/django/django) from 5.0.3 to 5.0.4. - [Commits](https://github.com/django/django/compare/5.0.3...5.0.4) --- 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 e65d4234b..a286cfaff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "Authlib==1.3.0", "azure-keyvault-secrets==4.8.0", "azure-identity==1.16.0", - "Django==5.0.3", + "Django==5.0.4", "django-csp==3.8", "django-admin-sortable2==2.1.10", "django-google-sso==6.1.1",