Skip to content

Commit

Permalink
[Requirements] Bump storey to 1.0.6 [1.0.x] (#2041)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gal Topper committed Jun 13, 2022
1 parent 120f004 commit f8ba0c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/test_requirements.py
Expand Up @@ -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
Expand Down

0 comments on commit f8ba0c4

Please sign in to comment.