From 67b9425f8a2e74fb5a4be4b5aa96e617d3c93c06 Mon Sep 17 00:00:00 2001 From: Awais Qureshi Date: Thu, 26 Jan 2023 16:38:07 +0500 Subject: [PATCH] build: Adding new constraint to avoid bleach. (#31661) --- requirements/constraints.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index e579e3ede5..c63d3a8aba 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -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.