From 29c7211ba0d4bd831bacf2c5bfd98ae28c7fc7ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 09:13:55 +0000 Subject: [PATCH] Bump django from 5.2.10 to 5.2.16 in /sample-apps/django-asgi-uvicorn Bumps [django](https://github.com/django/django) from 5.2.10 to 5.2.16. - [Commits](https://github.com/django/django/compare/5.2.10...5.2.16) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.16 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- sample-apps/django-asgi-uvicorn/poetry.lock | 10 +++++----- sample-apps/django-asgi-uvicorn/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sample-apps/django-asgi-uvicorn/poetry.lock b/sample-apps/django-asgi-uvicorn/poetry.lock index bd4241b45..0572eb401 100644 --- a/sample-apps/django-asgi-uvicorn/poetry.lock +++ b/sample-apps/django-asgi-uvicorn/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "aikido-zen" @@ -226,14 +226,14 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "django" -version = "5.2.10" +version = "5.2.16" 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.16-py3-none-any.whl", hash = "sha256:04f354bf9d807a86ad1a8392fe3808d362358a8eafc322848e0e43e59b24371d"}, + {file = "django-5.2.16.tar.gz", hash = "sha256:59ea02020c3136fce14bef0bbece21a10a4febef5eed1c51c22ae468efa22200"}, ] [package.dependencies] @@ -679,4 +679,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "f2d842b5e1685b5f869bfa36823c4f4fc5d4c0b01e52c5a7db670152f3107fa0" +content-hash = "7f82095e84613b3c327c7e9dd6ca4029297a965fc7412660476d66f563b38fc1" diff --git a/sample-apps/django-asgi-uvicorn/pyproject.toml b/sample-apps/django-asgi-uvicorn/pyproject.toml index d0d4ec343..6cb352b5a 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.16,<6.0.0)", "python-decouple (>=3.8,<4.0)", "cryptography (>=44.0.0,<45.0.0)", "psycopg[binary] (>=3.2.0,<4.0.0)",