From 34285a1444465fc98c6c40c8c49f76371e1e2f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:06:20 +0000 Subject: [PATCH] Bump django from 3.2.8 to 4.2.16 Bumps [django](https://github.com/django/django) from 3.2.8 to 4.2.16. - [Commits](https://github.com/django/django/compare/3.2.8...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 21 +++++++++++---------- pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index 32b03ff6..8f4cc683 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiofiles" @@ -875,19 +875,20 @@ 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.16" +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" 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.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, + {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, ] [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)"] @@ -3968,4 +3969,4 @@ sync = ["kafka-python", "requests"] [metadata] lock-version = "2.0" python-versions = ">=3.8, <3.12" -content-hash = "957ba196be529a7924617a968a810a5934461cb43936ed738779123e963fcb63" +content-hash = "94dbe9f48558e1e1424476cfb3121547874526aca526f263020ca99ad1a55f53" diff --git a/pyproject.toml b/pyproject.toml index dab159f6..93414f1b 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.16" elasticsearch = "7.15.1" flask = "2.0.2" gevent = "22.10.2"