From d30080f9917a4a03d675e8630a80695528dea682 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 17:26:04 +0000 Subject: [PATCH] Bump django from 1.10.5 to 2.2.28 in /budget_proj/requirements Bumps [django](https://github.com/django/django) from 1.10.5 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.10.5...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- budget_proj/requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/budget_proj/requirements/common.txt b/budget_proj/requirements/common.txt index 6e6c554..f0b56d2 100644 --- a/budget_proj/requirements/common.txt +++ b/budget_proj/requirements/common.txt @@ -1,5 +1,5 @@ appdirs==1.4.3 -Django==1.10.5 +Django==2.2.28 django-filter==1.0.1 django-rest-swagger==2.1.1 djangorestframework==3.11.2