Skip to content

Commit

Permalink
[requirements] bumping pyyaml to 5.1 (#3839)
Browse files Browse the repository at this point in the history
* [requirements] bumping pyyaml to 5.1

* [gemfile] pinning parallel to ruby 2.2 compatible version

* [gemfile] address alphabetical cop
  • Loading branch information
truthbk authored May 6, 2019
1 parent c86354f commit b318272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ gem 'rake'
gem 'rubocop', '~>0.50.0'

# Upper versions are incompatible with ruby version on Travis (1.9.3)
gem 'parallel', '~>1.13.0'
gem 'public_suffix', '~>1.4.0'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b318272

Please sign in to comment.