From c89cb874118e52ba29a32fd7aab6a5770624278f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:05:42 +0000 Subject: [PATCH] Update django requirement from ~=4.2 to ~=5.0 in /01-Login Updates the requirements on [django](https://github.com/django/django) to permit the latest version. - [Commits](https://github.com/django/django/compare/4.2...5.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 01-Login/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-Login/requirements.txt b/01-Login/requirements.txt index 08a9b74..cc8a502 100644 --- a/01-Login/requirements.txt +++ b/01-Login/requirements.txt @@ -1,4 +1,4 @@ authlib ~= 1.2 -django ~= 4.2 +django ~= 5.0 python-dotenv ~= 1.0 requests ~= 2.31