Skip to content

Commit d6f6093

Browse files
dependabot-preview[bot]lafrech
authored andcommitted
Bump bottle from 0.12.18 to 0.12.19
Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.18 to 0.12.19. - [Release notes](https://github.com/bottlepy/bottle/releases) - [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst) - [Commits](bottlepy/bottle@0.12.18...0.12.19) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent c100514 commit d6f6093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
VERSION = "0.5.2"
44
EXTRAS_REQUIRE = {
5-
"tests": ["pytest", "mock", "Flask==1.1.2", "tornado", "bottle==0.12.18"],
5+
"tests": ["pytest", "mock", "Flask==1.1.2", "tornado", "bottle==0.12.19"],
66
"lint": ["flake8==3.8.4", "flake8-bugbear==21.3.1", "pre-commit~=2.4"],
77
}
88
EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"]

0 commit comments

Comments
 (0)