From 92ef923d1ad7fd446e09c855edea050a85399235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:39:40 +0000 Subject: [PATCH] Bump django from 2.2.27 to 2.2.28 in /python_django Bumps [django](https://github.com/django/django) from 2.2.27 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.27...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_django/requirements.txt b/python_django/requirements.txt index 62f94d7..14cf263 100644 --- a/python_django/requirements.txt +++ b/python_django/requirements.txt @@ -1,3 +1,3 @@ -django==2.2.27 +django==2.2.28 requests>=2.5.2 PyJWT>=1.6.4