From 4c3926e2718ceaf37733e7f68a344f9292b8bc75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:08:42 +0000 Subject: [PATCH] Bump django from 2.2.9 to 2.2.28 in /coursera/coursera_graphql Bumps [django](https://github.com/django/django) from 2.2.9 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.9...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- coursera/coursera_graphql/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coursera/coursera_graphql/requirements.txt b/coursera/coursera_graphql/requirements.txt index 149af89..23e62f3 100644 --- a/coursera/coursera_graphql/requirements.txt +++ b/coursera/coursera_graphql/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.9 +Django==2.2.28 django-configurations==2.2 django-environ==0.4.5 python-dotenv==0.10.5