diff setup.py @ 8913:7a4e2c6ec02f stable

setup: support Bleach 4.2 for Python 3.10 support Changelog shows no significant API changes. Bleach 3.2 and later are however even more unreasonably paranoid than 3.1, and the test thus has to be updated and we stop supporting 3.1 .
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 28 Sep 2021 14:40:55 +0200
parents 7ef14c1fe99f
children 017595560fc1
line wrap: on
line diff
--- a/setup.py	Tue Sep 28 13:58:58 2021 +0200
+++ b/setup.py	Tue Sep 28 14:40:55 2021 +0200
@@ -66,7 +66,7 @@
     "mercurial >= 5.2, < 5.9",
     "decorator >= 4.2.1, < 4.5",
     "Paste >= 2.0.3, < 3.5",
-    "bleach >= 3.0, < 3.1.4",
+    "bleach >= 3.2, < 4.2",
     "Click >= 7.0, < 8",
     "ipaddr >= 2.2.0, < 2.3",
     "paginate >= 0.5, < 0.6",