diff --git a/poetry.lock b/poetry.lock index 5766dd65d..810268420 100644 --- a/poetry.lock +++ b/poetry.lock @@ -627,19 +627,19 @@ humanize = ">=0.5.1" [[package]] name = "django-import-export" -version = "2.9.0" +version = "3.3.6" 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.6.tar.gz", hash = "sha256:12edb7ba1f7f9b392d0257a2ae68086020e53ab2c7bd2b21a56ec17fbb83826b"}, + {file = "django_import_export-3.3.6-py3-none-any.whl", hash = "sha256:b1b7385627ed61063cd9764e8c19cce3ce8945626f7953262df8162b0feec376"}, ] [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" @@ -2291,4 +2291,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "68359f6956a71766f53d5ca8a1594769993932314f45c002863dea16436c9448" +content-hash = "60259235d4b4e6887e13c56fcbcb4ee4d874422c3f690f3369aef309ee922287" diff --git a/pyproject.toml b/pyproject.toml index 82022bf05..0b28965b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ beautifulsoup4 = "^4.12.3" 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.6" django-annoying = "^0.10.6" dj-rest-auth = "^5.0.2" tweepy = "^4.8.0"