diff --git a/poetry.lock b/poetry.lock index 33b43161..5597b85a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -538,19 +538,19 @@ files = [ [[package]] name = "django-import-export" -version = "4.3.1" +version = "4.3.3" description = "Django application and library for importing and exporting data with included admin integration." optional = false python-versions = ">=3.9" files = [ - {file = "django_import_export-4.3.1-py3-none-any.whl", hash = "sha256:7cd9165851872c8b0eb6ce71029f1e92411b757c2a2e69e7a7ea12e6274c173a"}, - {file = "django_import_export-4.3.1.tar.gz", hash = "sha256:9e47bc3bf632d930870dab221c5ef0bb02c5d5efd3720c4607c08f3f946a1caa"}, + {file = "django_import_export-4.3.3-py3-none-any.whl", hash = "sha256:91b47c9a2701a5b039667df5c46ee682a41bb224ac215a0e66b177a459e35983"}, + {file = "django_import_export-4.3.3.tar.gz", hash = "sha256:b261f44aedf572a69f975655afba15bff1e354eddd91d9c1bbd32d3cee44168d"}, ] [package.dependencies] diff-match-patch = "20241021" Django = ">=4.2" -tablib = "3.7.0" +tablib = ">=3.7.0" [package.extras] all = ["tablib[all]"] @@ -1306,4 +1306,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "72fded8b9a8219d42447e7bcd257e3f397883309a039efd19e7a8ee5aece8775" +content-hash = "92fea782dc51ba3db10e2bebccca8b8b88d3a79259982930527dd5547278bf8c" diff --git a/pyproject.toml b/pyproject.toml index c6df0511..5b07c489 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ django-environ = "^0.11.2" django-fullurl = "^1.4" django-heroku = "^0.3.1" django-html5 = "^1.0.0" -django-import-export = "^4.3.1" +django-import-export = "^4.3.3" django-loginas = "^0.3.11" django-meta = "^2.4.2" django-nose = "^1.4.7"