diff options
-rw-r--r-- | requirements-dev.txt | 2 |
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 |