From b994ed6a7810ad992b45276b9da9097bc381cb44 Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Fri, 26 Apr 2019 15:19:36 +0200 Subject: [PATCH 1/3] [requirements] bumping pyyaml to 5.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8c82057a45..b24ce21ac2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ python-consul==0.4.7 # utils/service_discovery/config_stores.py python-etcd==0.4.5 # the libyaml bindings are optional -pyyaml==3.11 +pyyaml==5.1 # note: requests is also used in many checks # upgrade with caution requests==2.20.1 From 7df30192a9f978c51ce789169bd16c61c07aba99 Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Tue, 30 Apr 2019 12:06:35 +0200 Subject: [PATCH 2/3] [gemfile] pinning parallel to ruby 2.2 compatible version --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index 17c889f1fe..cf1614907a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,3 +8,4 @@ gem 'rubocop', '~>0.50.0' # Upper versions are incompatible with ruby version on Travis (1.9.3) gem 'public_suffix', '~>1.4.0' +gem 'parallel', '~>1.13.0' From 2d0453c116c3ca28531626f379a9f139c9d172f1 Mon Sep 17 00:00:00 2001 From: Jaime Fullaondo Date: Tue, 30 Apr 2019 12:27:37 +0200 Subject: [PATCH 3/3] [gemfile] address alphabetical cop --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cf1614907a..45d6e54cd7 100644 --- a/Gemfile +++ b/Gemfile @@ -7,5 +7,5 @@ gem 'rake' gem 'rubocop', '~>0.50.0' # Upper versions are incompatible with ruby version on Travis (1.9.3) -gem 'public_suffix', '~>1.4.0' gem 'parallel', '~>1.13.0' +gem 'public_suffix', '~>1.4.0'