diff --git a/poetry.lock b/poetry.lock index 6cd54150..5c8a0172 100644 --- a/poetry.lock +++ b/poetry.lock @@ -538,13 +538,13 @@ files = [ [[package]] name = "django-import-export" -version = "4.3.3" +version = "4.3.4" 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.3-py3-none-any.whl", hash = "sha256:91b47c9a2701a5b039667df5c46ee682a41bb224ac215a0e66b177a459e35983"}, - {file = "django_import_export-4.3.3.tar.gz", hash = "sha256:b261f44aedf572a69f975655afba15bff1e354eddd91d9c1bbd32d3cee44168d"}, + {file = "django_import_export-4.3.4-py3-none-any.whl", hash = "sha256:9b56e847ddcb22c0bfbb508bc3668f8b33f95d888002e931c4039d0466270230"}, + {file = "django_import_export-4.3.4.tar.gz", hash = "sha256:9ba43ced4fefae614ee7e30da8fdb55d6fcf0450489e7d290299672e0830a436"}, ] [package.dependencies] @@ -1307,4 +1307,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "6cdf74059ce32918c01c9fdb8450c83dae79a21ebb6835aa13286f347714dd30" +content-hash = "164507b2c378c87758c638d4a45c607ad14896e1a4c24111a55c0ed1b7bafde2" diff --git a/pyproject.toml b/pyproject.toml index 3494a67c..6bf93349 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.3" +django-import-export = "^4.3.4" django-loginas = "^0.3.11" django-meta = "^2.4.2" django-nose = "^1.4.7"