You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ji...@apache.org on 2022/05/31 01:29:34 UTC

[openwhisk-package-kafka] branch master updated: Bump flask to 1.1.4 to fix `is_xhr` deprecated error (#384)

This is an automated email from the ASF dual-hosted git repository.

jiangpengcheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-package-kafka.git


The following commit(s) were added to refs/heads/master by this push:
     new 6403648  Bump flask to 1.1.4 to fix `is_xhr` deprecated error (#384)
6403648 is described below

commit 64036487be6054f047d33ecbb2659e95d0419419
Author: jiangpengcheng <sc...@gmail.com>
AuthorDate: Tue May 31 09:29:30 2022 +0800

    Bump flask to 1.1.4 to fix `is_xhr` deprecated error (#384)
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 0c73922..b4ca4d0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -33,7 +33,7 @@ ENV CPLUS_INCLUDE_PATH /usr/local/include
 ENV LIBRARY_PATH /usr/local/lib
 ENV LD_LIBRARY_PATH /usr/local/lib
 
-RUN pip install gevent==1.1.2 flask==0.11.1 confluent-kafka==${LIBRDKAFKA_VERSION} \
+RUN pip install gevent==1.1.2 flask==1.1.4 confluent-kafka==${LIBRDKAFKA_VERSION} \
     requests==2.10.0 cloudant==2.5.0 psutil==5.0.0
 
 # while I expect these will be overridden during deployment, we might as well