From 29f766ccc62e2893c7e89187df6b3cde7ede8238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 21:35:46 +0000 Subject: [PATCH] Bump django in /Python/pluralsight-django/django_getting_started Bumps [django](https://github.com/django/django) from 3.1.5 to 3.2.24. - [Commits](https://github.com/django/django/compare/3.1.5...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../pluralsight-django/django_getting_started/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/pluralsight-django/django_getting_started/requirements.txt b/Python/pluralsight-django/django_getting_started/requirements.txt index e6386a9e..739ef288 100644 --- a/Python/pluralsight-django/django_getting_started/requirements.txt +++ b/Python/pluralsight-django/django_getting_started/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.3.1 -Django==3.1.5 +Django==3.2.24 pytz==2020.5 sqlparse==0.4.1