Skip to content

Commit

Permalink
[Requirements] Bump storey (#1772)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper committed Feb 22, 2022
1 parent 7c3828b commit 12ee9e0
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 @@ -46,7 +46,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~=0.10.5
storey~=1.0.0
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 @@ -81,7 +81,7 @@ def test_requirement_specifiers_convention():
"kfp": {"~=1.8.0"},
"botocore": {">=1.20.106,<1.20.107"},
"aiobotocore": {"~=1.4.0"},
"storey": {"~=0.8.11, <0.8.12"},
"storey": {"~=1.0.0"},
"bokeh": {"~=2.4, >=2.4.2"},
# These 2 are used in a tests that is purposed to test requirement without specifiers
"faker": {""},
Expand Down

0 comments on commit 12ee9e0

Please sign in to comment.