From c75400daa8ba74f5f21e8df8263a7dfbedebc4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:55:22 +0000 Subject: [PATCH] build(deps): bump django from 4.2.23 to 4.2.27 Bumps [django](https://github.com/django/django) from 4.2.23 to 4.2.27. - [Commits](https://github.com/django/django/compare/4.2.23...4.2.27) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.27 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 40dd344..477c7bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.4 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 = "asgiref" @@ -484,14 +484,14 @@ files = [ [[package]] name = "django" -version = "4.2.23" +version = "4.2.27" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" groups = ["main", "dev"] files = [ - {file = "django-4.2.23-py3-none-any.whl", hash = "sha256:dafbfaf52c2f289bd65f4ab935791cb4fb9a198f2a5ba9faf35d7338a77e9803"}, - {file = "django-4.2.23.tar.gz", hash = "sha256:42fdeaba6e6449d88d4f66de47871015097dc6f1b87910db00a91946295cfae4"}, + {file = "django-4.2.27-py3-none-any.whl", hash = "sha256:f393a394053713e7d213984555c5b7d3caeee78b2ccb729888a0774dff6c11a8"}, + {file = "django-4.2.27.tar.gz", hash = "sha256:b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92"}, ] [package.dependencies] @@ -2589,4 +2589,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "962c6d252d880c0782e053b294fa1f5e64878ef857152641224dff284a7b52a7" +content-hash = "849fc7f987e0a3f75b5255a17a970592ab20d43b25d92106670b0239c4a2d0ae" diff --git a/pyproject.toml b/pyproject.toml index 86285a5..2575721 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ package-mode = false [tool.poetry.dependencies] python = "^3.10" -Django = "~=4.2.17" +Django = "~=4.2.27" django-countries = "^7.5.0" django-cookie-law = "^2.2.0" django-impersonate = "^1.9.1"