From ed0087e6685c2c348cae688734d3eb3dd340f884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:19:05 +0000 Subject: [PATCH] Bump django from 4.2.7 to 5.0.3 in /graph_tutorial Bumps [django](https://github.com/django/django) from 4.2.7 to 5.0.3. - [Commits](https://github.com/django/django/compare/4.2.7...5.0.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... 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 0f84ae7..8690bc6 100644 --- a/graph_tutorial/requirements.txt +++ b/graph_tutorial/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.7 +Django==5.0.3 msal==1.28.0 python-dateutil==2.9.0.post0 PyYAML==6.0.1