From 92ce74ddd25d9f06d4ca62743245fefd6fa88c7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 10:06:30 +0000 Subject: [PATCH] Bump django from 5.2.1 to 5.2.5 in /graph_tutorial Bumps [django](https://github.com/django/django) from 5.2.1 to 5.2.5. - [Commits](https://github.com/django/django/compare/5.2.1...5.2.5) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.5 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..044ef94 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.5;python_version>"3.9" Django==4.2.20;python_version<="3.9" msal==1.32.3 python-dateutil==2.9.0.post0