diff --git a/poetry.lock b/poetry.lock index e7e97724d..e32219c9b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -609,19 +609,19 @@ humanize = ">=0.5.1" [[package]] name = "django-import-export" -version = "2.9.0" +version = "3.3.5" description = "Django application and library for importing and exporting data with included admin integration." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-import-export-2.9.0.tar.gz", hash = "sha256:02ce3a8e191992fa7aa1d660877ac6764fa9e32a5ba6394293f2fc761a5bdd19"}, - {file = "django_import_export-2.9.0-py3-none-any.whl", hash = "sha256:126d32a4410c42b6e1bf060355bf45968f6fe427c3b7ed04c96873bd45d7549a"}, + {file = "django-import-export-3.3.5.tar.gz", hash = "sha256:81bd7a6b35c0ee3c78b99e2bedb7f320c13d551d9482f968864c83f8a24daf58"}, + {file = "django_import_export-3.3.5-py3-none-any.whl", hash = "sha256:56b4196d85677989f3d6b15863c23ac351b21d973e53ddaa226f62510acdc034"}, ] [package.dependencies] diff-match-patch = "*" Django = ">=3.2" -tablib = {version = ">=3.0.0", extras = ["html", "ods", "xls", "xlsx", "yaml"]} +tablib = {version = "3.5.0", extras = ["html", "ods", "xls", "xlsx", "yaml"]} [[package]] name = "django-mdeditor" @@ -2289,4 +2289,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "d6b55deb7a96e4f06d38053769bcbeb093226b586282ba105a7ab46ff38bcfbe" +content-hash = "9633dd6c64f2b52d13bbd412dba6aed5b1b3597ddbca9ba9c82318b4ef6b3a8e" diff --git a/pyproject.toml b/pyproject.toml index 752a687e3..4804e885c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ beautifulsoup4 = "^4.10.0" colorthief = "^0.2.1" django-email-obfuscator = "^0.1.5" django-gravatar2 = "^1.4.4" -django-import-export = "^2.7.1" +django-import-export = "^3.3.5" django-annoying = "^0.10.6" django-rest-auth = "^0.9.5" dj-rest-auth = "^2.2.4"