diff --git a/context/requirements.txt b/context/requirements.txt index 02eae37..de2ac0b 100644 --- a/context/requirements.txt +++ b/context/requirements.txt @@ -1,4 +1,4 @@ # This requirements.txt is for scripts run inside the container. wget==3.2 -requests==2.12.3 \ No newline at end of file +requests==2.20.0 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 15ccdf7..ecf6168 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # This requirements.txt is just for the unittests run outside the container. -requests==2.14.2 +requests==2.20.0 docker==3.2.1 \ No newline at end of file