From d3a95c141f0e257dd5cfb83dfa5ed6c04e4df1dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:54:41 +0000 Subject: [PATCH] chore(deps): bump django from 5.1.2 to 5.1.3 Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.3. - [Commits](https://github.com/django/django/compare/5.1.2...5.1.3) --- 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 468ca6b51..de3fc50ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "Authlib==1.3.2", "azure-keyvault-secrets==4.9.0", "azure-identity==1.19.0", - "Django==5.1.2", + "Django==5.1.3", "django-csp==3.8", "django-admin-sortable2==2.2.4", "django-google-sso==8.0.0",