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

[kafka_consumer] Bump to kafka-python 1.4.3 #1627

Merged
merged 1 commit into from
May 29, 2018
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kafka_consumer/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
kafka-python==1.3.4
kafka-python==1.4.3
kazoo==2.4.0
6 changes: 3 additions & 3 deletions kafka_consumer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --generate-hashes --output-file requirements.txt requirements.in
#
kafka-python==1.3.4 \
--hash=sha256:2cafc367f06c121fecb43bfd83d6b72423036924a7903a239199671a848d98b3 \
--hash=sha256:a84d9635e3a4d5054c342ad6e5b338f9438fbcac810b677a2f6da68a51fb66a8
kafka-python==1.4.3 \
--hash=sha256:078acdcd1fc6eddacc46d437c664998b4cf7613b7e79ced66a460965f2648f88 \
--hash=sha256:0b56f286b674dcb331d80c1d39a01a753cc3acc962bee707da5f207db74f0a26
kazoo==2.4.0 \
--hash=sha256:a29fa579812a2c5dd8241eafb8328b8a8673f140903a6102e017129aa223d0c7 \
--hash=sha256:a7c2d1d7ddb047c936d368e31b08a93bb327ffa46606fe85f550a37ce608c29b
Expand Down