diff --git a/poetry.lock b/poetry.lock index 1850efa..0c6a287 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "asgiref" @@ -81,17 +81,17 @@ files = [ [[package]] name = "django" -version = "4.2.6" +version = "5.0" 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.6-py3-none-any.whl", hash = "sha256:a64d2487cdb00ad7461434320ccc38e60af9c404773a2f95ab0093b4453a3215"}, - {file = "Django-4.2.6.tar.gz", hash = "sha256:08f41f468b63335aea0d904c5729e0250300f6a1907bf293a65499496cdbc68f"}, + {file = "Django-5.0-py3-none-any.whl", hash = "sha256:3a9fd52b8dbeae335ddf4a9dfa6c6a0853a1122f1fb071a8d5eca979f73a05c8"}, + {file = "Django-5.0.tar.gz", hash = "sha256:7d29e14dfbc19cb6a95a4bd669edbde11f5d4c6a71fdaa42c2d40b6846e807f7"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.7.0" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -263,4 +263,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a26ad42e9d4a76aab99c62b375ba306ffb475f9a5abf46ae7aecae17e289973e" +content-hash = "140b29e4f768299cc038a9eb61542a3b1a0f53751d7765697b48b6fff50b2f85" diff --git a/pyproject.toml b/pyproject.toml index ccba09c..81bc589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = ["Framework :: Django", "Environment :: Web Environment"] [tool.poetry.dependencies] python = "^3.11" markdown-it-py = "^3.0.0" -django = "^4.2.6" +django = "^5.0" nh3 = "^0.2.14"