From c545be63b68d5fa54c4531329d18d5ccedacf4e4 Mon Sep 17 00:00:00 2001 From: Anton Krytskyi Date: Mon, 17 Nov 2025 16:05:29 +0200 Subject: [PATCH] bump django version to 4.2.26 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9b69b7c9..e4ccad45 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.2.1 and should not be changed by hand. [[package]] name = "aiohappyeyeballs" @@ -761,14 +761,14 @@ files = [ [[package]] name = "django" -version = "4.2.20" +version = "4.2.26" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "Django-4.2.20-py3-none-any.whl", hash = "sha256:213381b6e4405f5c8703fffc29cd719efdf189dec60c67c04f76272b3dc845b9"}, - {file = "Django-4.2.20.tar.gz", hash = "sha256:92bac5b4432a64532abb73b2ac27203f485e40225d2640a7fbef2b62b876e789"}, + {file = "django-4.2.26-py3-none-any.whl", hash = "sha256:c96e64fc3c359d051a6306871bd26243db1bd02317472a62ffdbe6c3cae14280"}, + {file = "django-4.2.26.tar.gz", hash = "sha256:9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"}, ] [package.dependencies] @@ -2749,4 +2749,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "8d05ce24b4b133394d77b2cd6dcc999b63cb9a69ad14788fb04c9b17a02b0721" +content-hash = "43f63125b6043f67c908e34bf7af8cbb027afde3ff5375c631772971dd6345ba" diff --git a/pyproject.toml b/pyproject.toml index 941593d0..8cb87fc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.12" -django = "4.2.20" +django = ">=4.2.26,<4.3" daphne = "4.1.2" djangorestframework = "3.15.2" djangorestframework-jsonapi = "7.1.0"