diff options
author | Jürg Billeter <j@bitron.ch> | 2019-09-03 09:05:35 +0200 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-09-03 11:17:27 +0200 |
commit | 0139e4739f9c9fc5a17e5ca04305fe1187dee00b (patch) | |
tree | 5af6d55225e8196b0d8924d21ac226543531d4de /requirements | |
parent | 7dbcf42dfb0f7d612304c491c844355c58682e93 (diff) | |
download | buildstream-0139e4739f9c9fc5a17e5ca04305fe1187dee00b.tar.gz |
requirements: Update grpcio to 1.23.0
I see aborts and hangs related to gRPC locks with grpcio 1.17.1.
Updating grpcio to 1.23.0 fixes these issues.
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 0f1f5599f..370316a68 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,5 +1,5 @@ Click==7.0 -grpcio==1.17.1 +grpcio==1.23.0 Jinja2==2.10 pluginbase==0.7 protobuf==3.6.1 |