From 8d221d1e0639d2a613443cbd6a917334e138a5af Mon Sep 17 00:00:00 2001 From: Jan Iwaszkiewicz Date: Thu, 28 Apr 2022 13:02:46 +0200 Subject: [PATCH] Add lower bound for wheel package (#11595) --- src/bindings/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/requirements_test.txt b/src/bindings/python/requirements_test.txt index ecac2cf0bb5..97d0166d729 100644 --- a/src/bindings/python/requirements_test.txt +++ b/src/bindings/python/requirements_test.txt @@ -32,4 +32,4 @@ radon retrying tox types-pkg_resources -wheel \ No newline at end of file +wheel>=0.36.2 \ No newline at end of file