From 78c99a2239f25c26c7fcaea2295c46f499f72fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 05:51:16 +0000 Subject: [PATCH] chore(deps): bump django from 5.0.2 to 5.0.3 in /requirements Bumps [django](https://github.com/django/django) from 5.0.2 to 5.0.3. - [Commits](https://github.com/django/django/compare/5.0.2...5.0.3) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/local-base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local-base.txt b/requirements/local-base.txt index 4285153a..6fd71691 100644 --- a/requirements/local-base.txt +++ b/requirements/local-base.txt @@ -3,7 +3,7 @@ python-slugify==8.0.4 # https://github.com/un33k/python-slugify # Django # ------------------------------------------------------------------------------ -django==5.0.2 # https://www.djangoproject.com/ +django==5.0.3 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==4.4.0 # https://github.com/jazzband/django-model-utils django-allauth==0.61.1 # https://github.com/pennersr/django-allauth