Skip to content

Commit fb1baef

Browse files
committed
Bleach 3.0.0 has a bug that can result in exceptions for some inputs. Bug report filed. Disallow this version.
- Legacy-Id: 15546
1 parent 004d1d3 commit fb1baef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ anora>=0.1.2
55
argon2-cffi>=16.1.0 # For the Argon2 password hasher option
66
beautifulsoup4>=4.5.0
77
bibtexparser>=0.6.2,<1.0 # Version 1.0 doesn't work under python 2.7. 1.0.1 doesn't recognize month names or abbreviations.
8-
bleach>=2.0.0
8+
bleach>=2.0.0,!=3.0.0
99
coverage>=4.0.1,!=4.0.2
1010
#cssselect>=0.6.1 # for PyQuery
1111
decorator>=4.0.4

0 commit comments

Comments
 (0)