Skip to content

Commit 5c2269a

Browse files
authored
Merge pull request #251 from mt-sre/dependabot/pip/sretoolbox-gte-1.3-and-lt-1.7
fix(deps): update sretoolbox requirement from <1.5,>=1.3 to >=1.3,<1.7
2 parents 4f715b4 + 9f28ece commit 5c2269a

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,<1.5",
61+
"sretoolbox>=1.3,<1.7",
6262
"semver~=2.13.0",
6363
"python-gitlab~=2.6",
6464
"checksumdir~=1.2",

0 commit comments

Comments
 (0)