From 7210dba4043974f2a56a2df0f395f397f6c897a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 00:54:59 +0000 Subject: [PATCH] Bump django-import-export from 2.9.0 to 3.3.3 Bumps [django-import-export](https://github.com/django-import-export/django-import-export) from 2.9.0 to 3.3.3. - [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/2.9.0...3.3.3) --- updated-dependencies: - dependency-name: django-import-export dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 423b4f4a3..6750f7aa3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -606,19 +606,19 @@ humanize = ">=0.5.1" [[package]] name = "django-import-export" -version = "2.9.0" +version = "3.3.3" description = "Django application and library for importing and exporting data with included admin integration." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-import-export-2.9.0.tar.gz", hash = "sha256:02ce3a8e191992fa7aa1d660877ac6764fa9e32a5ba6394293f2fc761a5bdd19"}, - {file = "django_import_export-2.9.0-py3-none-any.whl", hash = "sha256:126d32a4410c42b6e1bf060355bf45968f6fe427c3b7ed04c96873bd45d7549a"}, + {file = "django-import-export-3.3.3.tar.gz", hash = "sha256:2c1b16e1cf2ea5f62a165d8867e7c6dcff25673ab7201fd18aaf67c9ee90367e"}, + {file = "django_import_export-3.3.3-py3-none-any.whl", hash = "sha256:78973202e93897326ab0411d64eaf89b72779fcb21ee9e5f64f3fb96571a5978"}, ] [package.dependencies] diff-match-patch = "*" Django = ">=3.2" -tablib = {version = ">=3.0.0", extras = ["html", "ods", "xls", "xlsx", "yaml"]} +tablib = {version = "3.5.0", extras = ["html", "ods", "xls", "xlsx", "yaml"]} [[package]] name = "django-mdeditor" @@ -2268,4 +2268,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "e1074c7dfd7c8b7b0c509e6a5c1a1aa01b0ff12dca5c34df57c41d4596718b25" +content-hash = "f9a11f90324b05d2ed577ab2cd0d4be492251e03e17911b6b3f0b565907a6875" diff --git a/pyproject.toml b/pyproject.toml index 1375fbb90..1fd3289c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ beautifulsoup4 = "^4.10.0" colorthief = "^0.2.1" django-email-obfuscator = "^0.1.5" django-gravatar2 = "^1.4.4" -django-import-export = "^2.7.1" +django-import-export = "^3.3.3" django-annoying = "^0.10.6" django-rest-auth = "^0.9.5" dj-rest-auth = "^2.2.4"