From 8b1515428587d6ac221d7cd841eef6f952fb4622 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 15 Dec 2021 21:48:56 +0200 Subject: [PATCH] pyproject.toml: use ftfy 6.0 Lots of improvements here! Improvements to heuristics and a new way to configure which fixes get applied. See: https://github.com/rspeer/python-ftfy/blob/master/CHANGELOG.md#version-60-april-2-2021 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7437e91..e57b990 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pycountry = "^19.8.18" langid = "^1.1.6" colorama = "^0.4.4" spdx-license-list = "^0.5.2" -ftfy = "^5.9" +ftfy = "^6.0" SQLAlchemy = ">=1.3.3,<1.4.23" country-converter = "^0.7.4"