diff --git a/poetry.lock b/poetry.lock index 1c48f71..d463cfd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -164,17 +164,17 @@ files = [ [[package]] name = "django" -version = "4.2.27" +version = "5.2.11" 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.27-py3-none-any.whl", hash = "sha256:f393a394053713e7d213984555c5b7d3caeee78b2ccb729888a0774dff6c11a8"}, - {file = "django-4.2.27.tar.gz", hash = "sha256:b865fbe0f4a3d1ee36594c5efa42b20db3c8bbb10dff0736face1c6e4bda5b92"}, + {file = "django-5.2.11-py3-none-any.whl", hash = "sha256:e7130df33ada9ab5e5e929bc19346a20fe383f5454acb2cc004508f242ee92c0"}, + {file = "django-5.2.11.tar.gz", hash = "sha256:7f2d292ad8b9ee35e405d965fbbad293758b858c34bbf7f3df551aeeac6f02d3"}, ] [package.dependencies] -asgiref = ">=3.6.0,<4" +asgiref = ">=3.8.1" 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 = "0edfc8ccd19f1b78c5d4255207fbe0c80cb39c026c054d19b9ff52af61a232bc" +content-hash = "f63fcb84d540f0a85bee16dae5eccfa7eb37a68e4c34c900f50a9a9034a1bc17" diff --git a/pyproject.toml b/pyproject.toml index 3f46055..f47af0a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-multi_import" -version = "2.0.11" +version = "2.1.0" homepage = "https://github.com/sdelements/django-multi-import" description = "Import/export multi Django resources together atomically." authors = ["Security Compass "] @@ -39,7 +39,7 @@ exclude = [ [tool.poetry.dependencies] python = "~3.12" -django = "~4.2" +django = ">=4.2,<6.0" djangorestframework = "^3.15" chardet = "^5.2" tablib = {extras = ["html", "ods", "xls", "xlsx", "yaml"], version = "^3.6"}