From 48a977d14e655556081fab93ae1c02013a5203c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 06:00:28 +0000 Subject: [PATCH] Bump django from 4.2.5 to 4.2.6 in /htmxdj Bumps [django](https://github.com/django/django) from 4.2.5 to 4.2.6. - [Commits](https://github.com/django/django/compare/4.2.5...4.2.6) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- htmxdj/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htmxdj/requirements/base.txt b/htmxdj/requirements/base.txt index ed59ee4..e07dd17 100644 --- a/htmxdj/requirements/base.txt +++ b/htmxdj/requirements/base.txt @@ -7,7 +7,7 @@ redis==5.0.1 # https://github.com/redis/redis-py # Django # ------------------------------------------------------------------------------ -django==4.2.5 # pyup: < 5.0 # https://www.djangoproject.com/ +django==4.2.6 # pyup: < 5.0 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==4.3.1 # https://github.com/jazzband/django-model-utils django-allauth==0.57.0 # https://github.com/pennersr/django-allauth