From 0cfef69559a8e34a50479ee6cf3e1725528aab20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 00:58:54 +0000 Subject: [PATCH] Bump django-import-export from 3.3.7 to 4.0.1 Bumps [django-import-export](https://github.com/django-import-export/django-import-export) from 3.3.7 to 4.0.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/3.3.7...4.0.1) --- updated-dependencies: - dependency-name: django-import-export dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 102 +++++++------------------------------------------ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 89 deletions(-) diff --git a/poetry.lock b/poetry.lock index ea13ddd541..b0ef2bfe2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -721,19 +721,28 @@ humanize = ">=0.5.1" [[package]] name = "django-import-export" -version = "3.3.7" +version = "4.0.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-3.3.7.tar.gz", hash = "sha256:39a4216c26a2dba6429b64c68b3fe282a6279bb71afb4015c13df0696bdbb4cd"}, - {file = "django_import_export-3.3.7-py3-none-any.whl", hash = "sha256:dffedd53bed33cfcceb3b2f13d4fd93a21826f9a2ae37b9926a1e1f4be24bcb9"}, + {file = "django_import_export-4.0.1-py3-none-any.whl", hash = "sha256:fe1e260a421ff22900841a634e891af73dc1f1350c558e2e116a834c1d134b4d"}, + {file = "django_import_export-4.0.1.tar.gz", hash = "sha256:50535a5f8e690559a937ee1fcc137e920da9deba8e9945f5472ca600ca5a2b71"}, ] [package.dependencies] diff-match-patch = "*" Django = ">=3.2" -tablib = {version = "3.5.0", extras = ["html", "ods", "xls", "xlsx", "yaml"]} +tablib = "3.5.0" + +[package.extras] +all = ["tablib[all] (==3.5.0)"] +cli = ["tablib[cli]"] +ods = ["tablib[ods]"] +pandas = ["tablib[pandas]"] +xls = ["tablib[xls] (==3.5.0)"] +xlsx = ["tablib[xlsx] (==3.5.0)"] +yaml = ["tablib[yaml] (==3.5.0)"] [[package]] name = "django-mdeditor" @@ -920,17 +929,6 @@ files = [ {file = "EasyProcess-1.1.tar.gz", hash = "sha256:885898302a57aab948973e8b5d32a4229392b9fb2d986ab1d4ffd590e5ba90ec"}, ] -[[package]] -name = "et-xmlfile" -version = "1.1.0" -description = "An implementation of lxml.xmlfile for the standard library" -optional = false -python-versions = ">=3.6" -files = [ - {file = "et_xmlfile-1.1.0-py3-none-any.whl", hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada"}, - {file = "et_xmlfile-1.1.0.tar.gz", hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c"}, -] - [[package]] name = "exceptiongroup" version = "1.1.2" @@ -1236,16 +1234,6 @@ files = [ [package.extras] colors = ["colorama (>=0.4.6)"] -[[package]] -name = "markuppy" -version = "1.14" -description = "An HTML/XML generator" -optional = false -python-versions = "*" -files = [ - {file = "MarkupPy-1.14.tar.gz", hash = "sha256:1adee2c0a542af378fe84548ff6f6b0168f3cb7f426b46961038a2bcfaad0d5f"}, -] - [[package]] name = "mypy-extensions" version = "1.0.0" @@ -1273,33 +1261,6 @@ rsa = ["cryptography (>=3.0.0)"] signals = ["blinker (>=1.4.0)"] signedtoken = ["cryptography (>=3.0.0)", "pyjwt (>=2.0.0,<3)"] -[[package]] -name = "odfpy" -version = "1.4.1" -description = "Python API and tools to manipulate OpenDocument files" -optional = false -python-versions = "*" -files = [ - {file = "odfpy-1.4.1.tar.gz", hash = "sha256:db766a6e59c5103212f3cc92ec8dd50a0f3a02790233ed0b52148b70d3c438ec"}, -] - -[package.dependencies] -defusedxml = "*" - -[[package]] -name = "openpyxl" -version = "3.1.2" -description = "A Python library to read/write Excel 2010 xlsx/xlsm files" -optional = false -python-versions = ">=3.6" -files = [ - {file = "openpyxl-3.1.2-py2.py3-none-any.whl", hash = "sha256:f91456ead12ab3c6c2e9491cf33ba6d08357d802192379bb482f1033ade496f5"}, - {file = "openpyxl-3.1.2.tar.gz", hash = "sha256:a6f5977418eff3b2d5500d54d9db50c8277a368436f4e4f8ddb1be3422870184"}, -] - -[package.dependencies] -et-xmlfile = "*" - [[package]] name = "outcome" version = "1.2.0" @@ -2176,14 +2137,6 @@ files = [ {file = "tablib-3.5.0.tar.gz", hash = "sha256:f6661dfc45e1d4f51fa8a6239f9c8349380859a5bfaa73280645f046d6c96e33"}, ] -[package.dependencies] -markuppy = {version = "*", optional = true, markers = "extra == \"html\""} -odfpy = {version = "*", optional = true, markers = "extra == \"ods\""} -openpyxl = {version = ">=2.6.0", optional = true, markers = "extra == \"xlsx\""} -pyyaml = {version = "*", optional = true, markers = "extra == \"yaml\""} -xlrd = {version = "*", optional = true, markers = "extra == \"xls\""} -xlwt = {version = "*", optional = true, markers = "extra == \"xls\""} - [package.extras] all = ["markuppy", "odfpy", "openpyxl (>=2.6.0)", "pandas", "pyyaml", "tabulate", "xlrd", "xlwt"] cli = ["tabulate"] @@ -2396,34 +2349,7 @@ files = [ [package.dependencies] h11 = ">=0.9.0,<1" -[[package]] -name = "xlrd" -version = "2.0.1" -description = "Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" -files = [ - {file = "xlrd-2.0.1-py2.py3-none-any.whl", hash = "sha256:6a33ee89877bd9abc1158129f6e94be74e2679636b8a205b43b85206c3f0bbdd"}, - {file = "xlrd-2.0.1.tar.gz", hash = "sha256:f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88"}, -] - -[package.extras] -build = ["twine", "wheel"] -docs = ["sphinx"] -test = ["pytest", "pytest-cov"] - -[[package]] -name = "xlwt" -version = "1.3.0" -description = "Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+" -optional = false -python-versions = "*" -files = [ - {file = "xlwt-1.3.0-py2.py3-none-any.whl", hash = "sha256:a082260524678ba48a297d922cc385f58278b8aa68741596a87de01a9c628b2e"}, - {file = "xlwt-1.3.0.tar.gz", hash = "sha256:c59912717a9b28f1a3c2a98fd60741014b06b043936dcecbc113eaaada156c88"}, -] - [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "7bd16660f41bd0fd0693b85094219ae4fcda0b9a8672b7bb24311182a2f83102" +content-hash = "d6bd92d75269ef633a72b4b848e03435f5964af0ac022238b6187e6ccd87d338" diff --git a/pyproject.toml b/pyproject.toml index 3bc0ca2aef..df41cf9f34 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 = "^3.3.7" +django-import-export = "^4.0.1" django-annoying = "^0.10.6" dj-rest-auth = "^5.0.2" tweepy = "^4.8.0"