From cf989d7a05171f698068725c9b04b009cca693a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 09:10:10 +0000 Subject: [PATCH] Bump django from 5.2.6 to 5.2.14 in /python.d/framework.d/django.d Bumps [django](https://github.com/django/django) from 5.2.6 to 5.2.14. - [Commits](https://github.com/django/django/compare/5.2.6...5.2.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python.d/framework.d/django.d/pyproject.toml | 2 +- python.d/framework.d/django.d/uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/python.d/framework.d/django.d/pyproject.toml b/python.d/framework.d/django.d/pyproject.toml index 683fb0a..f4ca544 100644 --- a/python.d/framework.d/django.d/pyproject.toml +++ b/python.d/framework.d/django.d/pyproject.toml @@ -5,7 +5,7 @@ description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ - "django>=5.2.6", + "django>=5.2.14", ] [dependency-groups] diff --git a/python.d/framework.d/django.d/uv.lock b/python.d/framework.d/django.d/uv.lock index c14beda..c4f512d 100644 --- a/python.d/framework.d/django.d/uv.lock +++ b/python.d/framework.d/django.d/uv.lock @@ -13,16 +13,16 @@ wheels = [ [[package]] name = "django" -version = "5.2.6" +version = "5.2.14" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asgiref" }, { name = "sqlparse" }, { name = "tzdata", marker = "sys_platform == 'win32'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/4c/8c/2a21594337250a171d45dda926caa96309d5136becd1f48017247f9cdea0/django-5.2.6.tar.gz", hash = "sha256:da5e00372763193d73cecbf71084a3848458cecf4cee36b9a1e8d318d114a87b", size = 10858861, upload-time = "2025-09-03T13:04:03.23Z" } +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" } wheels = [ - { url = "https://files.pythonhosted.org/packages/f5/af/6593f6d21404e842007b40fdeb81e73c20b6649b82d020bb0801b270174c/django-5.2.6-py3-none-any.whl", hash = "sha256:60549579b1174a304b77e24a93d8d9fafe6b6c03ac16311f3e25918ea5a20058", size = 8303111, upload-time = "2025-09-03T13:03:47.808Z" }, + { 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" }, ] [[package]] @@ -42,7 +42,7 @@ prod = [ ] [package.metadata] -requires-dist = [{ name = "django", specifier = ">=5.2.6" }] +requires-dist = [{ name = "django", specifier = ">=5.2.14" }] [package.metadata.requires-dev] dev = [{ name = "django-debug-toolbar", specifier = ">=6.0.0" }]