From 101c63413fb3ee551be7e9d14a2985969a441edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:00:44 +0000 Subject: [PATCH] Bump django in /udemy-curso-python-projetos-reais-django/djangotemplates Bumps [django](https://github.com/django/django) from 4.2.27 to 4.2.28. - [Commits](https://github.com/django/django/compare/4.2.27...4.2.28) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../djangotemplates/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udemy-curso-python-projetos-reais-django/djangotemplates/requirements.txt b/udemy-curso-python-projetos-reais-django/djangotemplates/requirements.txt index 78fe6b0..580a660 100644 --- a/udemy-curso-python-projetos-reais-django/djangotemplates/requirements.txt +++ b/udemy-curso-python-projetos-reais-django/djangotemplates/requirements.txt @@ -1,4 +1,4 @@ asgiref==3.2.10 -Django==4.2.27 +Django==4.2.28 pytz==2020.1 sqlparse==0.5.0