Commit 95df2479 authored by Matthias Bernt's avatar Matthias Bernt
Browse files

22.05 pin bleach to 5.0.1

22.05 is currently failing planemo tests because bleach 5.0.0
has an error in its requirements that has been fixed here
https://github.com/mozilla/bleach/pull/655
parent 5003134a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ beaker==1.11.0
billiard==3.6.4.0; python_version >= "3.7"
bioblend==0.17.0; python_version >= "3.7"
black==22.3.0; python_full_version >= "3.6.2"
bleach==5.0.0; python_version >= "3.7"
bleach==5.0.1; python_version >= "3.7"
boltons==21.0.0
boto==2.49.0
bx-python==0.8.13; python_version >= "3.7"
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ bdbag==1.6.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (py
beaker==1.11.0
billiard==3.6.4.0; python_version >= "3.7"
bioblend==0.17.0; python_version >= "3.7"
bleach==5.0.0; python_version >= "3.7"
bleach==5.0.1; python_version >= "3.7"
boltons==21.0.0
boto==2.49.0
bx-python==0.8.13; python_version >= "3.7"