From ffd03a13e22ca62094aae4ff2aff036521fea18b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 23:22:47 +0000 Subject: [PATCH] Bump django from 2.2.18 to 2.2.28 in /real_estate_webapp Bumps [django](https://github.com/django/django) from 2.2.18 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.18...2.2.28) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- real_estate_webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/real_estate_webapp/requirements.txt b/real_estate_webapp/requirements.txt index cff9913..d803724 100644 --- a/real_estate_webapp/requirements.txt +++ b/real_estate_webapp/requirements.txt @@ -1,5 +1,5 @@ Pillow==8.1.1 -Django==2.2.18 +Django==2.2.28 psycopg2==2.7.5 psycopg2-binary==2.7.5 pytz==2018.5