1
2
3
4
5
6
7
8
9
10
11
12
13 | diff --git a/requirements.txt b/requirements.txt index cc1dc05..09911bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pyyaml argparse # Requests handles ssl correctly! -requests +requests<=2.10.0 # For patching pieces of cloud-config together jsonpatch |