diff options
author | Jeff Widman <jeff@jeffwidman.com> | 2018-01-26 13:55:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-26 13:55:18 -0800 |
commit | ebe2aab414da9c261acdc96a451218d7b99bcc19 (patch) | |
tree | 4512970c380d0ac3ad144747f377b89ed2ad7a40 | |
parent | 4dc0899411a8de4eac94481ed719ecdc975c3bb4 (diff) | |
download | kafka-python-finish-bumping-lz4.tar.gz |
Bump `lz4` in `requirements-dev.txt`finish-bumping-lz4
We stopped pinning it in tests here: https://github.com/dpkp/kafka-python/commit/4dc0899411a8de4eac94481ed719ecdc975c3bb4
So now bumping the pinned version to the latest release.
-rw-r--r-- | requirements-dev.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 249eb23..62d7758 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pytest-catchlog==1.2.2 docker-py==1.10.6 coveralls==1.2.0 Sphinx==1.6.4 -lz4==0.11.1 +lz4==0.19.1 xxhash==1.0.1 python-snappy==0.5.1 tox==2.9.1 |