Skip to content

Commit 79fc9af

Browse files
authored
Bump bleach to 6.4.0 on python>=3.10 (#2196) (#2197)
Signed-off-by: Andreas Maier <maiera@de.ibm.com>
1 parent 5ae3b4c commit 79fc9af

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

minimum-constraints-develop.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ atomicwrites==1.4.0
161161
backports-abc==0.5
162162
backports.shutil-get-terminal-size==1.0.0
163163
backports.ssl-match-hostname==3.5.0.1
164-
bleach==3.3.0
164+
# bleach is used by nbconvert (Jupyter notebook)
165+
bleach==6.2.0; python_version == '3.9'
166+
bleach==6.4.0; python_version >= '3.10'
165167
cachetools==5.3.2
166168
Click==8.0.2
167169
clint==0.5.1

0 commit comments

Comments
 (0)