Skip to content

Commit 9d470d7

Browse files
fix(deps): update sretoolbox requirement from ~=1.3.0 to >=1.3,<1.5
Updates the requirements on [sretoolbox](https://github.com/app-sre/sretoolbox) to permit the latest version. - [Release notes](https://github.com/app-sre/sretoolbox/releases) - [Commits](app-sre/sretoolbox@1.3.0...1.4.0) --- updated-dependencies: - dependency-name: sretoolbox dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b8f0328 commit 9d470d7

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)