From 2b642d60ef7b20f2ff659a9c7824b4e32882913d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 06:34:00 +0000 Subject: [PATCH] Bump django from 2.2.28 to 4.2.30 Bumps [django](https://github.com/django/django) from 2.2.28 to 4.2.30. - [Commits](https://github.com/django/django/compare/2.2.28...4.2.30) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35dc817..cfa6210 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -django==2.2.28 +django==4.2.30 PyJWT==0.4.2 rsa==3.4 requests==2.30.0