diff --git a/poetry.lock b/poetry.lock index 5a47a4a3b..568fed673 100644 --- a/poetry.lock +++ b/poetry.lock @@ -335,17 +335,6 @@ editorconfig = ">=0.12.2" jsbeautifier = "*" six = ">=1.13.0" -[[package]] -name = "defusedxml" -version = "0.7.1" -description = "XML bomb protection for Python stdlib modules" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -files = [ - {file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"}, - {file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"}, -] - [[package]] name = "deptry" version = "0.20.0" @@ -541,39 +530,6 @@ files = [ [package.dependencies] django = ">=4.2" -[[package]] -name = "djangorestframework-csv" -version = "3.0.2" -description = "CSV Tools for Django REST Framework" -optional = false -python-versions = "*" -files = [ - {file = "djangorestframework-csv-3.0.2.tar.gz", hash = "sha256:b269b692feda1971e1342f395a21d339c6a16d2961ff64357a9a6188f27af10f"}, - {file = "djangorestframework_csv-3.0.2-py3-none-any.whl", hash = "sha256:d1bcfbaaeaa5145af6bb0985a36a5bbf2f853d9961c722f69c7b0c9c3bcc269a"}, -] - -[package.dependencies] -djangorestframework = "*" - -[[package]] -name = "djangorestframework-xml" -version = "2.0.0" -description = "XML support for Django REST Framework" -optional = false -python-versions = ">=3.5" -files = [ - {file = "djangorestframework-xml-2.0.0.tar.gz", hash = "sha256:35f6c811d0ab8c8466b26db234e16a2ed32d76381715257aebf4c7be2c202ca1"}, - {file = "djangorestframework_xml-2.0.0-py2.py3-none-any.whl", hash = "sha256:975955fbb0d49ac44a90bdeb33b7923d95b79884d283f983e116c80a936ef4d0"}, -] - -[package.dependencies] -defusedxml = ">=0.6.0" - -[package.extras] -dev = ["Django (>=1.6)", "djangorestframework (>=2.4.3)", "flake8", "mkdocs (>=0.11.1)", "pre-commit", "pytest", "pytest-django", "tox"] -docs = ["mkdocs (>=0.11.1)"] -tests = ["Django (>=1.6)", "djangorestframework (>=2.4.3)", "flake8", "pytest", "pytest-django"] - [[package]] name = "djlint" version = "1.35.2" @@ -1588,26 +1544,6 @@ dev = ["build", "flake8"] doc = ["sphinx"] test = ["pytest", "pytest-cov"] -[[package]] -name = "tablib" -version = "3.6.1" -description = "Format agnostic tabular data library (XLS, JSON, YAML, CSV, etc.)" -optional = false -python-versions = ">=3.8" -files = [ - {file = "tablib-3.6.1-py3-none-any.whl", hash = "sha256:c771d38ed1d74350a69873db43e0afb7f1cca0ed2915a7243094463eb6789207"}, - {file = "tablib-3.6.1.tar.gz", hash = "sha256:040685fde11e9237675f43e985edb94b63250a5e9236f89d561ce6fb1465b839"}, -] - -[package.extras] -all = ["odfpy", "openpyxl (>=2.6.0)", "pandas", "pyyaml", "tabulate", "xlrd", "xlwt"] -cli = ["tabulate"] -ods = ["odfpy"] -pandas = ["pandas"] -xls = ["xlrd", "xlwt"] -xlsx = ["openpyxl (>=2.6.0)"] -yaml = ["pyyaml"] - [[package]] name = "tqdm" version = "4.66.2" @@ -1670,4 +1606,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "61d25eadfe6e46c7c2f0bb6c5cfcab28622d51557a28c0dd8fabf642ce094cff" +content-hash = "1d26fb86e3888a95c01212a406a03d19db65e12f22a217d5a4f5043dbafb5998" diff --git a/pyproject.toml b/pyproject.toml index 0a3546bfd..a319ec060 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,17 +22,13 @@ django-autocomplete-light = ">=3.9.4,<3.12.0" django-crum = "^0.7.9" django-crispy-forms = "^2" django-tables2 = "^2.3.3" -djangorestframework-csv = ">=2.1,<4.0" -djangorestframework-xml = "^2.0.0" rdflib = ">=6.0.2,<8.0.0" drf-spectacular = ">=0.26.1,<0.28.0" requests = "^2.25.0" django-model-utils = "^4.1.1" django-admin-csvexport = "^2.2" -tablib = "^3.5.0" apis-override-select2js = ">=0.1,<0.3" crispy-bootstrap4 = ">=2023.1,<2025.0" -python-dateutil = "^2.8.2" django-simple-history = ">=3.6" pydot = "^3.0.2"