From f8ba0c4bba4df57b3aac11f3c45b8adae5bde414 Mon Sep 17 00:00:00 2001 From: Gal Topper Date: Mon, 13 Jun 2022 14:03:02 +0300 Subject: [PATCH] [Requirements] Bump storey to 1.0.6 [1.0.x] (#2041) --- requirements.txt | 2 +- tests/test_requirements.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 12f95a0ad46..cc3c643764f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,7 +49,7 @@ fsspec~=2021.8.1 v3iofs~=0.1.7 # 3.4 and above failed builidng in some images - see https://github.com/pyca/cryptography/issues/5771 cryptography~=3.0, <3.4 -storey~=1.0.5 +storey~=1.0.6 deepdiff~=5.0 pymysql~=1.0 inflection~=0.5.0 diff --git a/tests/test_requirements.py b/tests/test_requirements.py index c75d8023155..afe13fc46b8 100644 --- a/tests/test_requirements.py +++ b/tests/test_requirements.py @@ -82,7 +82,7 @@ def test_requirement_specifiers_convention(): "botocore": {">=1.20.106,<1.20.107"}, "aiobotocore": {"~=1.4.0"}, "aioitertools": {"<0.9"}, - "storey": {"~=1.0.5"}, + "storey": {"~=1.0.6"}, "bokeh": {"~=2.4, >=2.4.2"}, "typing-extensions": {">=3.10.0,<4"}, # These 2 are used in a tests that is purposed to test requirement without specifiers