From 8ffa7d1e095260f8f003c548cabd3ff9c90921c6 Mon Sep 17 00:00:00 2001 From: burnout87 Date: Wed, 19 Jun 2024 17:37:36 +0200 Subject: [PATCH] bokeh version --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 94404d99..dec6f71d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ decorator python-logstash raven blinker -bokeh==2.4.2 +bokeh==3.4.1 json_tricks flask-restx six diff --git a/setup.py b/setup.py index d8cc4e21..56b906db 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ "python-logstash", "raven", "blinker", - "bokeh==2.4.2", + "bokeh==3.4.1", "json_tricks", "flask-restx==1.2.0", "six",