summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-04-07 21:28:23 +0000
committerGitHub <noreply@github.com>2021-04-07 21:28:23 +0000
commit8a2106f7881b58275746e25f7e7404d785139be7 (patch)
tree0d176c8151b579ceddd5ced78210240a3217f47c
parente98d0e79aef6b5dad2b98c62f1d6b4e4b8df60fd (diff)
downloadpycurl-dependabot/pip/bottle-0.12.19.tar.gz
Bump bottle from 0.12.16 to 0.12.19dependabot/pip/bottle-0.12.19
Bumps [bottle](https://github.com/bottlepy/bottle) from 0.12.16 to 0.12.19. - [Release notes](https://github.com/bottlepy/bottle/releases) - [Changelog](https://github.com/bottlepy/bottle/blob/master/docs/changelog.rst) - [Commits](https://github.com/bottlepy/bottle/compare/0.12.16...0.12.19) Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--requirements-dev.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt
index 77b032c..caa0ed1 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -1,6 +1,6 @@
# bottle 0.12.17 changed behavior
# https://github.com/pycurl/pycurl/issues/573
-bottle==0.12.16
+bottle==0.12.19
# nose 1.3.1 is broken on python 3:
# https://github.com/nose-devs/nose/issues/780
nose>=1.3.2