From 6dbf97eed3f6411b0666028fd5b9cf0730531993 Mon Sep 17 00:00:00 2001 From: Ekaterina Tyurina Date: Mon, 5 Aug 2019 22:55:00 +0100 Subject: [PATCH] Update py_zipkin version to 0.18.4 (#8141) A new version of py_zipkin that makes thrift encoding faster. --- 3rdparty/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/python/requirements.txt b/3rdparty/python/requirements.txt index 741ba46884c..ef9c87362fc 100644 --- a/3rdparty/python/requirements.txt +++ b/3rdparty/python/requirements.txt @@ -22,7 +22,7 @@ pytest>=3.4,<4.0 python-Levenshtein==0.12.0 pywatchman==1.4.1 PyYAML==5.1 -py_zipkin==0.18.3 +py_zipkin==0.18.4 requests[security]>=2.20.1 responses==0.10.4 setproctitle==1.1.10