diff --git a/poetry.lock b/poetry.lock index 7545d8745c3..5faa359f7ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -396,17 +396,17 @@ files = [ [[package]] name = "django" -version = "4.2.11" +version = "5.0.3" 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.11-py3-none-any.whl", hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3"}, - {file = "Django-4.2.11.tar.gz", hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4"}, + {file = "Django-5.0.3-py3-none-any.whl", hash = "sha256:5c7d748ad113a81b2d44750ccc41edc14e933f56581683db548c9257e078cc83"}, + {file = "Django-5.0.3.tar.gz", hash = "sha256:5fb37580dcf4a262f9258c1f4373819aacca906431f505e4688e37f3a99195df"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.7.0,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -2044,4 +2044,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "f0334720b9d625453df1b9be8b76794dadcbffb566c80ccedc411cd915ed2281" +content-hash = "14b4a5eb54bb4be8a0ce274a483a6f77e2d8fa4131b581b799c6bad261c13eb0" diff --git a/pyproject.toml b/pyproject.toml index 1dd2f03dbb4..9e091700579 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Alexander Piskun "] [tool.poetry.dependencies] python = "^3.10" -django = "~4.2.10" +django = "~5.0.0" django-braces = "~1.15.0" djangorestframework-camel-case = "^1.3.0" django-parler-rest = "^2.1"