From 2fe9f1ec2688b8b9fadda1678af81213f9bc1865 Mon Sep 17 00:00:00 2001 From: Anton Krytskyi Date: Mon, 17 Nov 2025 16:17:27 +0200 Subject: [PATCH] bump django version to 5.2.8 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 134c106be..c975c871b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "amqp" @@ -617,14 +617,14 @@ test-randomorder = ["pytest-randomly"] [[package]] name = "django" -version = "5.2.7" +version = "5.2.8" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main", "dev"] files = [ - {file = "django-5.2.7-py3-none-any.whl", hash = "sha256:59a13a6515f787dec9d97a0438cd2efac78c8aca1c80025244b0fe507fe0754b"}, - {file = "django-5.2.7.tar.gz", hash = "sha256:e0f6f12e2551b1716a95a63a1366ca91bbcd7be059862c1b18f989b1da356cdd"}, + {file = "django-5.2.8-py3-none-any.whl", hash = "sha256:37e687f7bd73ddf043e2b6b97cfe02fcbb11f2dbb3adccc6a2b18c6daa054d7f"}, + {file = "django-5.2.8.tar.gz", hash = "sha256:23254866a5bb9a2cfa6004e8b809ec6246eba4b58a7589bc2772f1bcc8456c7f"}, ] [package.dependencies] @@ -2034,4 +2034,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = ">=3.13,<3.14" -content-hash = "56cd9b3cb1ce48fa9c677fd6659ae943b48ab7f8829116f3628d4de77f1a342e" +content-hash = "85bb6729a53b84a0c2c4667d09d17a07586896b1353a53092dad54806659798b" diff --git a/pyproject.toml b/pyproject.toml index 1680388b2..db543b0df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "django-extensions==3.2.3", # MIT "django-filter==25.1", # BSD "django-oauth-toolkit==3.0.1", # BSD - "django==5.2.7", # BSD 3 Clause + "django>=5.2.8,<5.3", # BSD 3 Clause "elasticsearch8==8.17.2", # Apache 2.0 "lxml==5.3.0", # BSD "kombu==5.5.4", # BSD 3 Clause