From af6e323f11b8df875586b1010c396d440ad0251a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 17:29:29 +0000 Subject: [PATCH] Bump django from 5.2 to 5.2.15 Bumps [django](https://github.com/django/django) from 5.2 to 5.2.15. - [Commits](https://github.com/django/django/compare/5.2...5.2.15) --- updated-dependencies: - dependency-name: django dependency-version: 5.2.15 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 06f2b29..8106834 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 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 = "asgiref" @@ -46,14 +46,14 @@ typing_extensions = ">=3.10.0.0" [[package]] name = "django" -version = "5.2" +version = "5.2.15" 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-py3-none-any.whl", hash = "sha256:91ceed4e3a6db5aedced65e3c8f963118ea9ba753fc620831c77074e620e7d83"}, - {file = "Django-5.2.tar.gz", hash = "sha256:1a47f7a7a3d43ce64570d350e008d2949abe8c7e21737b351b6a1611277c6d89"}, + {file = "django-5.2.15-py3-none-any.whl", hash = "sha256:0eb4a9bb1853a35b0286dbc6d916bd352c8c2687195a7f2d6f80cefd840e4970"}, + {file = "django-5.2.15.tar.gz", hash = "sha256:5154a9bf84ac01dde011e367f355c07dbb329532e06810dcf3ef2af269e236e7"}, ] [package.dependencies] @@ -220,4 +220,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.12" -content-hash = "96960e6c87b432a099979476ed93aefb1c992551973651ee1197a47dad6a779f" +content-hash = "c14822956948b0c86f7abd3e299148327507894780d96326de57e61c491ab9cd" diff --git a/pyproject.toml b/pyproject.toml index fc9a579..0d12db1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [] readme = "README.md" requires-python = ">=3.12" dependencies = [ - "django (>=5.2,<6.0)", + "django (>=5.2.15,<6.0)", "djangorestframework (>=3.16.0,<4.0.0)", "django-cors-headers (>=4.7.0,<5.0.0)", "dj-database-url (>=2.3.0,<3.0.0)",