From c80304e83ef3afbb1cc57fdad1922cb9a053586b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:17:03 +0000 Subject: [PATCH] chore(deps): bump django from 5.1 to 5.1.1 Bumps [django](https://github.com/django/django) from 5.1 to 5.1.1. - [Commits](https://github.com/django/django/compare/5.1...5.1.1) --- 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 63cfd0ecd..280814ea2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "Authlib==1.3.1", "azure-keyvault-secrets==4.8.0", "azure-identity==1.17.1", - "Django==5.1", + "Django==5.1.1", "django-csp==3.8", "django-admin-sortable2==2.2.2", "django-google-sso==6.3.0",