Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 29f38db

Browse files
derickrDavid Neudorfer
authored andcommitted
Fix #850: Database import failed due to issues with HTML sanitizer (#851)
1 parent 7ba595b commit 29f38db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
'waitress',
1818
'psycopg2',
1919
'markdown',
20-
'bleach==1.4',
20+
'bleach==1.4.3',
2121
'nose',
2222
'coverage',
2323
'oauth2',

0 commit comments

Comments
 (0)