diff --git a/poetry.lock b/poetry.lock index d148a47..7269a0a 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.8.3 and should not be changed by hand. [[package]] name = "asgiref" @@ -172,17 +172,17 @@ files = [ [[package]] name = "django" -version = "4.2.13" +version = "5.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.13-py3-none-any.whl", hash = "sha256:a17fcba2aad3fc7d46fdb23215095dbbd64e6174bf4589171e732b18b07e426a"}, - {file = "Django-4.2.13.tar.gz", hash = "sha256:837e3cf1f6c31347a1396a3f6b65688f2b4bb4a11c580dcb628b5afe527b68a5"}, + {file = "Django-5.1-py3-none-any.whl", hash = "sha256:d3b811bf5371a26def053d7ee42a9df1267ef7622323fe70a601936725aa4557"}, + {file = "Django-5.1.tar.gz", hash = "sha256:848a5980e8efb76eea70872fb0e4bc5e371619c70fffbe48e3e1b50b2c09455d"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.8.1,<4" sqlparse = ">=0.3.1" tzdata = {version = "*", markers = "sys_platform == \"win32\""} @@ -783,4 +783,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.12" -content-hash = "408b6aa7f8d2211fb070933b6b6a96879d311fff855c696b749f4a641edb8dc6" +content-hash = "692dcd659261d205b1e9555d40c808a8adc1e47b7c1a53f2368c8177d6eb5e38" diff --git a/pyproject.toml b/pyproject.toml index 4a799bc..4313025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ exclude = [ [tool.poetry.dependencies] python = "~3.12" -django = "~4.2" +django = ">=4.2,<5.2" djangorestframework = "^3.15" chardet = "^5.2" tablib = {extras = ["html", "ods", "xls", "xlsx", "yaml"], version = "^3.6"}