From 24515bc7e0cc089a13edbf950510776c9b7138af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 12:17:55 +0000 Subject: [PATCH] Bump django in /21-fs-ias-lec/01-SocialGraphFrontend Bumps [django](https://github.com/django/django) from 3.2.4 to 3.2.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.2.4...3.2.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 21-fs-ias-lec/01-SocialGraphFrontend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/21-fs-ias-lec/01-SocialGraphFrontend/requirements.txt b/21-fs-ias-lec/01-SocialGraphFrontend/requirements.txt index 0ca76710..63112a6c 100644 --- a/21-fs-ias-lec/01-SocialGraphFrontend/requirements.txt +++ b/21-fs-ias-lec/01-SocialGraphFrontend/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.4 +Django==3.2.12 tzlocal==2.1 pytz==2020.4 python_Levenshtein==0.12.2