From eebaa322afa17c1468ee593a7587664248f8780e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:46:08 +0000 Subject: [PATCH] Bump django from 3.2.8 to 4.2.26 Bumps [django](https://github.com/django/django) from 3.2.8 to 4.2.26. - [Commits](https://github.com/django/django/compare/3.2.8...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 25 +++++++++++++------------ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/poetry.lock b/poetry.lock index 18e5f625..d5d10132 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 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 = "aiofiles" @@ -329,7 +329,7 @@ description = "Backport of the standard library zoneinfo module" optional = false python-versions = ">=3.6" groups = ["plugins"] -markers = "python_version < \"3.9\"" +markers = "python_version == \"3.8\"" files = [ {file = "backports.zoneinfo-0.2.1-cp36-cp36m-macosx_10_14_x86_64.whl", hash = "sha256:da6013fd84a690242c310d77ddb8441a559e9cb3d3d59ebac9aca1a57b2e18bc"}, {file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:89a48c0d158a3cc3f654da4c2de1ceba85263fafb861b98b59040a5086259722"}, @@ -910,20 +910,21 @@ profile = ["gprof2dot (>=2022.7.29)"] [[package]] name = "django" -version = "3.2.8" -description = "A high-level Python Web framework that encourages rapid development and clean, pragmatic design." +version = "4.2.26" +description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" groups = ["plugins"] files = [ - {file = "Django-3.2.8-py3-none-any.whl", hash = "sha256:42573831292029639b798fe4d3812996bfe4ff3275f04566da90764daec011a5"}, - {file = "Django-3.2.8.tar.gz", hash = "sha256:f6d2c4069c9b9bfac03bedff927ea1f9e0d29e34525cec8a68fd28eb2a8df7af"}, + {file = "django-4.2.26-py3-none-any.whl", hash = "sha256:c96e64fc3c359d051a6306871bd26243db1bd02317472a62ffdbe6c3cae14280"}, + {file = "django-4.2.26.tar.gz", hash = "sha256:9398e487bcb55e3f142cb56d19fbd9a83e15bb03a97edc31f408361ee76d9d7a"}, ] [package.dependencies] -asgiref = ">=3.3.2,<4" -pytz = "*" -sqlparse = ">=0.2.2" +asgiref = ">=3.6.0,<4" +"backports.zoneinfo" = {version = "*", markers = "python_version < \"3.9\""} +sqlparse = ">=0.3.1" +tzdata = {version = "*", markers = "sys_platform == \"win32\""} [package.extras] argon2 = ["argon2-cffi (>=19.1.0)"] @@ -1881,7 +1882,7 @@ description = "Fork of the standard library cgi and cgitb modules, being depreca optional = false python-versions = ">=3.10" groups = ["plugins"] -markers = "python_version >= \"3.13\"" +markers = "python_full_version == \"3.13.0\"" files = [ {file = "legacy_cgi-2.6.2-py3-none-any.whl", hash = "sha256:a7b83afb1baf6ebeb56522537c5943ef9813cf933f6715e88a803f7edbce0bff"}, {file = "legacy_cgi-2.6.2.tar.gz", hash = "sha256:9952471ceb304043b104c22d00b4f333cac27a6abe446d8a528fc437cf13c85f"}, @@ -4145,4 +4146,4 @@ sync = ["kafka-python", "requests"] [metadata] lock-version = "2.1" python-versions = ">=3.8, <3.12" -content-hash = "aa8e253750aaa3c513c55f1ee29059793135dd34a31e2df595f38442aaddbfd9" +content-hash = "c61d729aba1c899d84b2ebbd7769cbcc8ced1049ff57d47eb1fca65adf849b77" diff --git a/pyproject.toml b/pyproject.toml index 55a1334a..591d1367 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ pytest-benchmark = "4.0.0" urllib3 = "1.26.7" aiohttp = "3.7.4" celery = "5.1.2" -django = "3.2.8" +django = "4.2.26" elasticsearch = "7.15.1" flask = "2.0.2" gevent = "22.10.2"