From ea2d10cf82e030e492c11d7126bafefff27d7e4b Mon Sep 17 00:00:00 2001 From: AchilleSalaun Date: Mon, 16 Jun 2025 13:35:03 +0100 Subject: [PATCH] unpinning openpyxl to ^3.1.5 --- pyproject.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fef6e40..420ec5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,13 +9,7 @@ description = "Convert tabular data into triples." [tool.poetry.dependencies] python = "^3.9.13" pycountry = "^22" -# openpyxl broke parsing some workbooks with filters and the maintainer made -# the classic mistake of blocking the regression fix on a rethink of how -# filters get handled so the issue has persisted for nearly a year. -# https://foss.heptapod.net/openpyxl/openpyxl/-/issues/1967 -# https://foss.heptapod.net/openpyxl/openpyxl/-/merge_requests/425 -# Pin the last working version for now. -openpyxl = "=3.0.10" +openpyxl = "^3.1.5" rdflib = {version = "^7", extras = ["sparql"]} xlrd = "^2"