build: Adding new constraint to avoid bleach. (#31661)

This commit is contained in:
Awais Qureshi
2023-01-26 16:38:07 +05:00
committed by GitHub
parent 7fdd0fd6d4
commit 67b9425f8a

View File

@@ -74,7 +74,7 @@ pycodestyle<2.9.0
pyopenssl==22.0.0
# right now lots of packages have major upgrades and lots of tests failing.
# so adding following constraints and will unpin one by one.
cryptography==38.0.4 # greater version has some issues with openssl.
bleach[css]==5.0.1 # greater version has some breaking changes.
cryptography==38.0.4 # greater version has some issues.