From 8e76a5b55939e8aaba502e4d243a26094d9f217a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:25:55 +0000 Subject: [PATCH] Bump django from 2.2.10 to 2.2.28 in /django-learn/django_vue/backend Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.10...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django-learn/django_vue/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-learn/django_vue/backend/requirements.txt b/django-learn/django_vue/backend/requirements.txt index 67adf7a..10a5f96 100644 --- a/django-learn/django_vue/backend/requirements.txt +++ b/django-learn/django_vue/backend/requirements.txt @@ -1,6 +1,6 @@ django_filter==2.2.0 six==1.12.0 -Django==2.2.10 +Django==2.2.28 django_filters==0.2.1 djangorestframework==3.11.0 gunicorn==20.0.4