diff --git a/requirements.txt b/requirements.txt index a7a7cc5..a0c9972 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==6.6 -requests==2.11.1 +requests==2.20.0 pathspec==0.4.0 watchdog==0.8.3 opbeat==3.4.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 6a48efd..a3fbe67 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ description="Glass CLI", install_requires=[ 'click==6.6', - 'requests==2.10.0', + 'requests==2.20.0', 'pathspec==0.3.4', 'watchdog==0.8.3', ],