From d0a422670ff222b840cb4d3e227b2b69566e5ab9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 22:28:21 +0000 Subject: [PATCH] Bump django from 5.2.10 to 5.2.14 in /sample-apps/django-asgi-uvicorn Bumps [django](https://github.com/django/django) from 5.2.10 to 5.2.14. - [Commits](https://github.com/django/django/compare/5.2.10...5.2.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample-apps/django-asgi-uvicorn/poetry.lock | 8 ++++---- sample-apps/django-asgi-uvicorn/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sample-apps/django-asgi-uvicorn/poetry.lock b/sample-apps/django-asgi-uvicorn/poetry.lock index bd4241b45..a87ce1098 100644 --- a/sample-apps/django-asgi-uvicorn/poetry.lock +++ b/sample-apps/django-asgi-uvicorn/poetry.lock @@ -226,14 +226,14 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "django" -version = "5.2.10" +version = "5.2.14" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "django-5.2.10-py3-none-any.whl", hash = "sha256:cf85067a64250c95d5f9067b056c5eaa80591929f7e16fbcd997746e40d6c45c"}, - {file = "django-5.2.10.tar.gz", hash = "sha256:74df100784c288c50a2b5cad59631d71214f40f72051d5af3fdf220c20bdbbbe"}, + {file = "django-5.2.14-py3-none-any.whl", hash = "sha256:6f712143bd3064310d1f50fac859c3e9a274bdcfc9595339853be7779297fc76"}, + {file = "django-5.2.14.tar.gz", hash = "sha256:58a63ba841662e5c686b57ba1fec52ddd68c0b93bd96ac3029d55728f00bf8a2"}, ] [package.dependencies] @@ -679,4 +679,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "f2d842b5e1685b5f869bfa36823c4f4fc5d4c0b01e52c5a7db670152f3107fa0" +content-hash = "03672efb0bd2f4ac978aae5e48c2b79fe400e69442d7976d7fd96be4a8ae5820" diff --git a/sample-apps/django-asgi-uvicorn/pyproject.toml b/sample-apps/django-asgi-uvicorn/pyproject.toml index d0d4ec343..cc580ff38 100644 --- a/sample-apps/django-asgi-uvicorn/pyproject.toml +++ b/sample-apps/django-asgi-uvicorn/pyproject.toml @@ -5,7 +5,7 @@ description = "Sample Django ASGI app with Gunicorn + Uvicorn" requires-python = ">=3.10,<4.0" dependencies = [ "aikido_zen", - "django (>=5.1.5,<6.0.0)", + "django (>=5.2.14,<6.0.0)", "python-decouple (>=3.8,<4.0)", "cryptography (>=44.0.0,<45.0.0)", "psycopg[binary] (>=3.2.0,<4.0.0)",