From 3fb302a2bb5d782e79adfc9f77d907c5125c1059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 20:19:43 -0800 Subject: [PATCH] Bump django-import-export from 2.9.0 to 3.3.7 (#1743) Bumps [django-import-export](https://github.com/django-import-export/django-import-export) from 2.9.0 to 3.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/2.9.0...3.3.7) --- updated-dependencies: - dependency-name: django-import-export dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8e11c756d..134131ce3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -627,19 +627,19 @@ humanize = ">=0.5.1" [[package]] name = "django-import-export" -version = "2.9.0" +version = "3.3.7" 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.7.tar.gz", hash = "sha256:39a4216c26a2dba6429b64c68b3fe282a6279bb71afb4015c13df0696bdbb4cd"}, + {file = "django_import_export-3.3.7-py3-none-any.whl", hash = "sha256:dffedd53bed33cfcceb3b2f13d4fd93a21826f9a2ae37b9926a1e1f4be24bcb9"}, ] [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" @@ -2291,4 +2291,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "ca625dad623db763001dd216b3e7c3693811497f2e10b7237c056c853c70e49c" +content-hash = "3eed11267a70f84fe42b3b73f3e01ac5710f688770807d7371f6fce0df460b2a" diff --git a/pyproject.toml b/pyproject.toml index af80ac56c..353fed94d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ beautifulsoup4 = "^4.12.3" 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.7" django-annoying = "^0.10.6" dj-rest-auth = "^5.0.2" tweepy = "^4.8.0"