From 07bda17ec9497e4476d2bf41d36f7677a32226a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 04:42:27 +0000 Subject: [PATCH] build(deps): Bump django-import-export from 4.3.4 to 4.3.7 Bumps [django-import-export](https://github.com/django-import-export/django-import-export) from 4.3.4 to 4.3.7. - [Release notes](https://github.com/django-import-export/django-import-export/releases) - [Changelog](https://github.com/django-import-export/django-import-export/blob/main/docs/changelog.rst) - [Commits](https://github.com/django-import-export/django-import-export/compare/4.3.4...4.3.7) --- updated-dependencies: - dependency-name: django-import-export dependency-version: 4.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 59c876fd..f4e7f29b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -567,14 +567,14 @@ files = [ [[package]] name = "django-import-export" -version = "4.3.4" +version = "4.3.7" description = "Django application and library for importing and exporting data with included admin integration." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {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"}, + {file = "django_import_export-4.3.7-py3-none-any.whl", hash = "sha256:5514d09636e84e823a42cd5e79292f70f20d6d2feed117a145f5b64a5b44f168"}, + {file = "django_import_export-4.3.7.tar.gz", hash = "sha256:bd3fe0aa15a2bce9de4be1a2f882e2c4539fdbfdfa16f2052c98dd7aec0f085c"}, ] [package.dependencies] @@ -1377,4 +1377,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.1" python-versions = "3.11.9" -content-hash = "0c44017b4e396e69604fbaa08d94ba67732ecdd53bfb38aed6cd18b1ad1fcb0e" +content-hash = "534ceafbfecf004e12db7a65c3ba6bb6fcab28567648a70a631ef83953e6b8ce" diff --git a/pyproject.toml b/pyproject.toml index 7c949820..ee4356a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ django-environ = "^0.12.0" django-fullurl = "^1.4" django-heroku = "^0.3.1" django-html5 = "^1.0.0" -django-import-export = "^4.3.4" +django-import-export = "^4.3.7" django-loginas = "^0.3.11" django-meta = "^2.4.2" django-nose = "^1.4.7"