diff --git a/poetry.lock b/poetry.lock index 35765906..5fa3100d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -545,13 +545,13 @@ files = [ [[package]] name = "django-import-export" -version = "3.3.6" +version = "3.3.7" description = "Django application and library for importing and exporting data with included admin integration." optional = false python-versions = ">=3.8" files = [ - {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"}, + {file = "django-import-export-3.3.7.tar.gz", hash = "sha256:39a4216c26a2dba6429b64c68b3fe282a6279bb71afb4015c13df0696bdbb4cd"}, + {file = "django_import_export-3.3.7-py3-none-any.whl", hash = "sha256:dffedd53bed33cfcceb3b2f13d4fd93a21826f9a2ae37b9926a1e1f4be24bcb9"}, ] [package.dependencies] @@ -1445,4 +1445,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "dd1f22b1b9a1412618940ba4300dc932640f83957785e9e90dcec22e146c184b" +content-hash = "4ebf9da97b69d9093f4de530aa6c361c0e11c603017da9a7aa5f2887403b9a78" diff --git a/pyproject.toml b/pyproject.toml index 9918cce9..00de1ff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ django-environ = "^0.11.2" django-fullurl = "^1.4" django-heroku = "^0.3.1" django-html5 = "^1.0.0" -django-import-export = "^3.3.6" +django-import-export = "^3.3.7" django-loginas = "^0.3.11" django-meta = "^2.4.1" django-nose = "^1.4.7"