From eb0e9217f29d3d0583a88975fce50b104fa3f133 Mon Sep 17 00:00:00 2001 From: Karthik Nadig Date: Tue, 5 Oct 2021 12:33:03 -0700 Subject: [PATCH] Pin wrapt to 1.12.1 (#17630) --- build/test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/build/test-requirements.txt b/build/test-requirements.txt index f1d5761b0feb..31e8b8bb1be8 100644 --- a/build/test-requirements.txt +++ b/build/test-requirements.txt @@ -24,3 +24,4 @@ pytest==4.6.9 ; python_version == '2.7' py==1.10.0 ; python_version == '2.7' # via pytest 4 pathlib2>=2.2.0 ; python_version == '2.7' # via pytest 4 prospector==1.2.0 ; python_version == '2.7' +wrapt==1.12.1 ; python_version == '2.7'