From 13b2f182a60b9f9239b75105e221703fecd06e11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 20:16:18 +0000 Subject: [PATCH] build(deps): bump django from 5.2.14 to 6.0.6 Bumps [django](https://github.com/django/django) from 5.2.14 to 6.0.6. - [Commits](https://github.com/django/django/compare/5.2.14...6.0.6) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a8cc2676..a7255435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.13" dependencies = [ "bencode-py==4.0.0", "bleach==6.4.0", - "django==5.2.14", + "django==6.0.6", "django-countries==8.2.0", "django-csp==4.0", "django-prometheus==2.5.0", diff --git a/uv.lock b/uv.lock index 0db95a9e..399605f4 100644 --- a/uv.lock +++ b/uv.lock @@ -80,7 +80,7 @@ smtp = [ requires-dist = [ { name = "bencode-py", specifier = "==4.0.0" }, { name = "bleach", specifier = "==6.4.0" }, - { name = "django", specifier = "==5.2.14" }, + { name = "django", specifier = "==6.0.6" }, { name = "django-countries", specifier = "==8.2.0" }, { name = "django-csp", specifier = "==4.0" }, { name = "django-ninja", specifier = "==1.6.2" }, @@ -351,16 +351,16 @@ wheels = [ [[package]] name = "django" -version = "5.2.14" +version = "6.0.6" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asgiref" }, { name = "sqlparse" }, { name = "tzdata", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/65/95/95f7faa0950867afaa0bef2460c6263afd6a2c78cc9434046ed28160b015/django-5.2.14.tar.gz", hash = "sha256:58a63ba841662e5c686b57ba1fec52ddd68c0b93bd96ac3029d55728f00bf8a2", size = 10895118, upload-time = "2026-05-05T13:57:31.104Z" } +sdist = { url = "https://files.pythonhosted.org/packages/78/29/ac41e16097af67066d97a7d5775c5d8e7efc5d0284f6b0a159e07b9adb92/django-6.0.6.tar.gz", hash = "sha256:ad03916ba59523d781ae5c3f631960c23d69a9d9c43cecda52fc23b47e953713", size = 10905525, upload-time = "2026-06-03T13:02:46.503Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/14/44/f172870cf87aa25afef48fb72adba89ee8b77fcab6f3b23d240b923f1528/django-5.2.14-py3-none-any.whl", hash = "sha256:6f712143bd3064310d1f50fac859c3e9a274bdcfc9595339853be7779297fc76", size = 8311320, upload-time = "2026-05-05T13:57:25.795Z" }, + { url = "https://files.pythonhosted.org/packages/eb/50/23f9dc45483419a3cc2085b498b25adfbf10642b2941c73e6d2dfaffc9ab/django-6.0.6-py3-none-any.whl", hash = "sha256:25148b1194c47c2e685e5f5e9c5d59c78b075dfd282cb9618861ba6c1708f4d2", size = 8373354, upload-time = "2026-06-03T13:02:41.72Z" }, ] [[package]]