From 3f977a619876ce4781f29298caa0125fe0790874 Mon Sep 17 00:00:00 2001 From: "ll-renovate-bot[bot]" <242255147+ll-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 00:47:58 +0000 Subject: [PATCH] Update dependency django to v6.0.6 [SECURITY] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5238e33..27b00e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dev = [ dependencies = [ "dj-database-url==3.1.2", "django-alive==2.0.0", - "django==6.0.5", + "django==6.0.6", "goodconf[yaml]==7.0.0", "gunicorn==25.3.0", "psycopg==3.3.3",