From 1f61612d4a5c33105cff6e7be0a8c5454b1980a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 22:33:44 +0000 Subject: [PATCH] Bump django from 2.2.6 to 2.2.28 in /django-2-by-example/bookmarks Bumps [django](https://github.com/django/django) from 2.2.6 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.6...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django-2-by-example/bookmarks/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-2-by-example/bookmarks/requirements.txt b/django-2-by-example/bookmarks/requirements.txt index caca574..cf89d97 100644 --- a/django-2-by-example/bookmarks/requirements.txt +++ b/django-2-by-example/bookmarks/requirements.txt @@ -2,7 +2,7 @@ astroid==2.3.1 certifi==2019.9.11 chardet==3.0.4 defusedxml==0.6.0 -Django==2.2.6 +Django==2.2.28 idna==2.8 isort==4.3.21 lazy-object-proxy==1.4.2