Skip to content

Commit a5f3769

Browse files
Update bottle requirement from ^0.12.25 to >=0.12.25,<0.14.0
Updates the requirements on [bottle](https://github.com/bottlepy/bottle) to permit the latest version. - [Release notes](https://github.com/bottlepy/bottle/releases) - [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst) - [Commits](bottlepy/bottle@0.12.25...0.13.0) --- updated-dependencies: - dependency-name: bottle dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0862bc6 commit a5f3769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ questionary = "^2.0.1"
2222
docker = "^7.1.0"
2323
splunk-sdk = "^2.0.2"
2424
semantic-version = "^2.10.0"
25-
bottle = "^0.12.25"
25+
bottle = ">=0.12.25,<0.14.0"
2626
tqdm = "^4.66.5"
2727
pygit2 = "^1.15.1"
2828
tyro = "^0.8.3"

0 commit comments

Comments
 (0)