From 2ee920e4d1251ade84864be8f6772deec266e066 Mon Sep 17 00:00:00 2001 From: Assaf Ben-Amitai Date: Thu, 19 Jan 2023 16:23:19 +0200 Subject: [PATCH] [Requirments] bump storey to v1.3.7 (#2953) --- requirements.txt | 2 +- tests/test_requirements.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f0ebbcec2c..1d81757ac7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -52,7 +52,7 @@ fsspec~=2021.8.1 v3iofs~=0.1.15 # 3.4 and above failed builidng in some images - see https://github.com/pyca/cryptography/issues/5771 cryptography~=3.0, <3.4 -storey~=1.3.6 +storey~=1.3.7 deepdiff~=5.0 pymysql~=1.0 inflection~=0.5.0 diff --git a/tests/test_requirements.py b/tests/test_requirements.py index 697f093cf8..3a09564902 100644 --- a/tests/test_requirements.py +++ b/tests/test_requirements.py @@ -95,7 +95,7 @@ def test_requirement_specifiers_convention(): "kfp": {"~=1.8.0, <1.8.14"}, "botocore": {">=1.20.106,<1.20.107"}, "aiobotocore": {"~=1.4.0"}, - "storey": {"~=1.3.6"}, + "storey": {"~=1.3.7"}, "bokeh": {"~=2.4, >=2.4.2"}, "typing-extensions": {">=3.10.0,<5"}, "sphinx": {"~=4.3.0"},