From eecee60f85d2bce14037195e4001f0d6f59edab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 04:22:02 +0000 Subject: [PATCH] build(deps): Bump django-import-export from 4.1.0 to 4.1.1 (#1414) Bumps [django-import-export](https://github.com/django-import-export/django-import-export) from 4.1.0 to 4.1.1. - [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.1.0...4.1.1) --- updated-dependencies: - dependency-name: django-import-export dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index aaa8db06..5f8a4104 100644 --- a/poetry.lock +++ b/poetry.lock @@ -542,13 +542,13 @@ files = [ [[package]] name = "django-import-export" -version = "4.1.0" +version = "4.1.1" 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-4.1.0-py3-none-any.whl", hash = "sha256:639f8488bdf155f46d15910220ef984d72fd2f5a8f4f448b49078125f11701d3"}, - {file = "django_import_export-4.1.0.tar.gz", hash = "sha256:13de8d28bf3d7ffc45da5fdf60d53ff70c285827a39eea937f90450fbda0df3d"}, + {file = "django_import_export-4.1.1-py3-none-any.whl", hash = "sha256:730ae2443a02b1ba27d8dba078a27ae9123adfcabb78161b4f130843607b3df9"}, + {file = "django_import_export-4.1.1.tar.gz", hash = "sha256:16ecc5a9f0df46bde6eb278a3e65ebda0ee1db55656f36440e9fb83f40ab85a3"}, ] [package.dependencies] @@ -1307,4 +1307,4 @@ brotli = ["brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.9" -content-hash = "27220a2dc208b9b1012834b5387a0b568780d724b9cd75811ac16aba3665ce07" +content-hash = "ba62e7267ceeded2fd2c587004dff0934df1ee674d02d9f7c4fd9cfd66f0f10a" diff --git a/pyproject.toml b/pyproject.toml index fee11620..cdcb3c24 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.1.0" +django-import-export = "^4.1.1" django-loginas = "^0.3.11" django-meta = "^2.4.2" django-nose = "^1.4.7"