Skip to content

Commit

Permalink
[Requirments] bump storey to v1.3.7 (mlrun#2953)
Browse files Browse the repository at this point in the history
  • Loading branch information
assaf758 authored Jan 19, 2023
1 parent e94832a commit 2ee920e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 2ee920e

Please sign in to comment.