Skip to content

Commit 9b256cb

Browse files
authored
Merge pull request #238 from mt-sre/dependabot/pip/sretoolbox-gte-1.3-and-lt-1.5
fix(deps): update sretoolbox requirement from ~=1.3.0 to >=1.3,<1.5
2 parents 8a08b04 + 9d470d7 commit 9b256cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def get_version():
5858
"PyYAML~=5.4.1",
5959
"jsonschema~=4.7",
6060
"requests~=2.23",
61-
"sretoolbox~=1.3.0",
61+
"sretoolbox>=1.3,<1.5",
6262
"semver~=2.13.0",
6363
"python-gitlab~=2.6",
6464
"checksumdir~=1.2",

0 commit comments

Comments
 (0)