Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[requirements] bumping pyyaml to 5.1 #3839

Merged
merged 3 commits into from May 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
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
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