From 39f8a3f8f0dd3e0bc31c8889f095b89586e76293 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 05:00:12 +0000 Subject: [PATCH] Update dependency django to v5 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index d79c0cd74ee..bbca922317d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -396,17 +396,17 @@ files = [ [[package]] name = "django" -version = "4.2.9" +version = "5.0.1" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false -python-versions = ">=3.8" +python-versions = ">=3.10" files = [ - {file = "Django-4.2.9-py3-none-any.whl", hash = "sha256:2cc2fc7d1708ada170ddd6c99f35cc25db664f165d3794bc7723f46b2f8c8984"}, - {file = "Django-4.2.9.tar.gz", hash = "sha256:12498cc3cb8bc8038539fef9e90e95f507502436c1f0c3a673411324fa675d14"}, + {file = "Django-5.0.1-py3-none-any.whl", hash = "sha256:f47a37a90b9bbe2c8ec360235192c7fddfdc832206fcf618bb849b39256affc1"}, + {file = "Django-5.0.1.tar.gz", hash = "sha256:8c8659665bc6e3a44fefe1ab0a291e5a3fb3979f9a8230be29de975e57e8f854"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.7.0,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -1955,4 +1955,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "fdc5c65aecb2ccb02fe7bff991a47945f7c4deadf45d6e81edf7d270d8ce2e68" +content-hash = "322f5659f7ae79cee2f811b6567104ef49e4d1b71688ab928067578ebdc06d39" diff --git a/pyproject.toml b/pyproject.toml index 69ff5d26168..e83bd617898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Alexander Piskun "] [tool.poetry.dependencies] python = "^3.10" -django = "~4.2.8" +django = "~5.0.0" django-braces = "~1.15.0" djangorestframework-camel-case = "^1.3.0" django-parler-rest = "^2.1"