diff --git a/requirements/deploy.txt b/requirements/deploy.txt index e701cd1..a547088 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -1,6 +1,6 @@ argparse==1.2.1 boto==2.47.0 -bottle==0.12.13 +bottle==0.12.20 netaddr==0.7.19 wsgiref==0.1.2 watchdog==0.8.3 diff --git a/setup.py b/setup.py index 24785a0..b3a966e 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ install_requires = [ 'argparse==1.2.1', 'boto==2.47.0', - 'bottle==0.12.13', + 'bottle==0.12.20', 'netaddr==0.7.19', 'wsgiref==0.1.2', 'watchdog==0.8.3',