From bb19b6c38e6897c6e2557cdfa03df4c6fa4a237c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:30:02 +0000 Subject: [PATCH] Bump django in /RESTCONCTF/web/play_with_django/findme Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- RESTCONCTF/web/play_with_django/findme/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RESTCONCTF/web/play_with_django/findme/requirements.txt b/RESTCONCTF/web/play_with_django/findme/requirements.txt index be871f4d..d69cc0b1 100644 --- a/RESTCONCTF/web/play_with_django/findme/requirements.txt +++ b/RESTCONCTF/web/play_with_django/findme/requirements.txt @@ -1 +1 @@ -django==2.2.13 +django==2.2.28