From 591796ddd608ba3cd8f2ec7901bf6f819680c85a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 07:44:06 +0000 Subject: [PATCH] Bump django from 5.2.1 to 5.2.4 in /graph_tutorial Bumps [django](https://github.com/django/django) from 5.2.1 to 5.2.4. - [Commits](https://github.com/django/django/compare/5.2.1...5.2.4) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- graph_tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graph_tutorial/requirements.txt b/graph_tutorial/requirements.txt index 2501c36..b53facb 100644 --- a/graph_tutorial/requirements.txt +++ b/graph_tutorial/requirements.txt @@ -1,4 +1,4 @@ -Django==5.2.1;python_version>"3.9" +Django==5.2.4;python_version>"3.9" Django==4.2.20;python_version<="3.9" msal==1.32.3 python-dateutil==2.9.0.post0